Searched defs:registry_entry (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/security/
H A Dmac_iokit.c87 mac_iokit_check_set_properties(kauth_cred_t cred, io_object_t registry_entry, io_object_t properties) argument
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOUserClient.cpp2010 is_io_registry_entry_create_iterator( io_object_t registry_entry, io_name_t plane, uint32_t options, io_object_t *iterator ) argument
2067 is_io_registry_entry_in_plane( io_object_t registry_entry, io_name_t plane, boolean_t *inPlane ) argument
2081 is_io_registry_entry_get_path( io_object_t registry_entry, io_name_t plane, io_string_t path ) argument
2098 is_io_registry_entry_get_name( io_object_t registry_entry, io_name_t name ) argument
2110 is_io_registry_entry_get_name_in_plane( io_object_t registry_entry, io_name_t planeName, io_name_t name ) argument
2129 is_io_registry_entry_get_location_in_plane( io_object_t registry_entry, io_name_t planeName, io_name_t location ) argument
2152 is_io_registry_entry_get_registry_entry_id( io_object_t registry_entry, uint64_t *entry_id ) argument
2183 is_io_registry_entry_get_property_bytes( io_object_t registry_entry, io_name_t property_name, io_struct_inband_t buf, mach_msg_type_number_t *dataCnt ) argument
2246 is_io_registry_entry_get_property( io_object_t registry_entry, io_name_t property_name, io_buf_ptr_t *properties, mach_msg_type_number_t *propertiesCnt ) argument
2284 is_io_registry_entry_get_property_recursively( io_object_t registry_entry, io_name_t plane, io_name_t property_name, uint32_t options, io_buf_ptr_t *properties, mach_msg_type_number_t *propertiesCnt ) argument
2326 is_io_registry_entry_get_properties( io_object_t registry_entry, io_buf_ptr_t *properties, mach_msg_type_number_t *propertiesCnt ) argument
2356 is_io_registry_entry_set_properties( io_object_t registry_entry, io_buf_ptr_t properties, mach_msg_type_number_t propertiesCnt, kern_return_t * result) argument
2399 is_io_registry_entry_get_child_iterator( io_object_t registry_entry, io_name_t plane, io_object_t *iterator ) argument
2413 is_io_registry_entry_get_parent_iterator( io_object_t registry_entry, io_name_t plane, io_object_t *iterator) argument
[all...]

Completed in 39 milliseconds