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

/macosx-10.9.5/system_cmds-597.90.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
/macosx-10.9.5/system_cmds-597.90.1/system_cmds-597.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 102 milliseconds