Home
last modified time | relevance | path

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

/xnu-8792.41.9/bsd/sys/
H A Dfilio.h85 #define FIODEVICELOCKED _IO('f', 121) /* device locked/unlocked */ macro
/xnu-8792.41.9/bsd/vfs/
H A Dvfs_cprotect.c480 …VFS_IOCTL(mp, FIODEVICELOCKED, (void *)(uintptr_t)callback_arg->lock_state, 0, vfs_context_kernel(… in cp_vfs_callback()