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

/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_tree.c249 if (dir->dn_type != DEV_DIR) return 0;/*XXX*/ /* printf?*/
301 if (dirnode->dn_type != DEV_DIR)
338 if (dnp->dn_type != DEV_DIR) {
383 if(dirnode->dn_type != DEV_DIR) return(ENOTDIR);
440 if(dnp->dn_type == DEV_DIR) {
570 dnp->dn_type = entrytype;
668 if (dnp->dn_type == DEV_SLNK) {
730 int type = child->de_dnp->dn_type;
733 events = (dnp->dn_type == DEV_DIR ? VNODE_EVENT_DIR_CREATED : VNODE_EVENT_FILE_CREATED);
975 int type = dnp->dn_type;
[all...]
H A Ddevfsdefs.h124 devfstype_t dn_type; member in struct:devnode
H A Ddevfs_vnops.c258 if (dir_node->dn_type != DEV_DIR) {
433 switch (file_node->dn_type)
815 if ((tp->dn_type) == DEV_DIR) {
995 if ((fp->dn_type) == DEV_DIR) {
1298 if (dir_node->dn_type != DEV_DIR)
1331 switch(name_node->de_dnp->dn_type) {
1394 if (lnk_node->dn_type != DEV_SLNK) {

Completed in 29 milliseconds