Searched refs:remove_drivelist (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/system_cmds-643.1.1/iostat.tproj/
H A Diostat.c187 static void remove_drivelist(void* context, io_iterator_t drivelist);
825 status = IOServiceAddMatchingNotification(notifyPort, kIOTerminatedNotification, match, &remove_drivelist, NULL, &drivelist);
830 remove_drivelist(NULL, drivelist);
848 static void remove_drivelist(void* context, io_iterator_t drivelist) function

Completed in 67 milliseconds