Searched refs:obj_table (Results 1 – 5 of 5) sorted by relevance
/illumos-gate/usr/src/cmd/isns/isnsd/ |
H A D | door.c | 93 static obj_table_entry_t obj_table[] = { variable 180 for (i = 0; obj_table[i].obj_str != NULL; i++) { in process_get_request_from_doc() 187 (xmlChar *)obj_table[i].obj_str, xmlStrlen( in process_get_request_from_doc() 190 obj = obj_table[i].obj_id; in process_get_request_from_doc() 205 for (i = 0; obj_table[i].obj_str != NULL; i++) { in process_get_request_from_doc() 206 if (strncmp(ISNSSERVER, obj_table[i].obj_str, in process_get_request_from_doc() 208 obj = obj_table[i].obj_id; in process_get_request_from_doc() 228 obj_table[i].obj_str); in process_get_request_from_doc() 305 for (i = 0; obj_table[i].obj_str != NULL; i++) { in process_enumerate_request_from_doc() 308 (xmlChar *)obj_table[i].obj_str, xmlStrlen((xmlChar *) in process_enumerate_request_from_doc() [all …]
|
/illumos-gate/usr/src/cmd/geniconvtbl/ |
H A D | itm_comp.y | 224 $$ = obj_table(ITM_TBL_DIREC, $2, 230 $$ = obj_table(ITM_TBL_DIREC, NULL, 312 tbl_hdr = obj_table(ITM_TBL_COND, $2, 322 tbl_hdr = obj_table(ITM_TBL_COND, NULL, 626 $$ = obj_table(ITM_TBL_OP, $2, 632 $$ = obj_table(ITM_TBL_OP, NULL, 638 $$ = obj_table(ITM_TBL_OP_INIT, NULL, 644 $$ = obj_table(ITM_TBL_OP_RESET, NULL, 814 tbl_hdr = obj_table(ITM_TBL_OP, NULL, 827 tbl_hdr1 = obj_table(ITM_TBL_OP, NULL, [all …]
|
H A D | itm_util.h | 47 itm_tbl_hdr_t *obj_table(itm_type_t, itm_data_t *,
|
H A D | itm_util.c | 162 obj_table(itm_type_t tbl_type, in obj_table() function
|
/illumos-gate/usr/src/cmd/isns/isnsadm/ |
H A D | isnsadm.c | 116 static obj_table_entry_t obj_table[] = { variable 463 for (i = 0; obj_table[i].obj_str != NULL; i++) { in print_partial_failure_info() 466 obj_table[i].obj_str); in print_partial_failure_info() 471 obj = obj_table[i].obj_id; in print_partial_failure_info()
|