Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/vfs/
H A Dvfs_fsevents.c149 dev_t *devices_not_to_watch;// report events from devices not in this list member
301 if (watcher->devices_not_to_watch == NULL) { in watcher_cares_about_dev()
306 if (dev == watcher->devices_not_to_watch[i]) { in watcher_cares_about_dev()
1353 watcher->devices_not_to_watch = NULL; in add_watcher()
1472 kfree_data(watcher->devices_not_to_watch, watcher->num_devices * sizeof(dev_t)); in remove_watcher()
2266 dev_t *devices_not_to_watch, *tmp = NULL; in fseventsf_ioctl() local
2277 tmp = fseh->watcher->devices_not_to_watch; in fseventsf_ioctl()
2278 fseh->watcher->devices_not_to_watch = NULL; in fseventsf_ioctl()
2287 devices_not_to_watch = kalloc_data(new_num_devices * sizeof(dev_t), Z_WAITOK); in fseventsf_ioctl()
2288 if (devices_not_to_watch == NULL) { in fseventsf_ioctl()
[all …]