Searched defs:obj_table (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/isns/isnsd/
H A Ddoor.c88 static obj_table_entry_t obj_table[] = { variable
175 for (i = 0; obj_table[i].obj_str != NULL; i++) {
182 (xmlChar *)obj_table[i].obj_str, xmlStrlen(
185 obj = obj_table[i].obj_id;
200 for (i = 0; obj_table[i].obj_str != NULL; i++) {
201 if (strncmp(ISNSSERVER, obj_table[i].obj_str,
203 obj = obj_table[i].obj_id;
223 obj_table[i].obj_str);
300 for (i = 0; obj_table[i].obj_str != NULL; i++) {
303 (xmlChar *)obj_table[
[all...]
/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++) {
465 obj_table[i].obj_str);
470 obj = obj_table[i].obj_id;
/illumos-gate/usr/src/cmd/geniconvtbl/
H A Ditm_util.c162 obj_table(itm_type_t tbl_type, function

Completed in 148 milliseconds