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

/darwin-on-arm/xnu/bsd/miscfs/devfs/
H A Ddevfs_tree.c192 error = dev_add_entry("root", NULL, DEV_DIR, NULL, NULL, NULL, &dev_root);
249 if (dir->dn_type != DEV_DIR) return 0;/*XXX*/ /* printf?*/
301 if (dirnode->dn_type != DEV_DIR)
338 if (dnp->dn_type != DEV_DIR) {
349 DEV_DIR, NULL, NULL, NULL, &dirent_p);
383 if(dirnode->dn_type != DEV_DIR) return(ENOTDIR);
440 if(dnp->dn_type == DEV_DIR) {
589 case DEV_DIR:
733 events = (dnp->dn_type == DEV_DIR ? VNODE_EVENT_DIR_CREATED : VNODE_EVENT_FILE_CREATED);
1000 if (type == DEV_DIR)
[all...]
H A Ddevfsdefs.h83 DEV_DIR, enumerator in enum:__anon138
H A Ddevfs_vnops.c258 if (dir_node->dn_type != DEV_DIR) {
435 case DEV_DIR:
815 if ((tp->dn_type) == DEV_DIR) {
995 if ((fp->dn_type) == DEV_DIR) {
1108 error = dev_add_entry(cnp->cn_nameptr, dir_p, DEV_DIR,
1298 if (dir_node->dn_type != DEV_DIR)
1338 case DEV_DIR:

Completed in 23 milliseconds