Searched refs:connect_type (Results 1 – 2 of 2) sorted by relevance
| /xnu-11215/osfmk/device/ |
| H A D | device.defs | 236 in connect_type : uint32_t; 585 in connect_type : uint32_t;
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOUserClient.cpp | 4333 uint32_t connect_type, in is_io_service_open_extended() argument 4357 if (mac_iokit_check_open_service(kauth_cred_get(), service, connect_type) != 0) { in is_io_service_open_extended() 4396 connect_type, propertiesDict, &client ); in is_io_service_open_extended() 4516 else if (0 != mac_iokit_check_open(kauth_cred_get(), client, connect_type)) { in is_io_service_open_extended() 4529 … res = gIOUCFilterCallbacks->io_filter_resolver(owningTask, client, connect_type, &filterPolicy); in is_io_service_open_extended()
|