HomeSort by: relevance | last modified time | path
    Searched defs:hashent (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/config/
hash.c 61 struct hashent { struct
63 TAILQ_ENTRY(hashent) h_next;
76 TAILQ_HEAD(hashenthead, hashent) *ht_tab;
92 static inline struct hashent *newhashent(const char *, u_int);
118 struct hashent *p;
146 static inline struct hashent *
149 struct hashent *hp;
159 static inline struct hashent *
210 struct hashent *hp;
244 struct hashent *hp
    [all...]
  /src/sys/nfs/
nfs_subs.c 1260 nfs_searchdircache(struct vnode *vp, off_t off, int do32, int *hashent)
1290 if (hashent)
1291 *hashent = (int)(ndhp - np->n_dircache);
1332 int hashent = 0, gen, overwrite; /* XXX: GCC */ local in function:nfs_enterdircache
1354 ndp = nfs_searchdircache(vp, off, 0, &hashent);
1369 ndhp = &np->n_dircache[hashent];
1388 gen = ++np->n_dirgens[hashent];
1390 np->n_dirgens[hashent]++;
1393 ndp->dc_cookie32 = (hashent << 24) | (gen & 0xffffff);

Completed in 13 milliseconds