Searched refs:FT_NAMELEN (Results 1 – 2 of 2) sorted by relevance
22 #define FT_NAMELEN 32 /* length of ASCII WWPNs including pad */ macro106 char name[FT_NAMELEN];
76 for (cp = name; cp < &name[FT_NAMELEN - 1]; cp++) { in ft_parse_wwn()