Home
last modified time | relevance | path

Searched refs:dn_type (Results 1 – 3 of 3) sorted by relevance

/xnu-11215/bsd/miscfs/devfs/
H A Ddevfs_tree.c240 if (dir->dn_type != DEV_DIR) { in dev_findname()
291 if (dirnode->dn_type != DEV_DIR) { in dev_finddir()
333 if (dnp->dn_type != DEV_DIR) { in dev_finddir()
434 if (dnp->dn_type == DEV_DIR) { in dev_add_name()
562 dnp->dn_type = entrytype; in dev_add_node()
665 if (dnp->dn_type == DEV_SLNK) { in devnode_free()
727 int type = child->de_dnp->dn_type; in devfs_propogate()
970 int type = dnp->dn_type; in dev_dup_entry()
1030 if (dnp->dn_type == DEV_DIR) { in dev_free_name()
1095 if (dnp->dn_type == DEV_DIR) { in dev_free_hier()
[all …]
H A Ddevfs_vnops.c285 if (dir_node->dn_type != DEV_DIR) { in devfs_lookup()
459 switch (file_node->dn_type) { in devfs_getattr()
855 if ((tp->dn_type) == DEV_DIR) { in devfs_vnop_remove()
1035 if ((fp->dn_type) == DEV_DIR) { in devfs_rename()
1348 if (dir_node->dn_type != DEV_DIR) { in devfs_readdir()
1381 switch (name_node->de_dnp->dn_type) { in devfs_readdir()
1446 if (lnk_node->dn_type != DEV_SLNK) { in devfs_readlink()
H A Ddevfsdefs.h123 devfstype_t dn_type; member