Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/vfs/
H A Dvfs_cprotect.c474 case CP_ACTION_LOCKED: in cp_key_store_action()
476 callback_arg.state = (action == CP_ACTION_LOCKED ? CP_LOCKED_STATE : CP_UNLOCKED_STATE); in cp_key_store_action()
491 case CP_ACTION_LOCKED: in cp_key_store_action_for_volume()
493 callback_arg.state = (action == CP_ACTION_LOCKED ? CP_LOCKED_STATE : CP_UNLOCKED_STATE); in cp_key_store_action_for_volume()
/xnu-8020.140.41/bsd/sys/
H A Dcprotect.h75 CP_ACTION_LOCKED = 0, enumerator