Searched refs:PORT_NUMBER (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | dump.c | 1049 uid, puid, pbuff, PORT_NUMBER(port)); in print_portal() 1052 uid, puid, pbuff, PORT_NUMBER(port)); in print_portal() 1082 printf("%s\t%s:%d", ident, pbuff, PORT_NUMBER(port)); in print_pg() 1086 printf("\t%s:%d", pbuff, PORT_NUMBER(port)); in print_pg()
|
H A D | isns_server.h | 314 #define PORT_NUMBER(UI) ((UI) & ISNS_PORT_BITS) macro
|
H A D | admintf.c | 496 (void) sprintf(numbuf, "%u", PORT_NUMBER(attr->value.ui)); in cb_get_portal_info() 539 (void) sprintf(numbuf, "%u", PORT_NUMBER(attr->value.ui)); in cb_get_portal_info() 557 (void) sprintf(numbuf, "%u", PORT_NUMBER(attr->value.ui)); in cb_get_portal_info()
|