Lines Matching defs:string
574 static void fcp_ascii_to_wwn(caddr_t string, uchar_t bytes[], unsigned int);
575 static void fcp_wwn_to_ascii(uchar_t bytes[], char *string);
15187 fcp_ascii_to_wwn(caddr_t string, uchar_t bytes[], unsigned int byte_len)
15193 while (*string) {
15194 byte = FCP_ATOB(*string); string++;
15195 byte = byte << 4 | FCP_ATOB(*string); string++;
15205 fcp_wwn_to_ascii(uchar_t wwn[], char *string)
15210 (void) sprintf(string + (i * 2),
15637 * Caller must free the returned string of MAXPATHLEN len
15696 * but this string is lacking the mount point, and the minor node.