Searched refs:wc_name (Results 1 – 1 of 1) sorted by relevance
/titanic_44/usr/src/cmd/isns/isnsadm/ |
H A D | isnsadm.c | 613 wchar_t wc_name[ISNS_MAX_NAME_LEN]; in process_get_assoc_response() local 670 if (mbstowcs(wc_name, (const char *)ddname, in process_get_assoc_response() 672 (void) wcscpy(wc_name, L"-"); in process_get_assoc_response() 675 (void) printf("\tDD Name: %ws\n", wc_name); in process_get_assoc_response() 677 (void) printf("\tDD Name: %ws\n", wc_name); in process_get_assoc_response() 704 if (mbstowcs(wc_name, (const char *)nodename, in process_get_assoc_response() 706 (void) wcscpy(wc_name, L"-"); in process_get_assoc_response() 708 (void) printf("\tiSCSI name: %ws\n", wc_name); in process_get_assoc_response() 728 if (mbstowcs(wc_name, (const char *)ddsname, in process_get_assoc_response() 730 (void) wcscpy(wc_name, L"-"); in process_get_assoc_response() [all …]
|