Home
last modified time | relevance | path

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

/xnu-8792.81.2/bsd/vfs/
H A Dvfs_fsevents.c138 dev_t *devices_not_to_watch;// report events from devices not in this list member
290 if (watcher->devices_not_to_watch == NULL) { in watcher_cares_about_dev()
295 if (dev == watcher->devices_not_to_watch[i]) { in watcher_cares_about_dev()
1278 watcher->devices_not_to_watch = NULL; in add_watcher()
1397 kfree_data(watcher->devices_not_to_watch, watcher->num_devices * sizeof(dev_t)); in remove_watcher()
2141 dev_t *devices_not_to_watch, *tmp = NULL; in fseventsf_ioctl() local
2152 tmp = fseh->watcher->devices_not_to_watch; in fseventsf_ioctl()
2153 fseh->watcher->devices_not_to_watch = NULL; in fseventsf_ioctl()
2162 devices_not_to_watch = kalloc_data(new_num_devices * sizeof(dev_t), Z_WAITOK); in fseventsf_ioctl()
2163 if (devices_not_to_watch == NULL) { in fseventsf_ioctl()
[all …]