Searched refs:first_item (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_hash.h69 extern Item *first_item(Cache *cp, int *bidx, int *iidx);
H A Dmed_hash.c189 first_item(Cache *cp, int *bidx, int *iidx) function
195 "first_item(): init_cache() not called.\n");
/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_ip_route.c83 mib_item_t *first_item = nilp(mib_item_t); local
119 for (last_item = first_item; last_item;
137 return (first_item); /* this is EOD msg */
173 first_item = temp;
203 free_itemlist(first_item);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/
H A Dncaconfd.c563 mib_item_t *first_item = (mib_item_t *)0; local
601 for (last_item = first_item; last_item;
621 return (first_item); /* this is EOD msg */
658 first_item = temp;
684 while (first_item) {
685 last_item = first_item;
686 first_item = first_item->next_item;
689 return (first_item);
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drstat_proc.c452 mib_item_t *first_item = NULL; local
489 for (last_item = first_item; last_item;
508 return (first_item); /* this is EOD msg */
548 first_item = temp;
578 while (first_item) {
579 last_item = first_item;
580 first_item = first_item->next_item;
586 return (first_item);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c3067 mib_item_t *first_item = NULL; local
3104 for (last_item = first_item; last_item != NULL;
3124 return (first_item); /* this is EOD msg */
3161 first_item = temp;
3194 while (first_item != NULL) {
3195 last_item = first_item;
3196 first_item = first_item->next_item;
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c730 mib_item_t *first_item = NULL; local
775 for (last_item = first_item; last_item;
794 return (first_item); /* this is EOD msg */
833 first_item = temp;
867 mibfree(first_item);

Completed in 103 milliseconds