Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/vfs/ !
H A Dvfs_fsevents.c150 uint32_t num_devices; member
305 for (i = 0; i < watcher->num_devices; i++) { in watcher_cares_about_dev()
1354 watcher->num_devices = 0; in add_watcher()
1472 kfree_data(watcher->devices_not_to_watch, watcher->num_devices * sizeof(dev_t)); in remove_watcher()
2196 uint32_t num_devices; member
2200 uint32_t num_devices; member
2251 devfilt_args->num_devices = devfilt_args32->num_devices; in fseventsf_ioctl()
2268 if (devfilt_args->num_devices > 256) { in fseventsf_ioctl()
2273 new_num_devices = devfilt_args->num_devices; in fseventsf_ioctl()
2279 old_num_devices = fseh->watcher->num_devices; in fseventsf_ioctl()
[all …]
/xnu-10063.141.1/bsd/sys/ !
H A Dfsevents.h146 uint32_t num_devices; member