Home
last modified time | relevance | path

Searched refs:ht_add (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/lib/lib9p/common/
H A Dconnection.c112 if (ht_add(&conn->lc_requests, req->lr_req.hdr.tag, req)) { in l9p_connection_recv()
194 if (ht_add(&conn->lc_files, fid, file) != 0) { in l9p_connection_alloc_fid()
H A Dhashtable.h100 int ht_add(struct ht *h, uint32_t hash, void *value);
H A Dhashtable.c102 ht_add(struct ht *h, uint32_t hash, void *value) in ht_add() function
/illumos-gate/usr/src/cmd/svc/svcs/
H A Dsvcs.c320 ht_add(const char *fmri) in ht_add() function
3040 if (wip->pg == NULL && ht_buckets != NULL && ht_add(wip->fmri)) { in list_instance()