Searched refs:Item (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/cmd/lvm/rpc.metamedd/ |
H A D | med_hash.h | 45 } Item; typedef 47 #define Null_Item ((Item *) NULL) 52 Item **itempp; 73 extern int add_cache(Cache *cp, Item *itemp); 74 extern Item *lookup_cache(Cache *cp, void *datap, int datalen); 75 extern Item *first_item(Cache *cp, int *bidx, int *iidx); 76 extern Item *next_item(Cache *cp, int *bidx, int *iidx); 78 extern int del_cache(Cache *cp, Item *itemp);
|
H A D | med_hash.c | 118 add_cache(Cache *cp, Item *itemp) in add_cache() 121 Item **titempp; in add_cache() 133 (Item **) Malloc(sizeof (*bp->itempp) * cp->bsz); in add_cache() 141 (Item **) Malloc(sizeof (*bp->itempp) * in add_cache() 169 Item * 188 Item * 191 Item *itemp = Null_Item; in first_item() 213 Item * 216 Item *itemp = Null_Item; in next_item() 253 Item *itemp; in des_cache() [all …]
|
H A D | med_db.c | 120 Item *itemp; in add_key() 136 if ((itemp = (Item *) Malloc(sizeof (*itemp))) == NULL) { in add_key() 191 Item *itemp; in del_key() 210 Item *itemp; in find_key()
|
/titanic_41/usr/src/lib/libpkg/common/ |
H A D | nhash.h | 44 } Item; typedef 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);
|
H A D | nhash.c | 109 add_cache(Cache *cp, Item *itemp) in add_cache() 112 Item **titempp; in add_cache() 125 (Item **) malloc(sizeof (*bp->itempp) * cp->bsz); in add_cache() 134 (Item **) malloc(sizeof (*bp->itempp) * in add_cache() 160 Item *
|
H A D | ncgrpw.c | 79 static Item * 82 Item *itemp; in cache_alloc() 87 if ((itemp = (Item *) malloc(sizeof (*itemp))) == in cache_alloc() 109 return ((Item *) NULL); in cache_alloc() 117 Item *itemp; in cgrnam() 185 Item *itemp; in cpwnam() 277 Item *itemp; in cgrgid() 341 Item *itemp; in cpwuid()
|
/titanic_41/usr/src/uts/common/io/usb/clients/hidparser/ |
H A D | README | 320 Item format: 520 hidparser: Main Item: token = 0x80, curr_ei = 0xcab7ecf8 will be the 551 Again a Collection Item. 658 hidparser: Main Item: token = 0x80, curr_ei = 0xcab7e098 will be the 710 hidparser: Main Item: token = 0x80, curr_ei = 0xcab7ad60 will be the 772 hidparser: Main Item: token = 0x80, curr_ei = 0xcab7ecc8 will be the 786 hidparser: Main Item: token = 0x80, curr_ei = 0xcab7ec98 will be the 869 hidparser: Main Item: token = 0xb0, curr_ei = 0xcab7acd0 will be the 908 hidparser: Main Item: token = 0xb0, curr_ei = 0xcab7aac0 will be the 947 hidparser: Main Item: token = 0xb0, curr_ei = 0xcab7e608 will be the [all …]
|
/titanic_41/usr/src/cmd/find/ |
H A D | find.c | 164 union Item union 181 union Item first; 182 union Item second;
|
/titanic_41/usr/src/data/hwdata/ |
H A D | usb.ids | 19839 # List of HID Descriptor Item Types 19884 # List of Physical Descriptor Item Types
|