Searched refs:wc_name (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/isns/isnsadm/ |
H A D | isnsadm.c | 620 wchar_t wc_name[ISNS_MAX_NAME_LEN]; in process_get_assoc_response() local 677 if (mbstowcs(wc_name, (const char *)ddname, in process_get_assoc_response() 679 (void) wcscpy(wc_name, L"-"); in process_get_assoc_response() 682 (void) printf("\tDD Name: %ws\n", wc_name); in process_get_assoc_response() 684 (void) printf("\tDD Name: %ws\n", wc_name); in process_get_assoc_response() 711 if (mbstowcs(wc_name, (const char *)nodename, in process_get_assoc_response() 713 (void) wcscpy(wc_name, L"-"); in process_get_assoc_response() 715 (void) printf("\tiSCSI name: %ws\n", wc_name); in process_get_assoc_response() 735 if (mbstowcs(wc_name, (const char *)ddsname, in process_get_assoc_response() 737 (void) wcscpy(wc_name, L"-"); in process_get_assoc_response() [all …]
|