Home
last modified time | relevance | path

Searched refs:FIODEVICEEPSTATE (Results 1 – 2 of 2) sorted by relevance

/xnu-8792.41.9/bsd/sys/
H A Dfilio.h87 #define FIODEVICEEPSTATE _IOR('f', 119, int) /* get device ephemeral state */ macro
/xnu-8792.41.9/bsd/vfs/
H A Dvfs_cprotect.c483 …VFS_IOCTL(mp, FIODEVICEEPSTATE, (void *)(uintptr_t)callback_arg->ep_state, 0, vfs_context_kernel()… in cp_vfs_callback()