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

/vbox/src/VBox/Main/src-server/darwin/
H A Diokit.cpp1433 io_iterator_t EtherIfServices = NULL; local
1434 IOReturn rc = IOServiceGetMatchingServices(g_MasterPort, RefMatchingDict, &EtherIfServices);
1470 while ((EtherIfService = IOIteratorNext(EtherIfServices)) != 0)
1684 IOObjectRelease(EtherIfServices);

Completed in 48 milliseconds