Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_ip_route.c81 mib_item_t *first_item = nilp(mib_item_t); in mibget() local
117 for (last_item = first_item; last_item; in mibget()
135 return (first_item); /* this is EOD msg */ in mibget()
171 first_item = temp; in mibget()
201 free_itemlist(first_item); in mibget()
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drstat_proc.c450 mib_item_t *first_item = NULL; in mibget() local
487 for (last_item = first_item; last_item; in mibget()
506 return (first_item); /* this is EOD msg */ in mibget()
546 first_item = temp; in mibget()
576 while (first_item) { in mibget()
577 last_item = first_item; in mibget()
578 first_item = first_item->next_item; in mibget()
584 return (first_item); in mibget()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c3067 mib_item_t *first_item = NULL; in mibget() local
3104 for (last_item = first_item; last_item != NULL; in mibget()
3124 return (first_item); /* this is EOD msg */ in mibget()
3161 first_item = temp; in mibget()
3194 while (first_item != NULL) { in mibget()
3195 last_item = first_item; in mibget()
3196 first_item = first_item->next_item; in mibget()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c1141 mib_item_t *first_item = NULL; in mibget() local
1185 for (last_item = first_item; last_item; in mibget()
1204 return (first_item); /* this is EOD msg */ in mibget()
1243 first_item = temp; in mibget()
1277 mibfree(first_item); in mibget()