Searched refs:ISNS_MAX_LABEL_LEN (Results 1 – 3 of 3) sorted by relevance
/titanic_50/usr/src/cmd/isns/isnsd/ |
H A D | door.c | 118 xmlChar expr[ISNS_MAX_LABEL_LEN + 13]; in get_op_id_from_doc() 123 (void) xmlStrPrintf(expr, ISNS_MAX_LABEL_LEN + 13, in get_op_id_from_doc() 158 xmlChar expr[ISNS_MAX_LABEL_LEN + 13]; in process_get_request_from_doc() 167 (void) xmlStrPrintf(expr, ISNS_MAX_LABEL_LEN + 13, in process_get_request_from_doc() 194 (void) xmlStrPrintf(expr, ISNS_MAX_LABEL_LEN + 13, in process_get_request_from_doc() 221 (void) xmlStrPrintf(expr, ISNS_MAX_LABEL_LEN + 12, in process_get_request_from_doc() 285 xmlChar expr[ISNS_MAX_LABEL_LEN + 13]; in process_enumerate_request_from_doc() 292 (void) xmlStrPrintf(expr, ISNS_MAX_LABEL_LEN + 13, in process_enumerate_request_from_doc() 346 xmlChar expr[ISNS_MAX_LABEL_LEN + 13]; in process_getAssociated_request_from_doc() 353 (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
|
/titanic_50/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()
|