Searched refs:wc_name (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/isns/isnsadm/ |
H A D | isnsadm.c | 619 wchar_t wc_name[ISNS_MAX_NAME_LEN]; in process_get_assoc_response() local 676 if (mbstowcs(wc_name, (const char *)ddname, in process_get_assoc_response() 678 (void) wcscpy(wc_name, L"-"); in process_get_assoc_response() 681 (void) printf("\tDD Name: %ws\n", wc_name); in process_get_assoc_response() 683 (void) printf("\tDD Name: %ws\n", wc_name); in process_get_assoc_response() 710 if (mbstowcs(wc_name, (const char *)nodename, in process_get_assoc_response() 712 (void) wcscpy(wc_name, L"-"); in process_get_assoc_response() 714 (void) printf("\tiSCSI name: %ws\n", wc_name); in process_get_assoc_response() 734 if (mbstowcs(wc_name, (const char *)ddsname, in process_get_assoc_response() 736 (void) wcscpy(wc_name, L"-"); in process_get_assoc_response() [all …]
|