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

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddoor.c175 for (i = 0; obj_table[i].obj_str != NULL; i++) {
182 (xmlChar *)obj_table[i].obj_str, xmlStrlen(
200 for (i = 0; obj_table[i].obj_str != NULL; i++) {
201 if (strncmp(ISNSSERVER, obj_table[i].obj_str,
223 obj_table[i].obj_str);
300 for (i = 0; obj_table[i].obj_str != NULL; i++) {
303 (xmlChar *)obj_table[i].obj_str, xmlStrlen((xmlChar *)
359 for (i = 0; obj_table[i].obj_str != NULL; i++) {
362 (xmlChar *)obj_table[i].obj_str, xmlStrlen(
494 for (i = 0; obj_table[i].obj_str !
[all...]
H A Disns_mgmt.h186 char *obj_str; member in struct:__anon672
/illumos-gate/usr/src/cmd/auditreduce/
H A Doption.c43 char *obj_str; /* string specified on the command line */ member in struct:obj_ent
313 char *obj_str; local
328 if ((obj_str = strtok(optarg, "=")) == (char *)0 ||
329 (oep = obj_lkup(obj_str)) == (obj_ent_t *)0 ||
416 obj_str);
425 obj_lkup(char *obj_str) argument
430 if (strcmp(obj_str, obj_tbl[i].obj_str) == 0)
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Disnsadm.c462 for (i = 0; obj_table[i].obj_str != NULL; i++) {
465 obj_table[i].obj_str);

Completed in 71 milliseconds