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

/darwin-on-arm/xnu/bsd/vfs/
H A Dvfs_fsevents.c102 dev_t *devices_not_to_watch; // report events from devices not in this list member in struct:fs_event_watcher
290 // if devices_not_to_watch is NULL then we care about all
292 if (watcher->devices_not_to_watch == NULL) {
297 if (dev == watcher->devices_not_to_watch[i]) {
304 // if we're here it's not in the devices_not_to_watch[]
903 watcher->devices_not_to_watch = NULL;
1025 if (watcher->devices_not_to_watch) {
1026 FREE(watcher->devices_not_to_watch, M_TEMP);
1027 watcher->devices_not_to_watch = NULL;
1652 dev_t *devices_not_to_watch, *tm local
[all...]

Completed in 9 milliseconds