Searched refs:first_item (Results 1 – 7 of 7) sorted by relevance
83 mib_item_t *first_item = nilp(mib_item_t); in mibget() local119 for (last_item = first_item; last_item; in mibget()137 return (first_item); /* this is EOD msg */ in mibget()173 first_item = temp; in mibget()203 free_itemlist(first_item); in mibget()
563 mib_item_t *first_item = (mib_item_t *)0; in mibget() local601 for (last_item = first_item; last_item; in mibget()621 return (first_item); /* this is EOD msg */ in mibget()658 first_item = temp; in mibget()684 while (first_item) { in mibget()685 last_item = first_item; in mibget()686 first_item = first_item->next_item; in mibget()689 return (first_item); in mibget()
452 mib_item_t *first_item = NULL; in mibget() local489 for (last_item = first_item; last_item; in mibget()508 return (first_item); /* this is EOD msg */ in mibget()548 first_item = temp; in mibget()578 while (first_item) { in mibget()579 last_item = first_item; in mibget()580 first_item = first_item->next_item; in mibget()586 return (first_item); in mibget()
75 extern Item *first_item(Cache *cp, int *bidx, int *iidx);
189 first_item(Cache *cp, int *bidx, int *iidx) in first_item() function
3067 mib_item_t *first_item = NULL; in mibget() local3104 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()
730 mib_item_t *first_item = NULL; in mibget() local775 for (last_item = first_item; last_item; in mibget()794 return (first_item); /* this is EOD msg */ in mibget()833 first_item = temp; in mibget()867 mibfree(first_item); in mibget()