HomeSort by: relevance | last modified time | path
    Searched refs:NC_NLEN (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/kern/
vfs_cache.c 353 KASSERT(NC_NLEN(nc1) == NC_NLEN(nc2));
354 return memcmp(nc1->nc_name, nc2->nc_name, NC_NLEN(nc1));
383 size_t namelen = NC_NLEN(ncp);
457 KASSERT(NC_NLEN(ncp) == namelen);
843 nlen = NC_NLEN(ncp);
971 KASSERT(NC_NLEN(oncp) == NC_NLEN(ncp));
1553 (*pr)("name %.*s\n", NC_NLEN(ncp),
1566 (*pr)("parent %.*s\n", NC_NLEN(ncp)
    [all...]
  /src/sys/sys/
namei.h 218 #define NC_NLEN(ncp) ((ncp)->nc_key & NC_NLEN_MASK)
namei.src 210 #define NC_NLEN(ncp) ((ncp)->nc_key & NC_NLEN_MASK)
  /src/usr.bin/pmap/
pmap.c 877 nlen = MIN(NC_NLEN(&nc), NCHNAMLEN);

Completed in 14 milliseconds