Home
last modified time | relevance | path

Searched refs:obj_str (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/auditreduce/
H A Doption.c43 char *obj_str; /* string specified on the command line */ member
313 char *obj_str; in proc_object() local
328 if ((obj_str = strtok(optarg, "=")) == (char *)0 || in proc_object()
329 (oep = obj_lkup(obj_str)) == (obj_ent_t *)0 || in proc_object()
416 obj_str); in proc_object()
425 obj_lkup(char *obj_str) in obj_lkup() argument
430 if (strcmp(obj_str, obj_tbl[i].obj_str) == 0) in obj_lkup()
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddoor.c176 for (i = 0; obj_table[i].obj_str != NULL; i++) { in process_get_request_from_doc()
183 (xmlChar *)obj_table[i].obj_str, xmlStrlen( in process_get_request_from_doc()
201 for (i = 0; obj_table[i].obj_str != NULL; i++) { in process_get_request_from_doc()
202 if (strncmp(ISNSSERVER, obj_table[i].obj_str, in process_get_request_from_doc()
224 obj_table[i].obj_str); in process_get_request_from_doc()
301 for (i = 0; obj_table[i].obj_str != NULL; i++) { in process_enumerate_request_from_doc()
363 (xmlChar *)obj_table[i].obj_str, xmlStrlen( in process_getAssociated_request_from_doc()
495 for (i = 0; obj_table[i].obj_str != NULL; i++) { in process_delete_request_from_doc()
498 obj_table[i].obj_str); in process_delete_request_from_doc()
685 for (i = 0; obj_table[i].obj_str != NULL; i++) { in process_createModify_request_from_doc()
[all …]
H A Disns_mgmt.h186 char *obj_str; member
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Disnsadm.c462 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()