OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nhash
(Results
1 - 9
of
9
) sorted by relevancy
/src/usr.bin/cksum/
cksum.c
345
const struct hash *
nhash
;
local
347
for (
nhash
= hashes ;
348
nhash
->hashname != NULL;
349
nhash
++)
351
nhash
->hashname,
352
strlen(
nhash
->hashname)) == 0)
356
if (
nhash
->hashname == NULL) {
363
hash =
nhash
;
/src/sys/fs/union/
union_subr.c
167
int
nhash
= UNION_HASH(un->un_uppervp, lowervp);
local
177
if (ohash !=
nhash
&& (un->un_cflags & UN_CACHED)) {
185
if (ohash !=
nhash
) {
186
LIST_INSERT_HEAD(&uhashtbl[
nhash
], un, un_cache);
197
int
nhash
= UNION_HASH(uppervp, un->un_lowervp);
local
221
if (ohash !=
nhash
&& (un->un_cflags & UN_CACHED)) {
241
if (ohash !=
nhash
) {
242
LIST_INSERT_HEAD(&uhashtbl[
nhash
], un, un_cache);
/src/sys/ufs/chfs/
chfs_scan.c
230
if (fd->
nhash
> new->
nhash
) {
234
} else if (fd->
nhash
== new->
nhash
&&
341
fd->
nhash
= hash32_buf(fd->name, namelen, HASH32_BUF_INIT);
chfs_nodeops.c
184
if (fd->
nhash
> new->
nhash
) {
188
} else if (fd->
nhash
== new->
nhash
&&
chfs_build.c
145
dbg(" ->
nhash
: 0x%x\n", fd->
nhash
);
chfs_vnode.c
292
nfd->
nhash
= hash32_buf(nfd->name, cnp->cn_namelen, HASH32_BUF_INIT);
chfs.h
196
uint32_t
nhash
; /* name hash */
member in struct:chfs_dirent
/src/sbin/routed/
if.c
89
nhash
(char *p)
function
136
hifp =
nhash
(ifp->int_name);
196
for (ifp = *
nhash
(name); ifp != 0; ifp = ifp->int_nhash) {
/src/lib/libpuffs/
puffs.c
337
puffs_setncookiehash(struct puffs_usermount *pu, int
nhash
)
343
pu->pu_kargp->pa_nhashbuckets =
nhash
;
Completed in 19 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026