Lines Matching refs:kauth_action_t
42 static int secmodel_example_device_cb(kauth_cred_t, kauth_action_t, void *,
44 static int secmodel_example_generic_cb(kauth_cred_t, kauth_action_t, void *,
46 static int secmodel_example_machdep_cb(kauth_cred_t, kauth_action_t, void *,
48 static int secmodel_example_network_cb(kauth_cred_t, kauth_action_t, void *,
50 static int secmodel_example_process_cb(kauth_cred_t, kauth_action_t, void *,
52 static int secmodel_example_system_cb(kauth_cred_t, kauth_action_t, void *,
54 static int secmodel_example_vnode_cb(kauth_cred_t, kauth_action_t, void *,
211 secmodel_example_generic_cb(kauth_cred_t cred, kauth_action_t action,
233 secmodel_example_system_cb(kauth_cred_t cred, kauth_action_t action,
350 secmodel_example_process_cb(kauth_cred_t cred, kauth_action_t action,
427 secmodel_example_network_cb(kauth_cred_t cred, kauth_action_t action,
559 secmodel_example_machdep_cb(kauth_cred_t cred, kauth_action_t action,
592 secmodel_example_device_cb(kauth_cred_t cred, kauth_action_t action,
655 secmodel_example_vnode_cb(kauth_cred_t cred, kauth_action_t action,