HomeSort by relevance Sort by last modified time
    Searched refs:next_item (Results 1 - 9 of 9) sorted by null

  /onnv/onnv-gate/usr/src/uts/common/io/xge/hal/include/
xge-list.h 136 * next_item: element of the list after which the new element is inserted
138 * Insert new item (new_item) before given item (next_item).
141 xge_list_t *next_item)
144 xge_assert(next_item != NULL);
145 xge_assert(next_item->next != NULL);
147 new_item->next = next_item;
148 new_item->prev = next_item->prev;
149 next_item->prev->next = new_item;
150 next_item->prev = new_item;
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
bootparam_ip_route.c 63 struct mib_item_s *next_item; member in struct:mib_item_s
120 last_item = last_item->next_item)
171 last_item->next_item = temp;
175 last_item->next_item = nilp(mib_item_t);
214 item_list = item->next_item;
279 for (item = item_list; item; item = item->next_item) {
292 item = item->next_item) {
358 for (item = item_list; item; item = item->next_item) {
472 item != NULL && !found_client_int; item = item->next_item) {
  /onnv/onnv-gate/usr/src/cmd/lvm/rpc.metamedd/
med_hash.h 76 extern Item *next_item(Cache *cp, int *bidx, int *iidx);
med_hash.c 214 next_item(Cache *cp, int *bidx, int *iidx) function
220 "next_item(): init_cache() not called.\n");
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/
ncaconfd.c 79 struct mib_item_s *next_item; member in struct:mib_item_s
602 last_item = last_item->next_item)
656 last_item->next_item = temp;
660 last_item->next_item = (mib_item_t *)0;
686 first_item = first_item->next_item;
953 for (; item != NULL; item = item->next_item) {
983 for (; item != NULL; item = item->next_item) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/rpcsvc/
rstat_proc.c 82 struct mib_item_s *next_item; member in struct:mib_item_s
490 last_item = last_item->next_item)
546 last_item->next_item = temp;
550 last_item->next_item = NULL;
580 first_item = first_item->next_item;
924 netstat_item = netstat_item->next_item;
955 for (item = netstat_item; item; item = item->next_item) {
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
netstat.c 121 struct mib_item_s *next_item; member in struct:mib_item_s
779 last_item = last_item->next_item)
834 last_item->next_item = temp;
838 last_item->next_item = NULL;
887 firstitem = firstitem->next_item;
934 for (tempp = item; tempp; tempp = tempp->next_item)
943 for (; item; item = item->next_item) {
946 (localp[c]).next_item = NULL;
961 (localp[c - 1]).next_item = tempp;
993 tempp2 = tempp2->next_item) {
    [all...]
  /onnv/onnv-gate/usr/src/cmd/cmd-inet/usr.sbin/
route.c 221 struct mib_item_s *next_item; member in struct:mib_item_s
631 for (; item != NULL; item = item->next_item) {
647 for (; item != NULL; item = item->next_item) {
667 for (; item != NULL; item = item->next_item) {
684 for (; item != NULL; item = item->next_item) {
    [all...]
  /onnv/onnv-gate/usr/src/uts/common/io/usb/clients/hidparser/
hidparser.c     [all...]

Completed in 840 milliseconds