Home
last modified time | relevance | path

Searched refs:DTYPE_NEXUS (Results 1 – 4 of 4) sorted by relevance

/xnu-8020.140.41/bsd/skywalk/nexus/
H A Dnexus_syscalls.c42 .fo_type = DTYPE_NEXUS,
195 err = fp_get_ftype(p, uap->ctl, DTYPE_NEXUS, ENODEV, &fp); in __nexus_register()
263 err = fp_get_ftype(p, uap->ctl, DTYPE_NEXUS, ENODEV, &fp); in __nexus_deregister()
312 err = fp_get_ftype(p, uap->ctl, DTYPE_NEXUS, ENODEV, &fp); in __nexus_create()
376 err = fp_get_ftype(p, uap->ctl, DTYPE_NEXUS, ENODEV, &fp); in __nexus_destroy()
404 err = fp_get_ftype(p, uap->ctl, DTYPE_NEXUS, ENODEV, &fp); in __nexus_get_opt()
466 err = fp_get_ftype(p, uap->ctl, DTYPE_NEXUS, ENODEV, &fp); in __nexus_set_opt()
/xnu-8020.140.41/bsd/sys/
H A Dfile_internal.h145 DTYPE_NEXUS /* Skywalk Nexus */ enumerator
/xnu-8020.140.41/security/
H A Dmac_base.c1353 case DTYPE_NEXUS: in __mac_get_fd()
1466 case DTYPE_NEXUS: in __mac_set_fd()
H A Dmac_vfs.c2752 case DTYPE_NEXUS: in mac_vnode_label_associate_fdesc()