Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/skywalk/nexus/
H A Dnexus_syscalls.c43 .fo_type = DTYPE_NEXUS,
209 err = fp_get_ftype(p, uap->ctl, DTYPE_NEXUS, ENODEV, &fp); in __nexus_register()
277 err = fp_get_ftype(p, uap->ctl, DTYPE_NEXUS, ENODEV, &fp); in __nexus_deregister()
326 err = fp_get_ftype(p, uap->ctl, DTYPE_NEXUS, ENODEV, &fp); in __nexus_create()
390 err = fp_get_ftype(p, uap->ctl, DTYPE_NEXUS, ENODEV, &fp); in __nexus_destroy()
418 err = fp_get_ftype(p, uap->ctl, DTYPE_NEXUS, ENODEV, &fp); in __nexus_get_opt()
488 err = fp_get_ftype(p, uap->ctl, DTYPE_NEXUS, ENODEV, &fp); in __nexus_set_opt()
/xnu-11215.81.4/bsd/sys/
H A Dfile_internal.h146 DTYPE_NEXUS /* Skywalk Nexus */ enumerator
/xnu-11215.81.4/security/
H A Dmac_base.c1350 case DTYPE_NEXUS: in __mac_get_fd()
1463 case DTYPE_NEXUS: in __mac_set_fd()
H A Dmac_vfs.c2728 case DTYPE_NEXUS: in mac_vnode_label_associate_fdesc()