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

  /src/usr.sbin/mtree/
extern.h 78 const char *nodetype(u_int);
misc.c 276 nodetype(u_int type) function in typeref:typename:const char *
verify.c 272 nodetype(p->type));
spec.c 346 nodetype(cur->type));
509 cur->name, nodetype(cur->type),
510 nodetype(new->type));
compare.c 183 nodetype(s->type), inotype(p->fts_statp->st_mode));
  /src/usr.sbin/puffs/mount_sysctlfs/
sysctlfs.c 164 getnode(struct puffs_usermount *pu, struct puffs_pathobj *po, int nodetype)
186 * don't know nodetype? query...
188 * XXX1: nothing really guarantees 0 is an invalid nodetype
192 if (!nodetype) {
207 nodetype = sn[i].sysctl_flags;
211 if (!nodetype)
216 sfs->sysctl_flags = nodetype;
552 int nodetype; local in function:sysctlfs_node_lookup
578 nodetype = sn[i].sysctl_flags;
580 nodetype = CTLTYPE_NODE
    [all...]

Completed in 47 milliseconds