Home
last modified time | relevance | path

Searched refs:registry_entry (Results 1 – 4 of 4) sorted by relevance

/xnu-8019.80.24/security/
H A Dmac_iokit.c86 mac_iokit_check_set_properties(kauth_cred_t cred, io_object_t registry_entry, io_object_t propertie… in mac_iokit_check_set_properties() argument
90 MAC_CHECK(iokit_check_set_properties, cred, registry_entry, properties); in mac_iokit_check_set_properties()
95 mac_iokit_check_filter_properties(kauth_cred_t cred, io_object_t registry_entry) in mac_iokit_check_filter_properties() argument
99 MAC_CHECK(iokit_check_filter_properties, cred, registry_entry); in mac_iokit_check_filter_properties()
104 mac_iokit_check_get_property(kauth_cred_t cred, io_object_t registry_entry, const char *name) in mac_iokit_check_get_property() argument
108 MAC_CHECK(iokit_check_get_property, cred, registry_entry, name); in mac_iokit_check_get_property()
H A Dmac_framework.h211 int mac_iokit_check_set_properties(kauth_cred_t cred, io_object_t registry_entry, io_object_t p…
212 int mac_iokit_check_filter_properties(kauth_cred_t cred, io_object_t registry_entry) __result_u…
213 int mac_iokit_check_get_property(kauth_cred_t cred, io_object_t registry_entry, const char *nam…
/xnu-8019.80.24/osfmk/device/
H A Ddevice.defs178 registry_entry : io_object_t;
201 out registry_entry : io_object_t
205 registry_entry : io_object_t;
210 registry_entry : io_object_t;
215 registry_entry : io_object_t;
221 registry_entry : io_object_t;
227 registry_entry : io_object_t;
323 registry_entry : io_object_t;
334 registry_entry : io_object_t;
340 registry_entry : io_object_t;
[all …]
/xnu-8019.80.24/iokit/Kernel/
H A DIOUserClient.cpp3219 io_object_t registry_entry, in is_io_registry_entry_create_iterator() argument
3224 CHECK( IORegistryEntry, registry_entry, entry ); in is_io_registry_entry_create_iterator()
3268 io_object_t *registry_entry ) in is_io_registry_entry_from_path() argument
3292 *registry_entry = entry; in is_io_registry_entry_from_path()
3306 io_object_t *registry_entry) in is_io_registry_entry_from_path_ool() argument
3353 *registry_entry = entry; in is_io_registry_entry_from_path_ool()
3363 io_object_t registry_entry, in is_io_registry_entry_in_plane() argument
3367 CHECK( IORegistryEntry, registry_entry, entry ); in is_io_registry_entry_in_plane()
3378 io_object_t registry_entry, in is_io_registry_entry_get_path() argument
3383 CHECK( IORegistryEntry, registry_entry, entry ); in is_io_registry_entry_get_path()
[all …]