Searched refs:IO_OBJECT_NULL (Results 1 – 18 of 18) sorted by relevance
18 io_service_t service = IO_OBJECT_NULL; in IOTestServiceFindService()30 if (service == IO_OBJECT_NULL) { in IOTestServiceFindService()34 } while (service == IO_OBJECT_NULL && retries <= MAX_RETRIES); in IOTestServiceFindService()36 if (service == IO_OBJECT_NULL) { in IOTestServiceFindService()44 if (serviceOut && service != IO_OBJECT_NULL) { in IOTestServiceFindService()46 } else if (service != IO_OBJECT_NULL) { in IOTestServiceFindService()
31 io_registry_entry_t root = IO_OBJECT_NULL; //must release in ioclasscount()99 if (root != IO_OBJECT_NULL) { in ioclasscount()158 T_ASSERT_NE(service, IO_OBJECT_NULL, "service is nonnull");195 io_service_t service = IO_OBJECT_NULL;196 io_connect_t connect = IO_OBJECT_NULL;220 if (connect == IO_OBJECT_NULL) {248 connect = IO_OBJECT_NULL;
41 io_connect_t conn = IO_OBJECT_NULL;42 io_iterator_t iter = IO_OBJECT_NULL, obj = IO_OBJECT_NULL;90 if (iter != IO_OBJECT_NULL) {94 if (conn != IO_OBJECT_NULL) {
37 io_service_t service = IO_OBJECT_NULL;38 io_connect_t connect = IO_OBJECT_NULL;
78 io_service_t amfi = IO_OBJECT_NULL; in main()79 io_connect_t connect = IO_OBJECT_NULL; in main()83 if (amfi == IO_OBJECT_NULL) { in main()
18 if (service == IO_OBJECT_NULL) {
1445 io_registry_entry_t current = IO_OBJECT_NULL;1446 io_iterator_t iter = IO_OBJECT_NULL;1450 while ((current = IOIteratorNext(iter)) != IO_OBJECT_NULL) {
8 static io_registry_entry_t optionsRef = IO_OBJECT_NULL;
8 static io_registry_entry_t optionsRef = IO_OBJECT_NULL;93 T_ASSERT_NE(service, IO_OBJECT_NULL, "Got service match for property %s", varToTest);
333 T_ASSERT_NE(optionsRef, IO_OBJECT_NULL, "Got options"); in CreateOptionsRef()343 if (optionsRef != IO_OBJECT_NULL) { in ReleaseOptionsRef()
221 #define IO_OBJECT_NULL ((io_object_t) 0) macro