Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/vfs/
H A Dvfs_fsevents.c2140 int new_num_devices, old_num_devices = 0; in fseventsf_ioctl() local
2154 old_num_devices = fseh->watcher->num_devices; in fseventsf_ioctl()
2158 kfree_data(tmp, old_num_devices * sizeof(dev_t)); in fseventsf_ioctl()
2177 old_num_devices = fseh->watcher->num_devices; in fseventsf_ioctl()
2183 kfree_data(tmp, old_num_devices * sizeof(dev_t)); in fseventsf_ioctl()