Home
last modified time | relevance | path

Searched refs:item_t (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Dnhash.h39 typedef struct item_t { struct
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h279 } item_t; typedef
501 static item_t *nfphash_lookup(char *key);
H A Ddevfsadm.c228 static item_t **nfp_hash;
8468 nfp_hash = s_zalloc(NFP_HASH_SZ * sizeof (item_t *)); in nfphash_create()
8484 static item_t *
8488 item_t *ip; in nfphash_lookup()
8505 item_t *ip; in nfphash_insert()
8512 ip = s_zalloc(sizeof (item_t)); in nfphash_insert()
8523 item_t *ip; in nfphash_destroy()