Searched refs:DTYPE_NEXUS (Results 1 – 2 of 2) sorted by relevance
| /xnu-8019.80.24/bsd/skywalk/nexus/ |
| H A D | nexus_syscalls.c | 42 .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-8019.80.24/bsd/sys/ |
| H A D | file_internal.h | 145 DTYPE_NEXUS /* Skywalk Nexus */ enumerator
|