Searched defs:tmp_item (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c999 elfedit_optarg_item_t tmp_item; local
1011 elfedit_next_optarg(&tmp_optarg, &tmp_item);
1012 if ((item.oai_excmask & tmp_item.oai_idmask) ==
1017 usage_optarg_insert_item(&tmp_item,
1024 optmask |= tmp_item.oai_idmask;
/illumos-gate/usr/src/uts/common/io/scsi/adapters/scsi_vhci/
H A Dmpapi_impl.c2448 mpapi_item_list_t *tmp_item = item; local
2464 tmp_item = tmp_hdr->head;
2465 while (tmp_item != NULL) {
2466 if (item == tmp_item) {
2471 tmp_item = tmp_item->next;

Completed in 79 milliseconds