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

  /src/usr.sbin/mtree/
misc.c 276 nodetype(u_int type) function in typeref:typename:const char *
  /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 41 milliseconds