Searched refs:ISNS_MAX_LABEL_LEN (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | door.c | 119 xmlChar expr[ISNS_MAX_LABEL_LEN + 13]; in get_op_id_from_doc() 124 (void) xmlStrPrintf(expr, ISNS_MAX_LABEL_LEN + 13, in get_op_id_from_doc() 159 xmlChar expr[ISNS_MAX_LABEL_LEN + 13]; in process_get_request_from_doc() 168 (void) xmlStrPrintf(expr, ISNS_MAX_LABEL_LEN + 13, in process_get_request_from_doc() 195 (void) xmlStrPrintf(expr, ISNS_MAX_LABEL_LEN + 13, in process_get_request_from_doc() 222 (void) xmlStrPrintf(expr, ISNS_MAX_LABEL_LEN + 12, in process_get_request_from_doc() 286 xmlChar expr[ISNS_MAX_LABEL_LEN + 13]; in process_enumerate_request_from_doc() 293 (void) xmlStrPrintf(expr, ISNS_MAX_LABEL_LEN + 13, in process_enumerate_request_from_doc() 347 xmlChar expr[ISNS_MAX_LABEL_LEN + 13]; in process_getAssociated_request_from_doc() 354 (void) xmlStrPrintf(expr, ISNS_MAX_LABEL_LEN + 13, in process_getAssociated_request_from_doc() [all …]
|
H A D | isns_mgmt.h | 39 #define ISNS_MAX_LABEL_LEN 50 macro
|
/illumos-gate/usr/src/cmd/isns/isnsadm/ |
H A D | isnsadm.c | 442 xmlChar expr[ISNS_MAX_LABEL_LEN + 13]; in print_partial_failure_info() 463 (void) xmlStrPrintf(expr, ISNS_MAX_LABEL_LEN + 13, in print_partial_failure_info()
|