Searched defs:Item (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dnhash.h44 } Item; typedef in typeref:struct:item_t
46 #define Null_Item ((Item *) NULL)
51 Item **itempp;
68 extern int add_cache(Cache *cp, Item *itemp);
69 extern Item *lookup_cache(Cache *cp, void *datap, int datalen);
/illumos-gate/usr/src/cmd/lvm/rpc.metamedd/
H A Dmed_hash.h39 } Item; typedef in typeref:struct:item_t
41 #define Null_Item ((Item *) NULL)
46 Item **itempp;
67 extern int add_cache(Cache *cp, Item *itemp);
68 extern Item *lookup_cache(Cache *cp, void *datap, int datalen);
69 extern Item *first_item(Cache *cp, int *bidx, int *iidx);
70 extern Item *next_item(Cache *cp, int *bidx, int *iidx);
72 extern int del_cache(Cache *cp, Item *itemp);
/illumos-gate/usr/src/cmd/find/
H A Dfind.c164 union Item union
181 union Item first;
182 union Item second;

Completed in 70 milliseconds