Home
last modified time | relevance | path

Searched refs:obj_table (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddoor.c89 static obj_table_entry_t obj_table[] = { variable
183 (xmlChar *)obj_table[i].obj_str, xmlStrlen( in process_get_request_from_doc()
186 obj = obj_table[i].obj_id; in process_get_request_from_doc()
204 obj = obj_table[i].obj_id; in process_get_request_from_doc()
224 obj_table[i].obj_str); in process_get_request_from_doc()
307 obj = obj_table[i].obj_id; in process_enumerate_request_from_doc()
366 obj = obj_table[i].obj_id; in process_getAssociated_request_from_doc()
498 obj_table[i].obj_str); in process_delete_request_from_doc()
503 obj = obj_table[i].obj_id; in process_delete_request_from_doc()
688 obj_table[i].obj_str); in process_createModify_request_from_doc()
[all …]
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_comp.y224 $$ = 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 Ditm_util.h47 itm_tbl_hdr_t *obj_table(itm_type_t, itm_data_t *,
H A Ditm_util.c162 obj_table(itm_type_t tbl_type, in obj_table() function
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Disnsadm.c115 static obj_table_entry_t obj_table[] = { variable
462 for (i = 0; obj_table[i].obj_str != NULL; i++) { in print_partial_failure_info()
465 obj_table[i].obj_str); in print_partial_failure_info()
470 obj = obj_table[i].obj_id; in print_partial_failure_info()