Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/vfs/
H A Dvfs_fsevents.c2265 int new_num_devices, old_num_devices = 0; in fseventsf_ioctl() local
2279 old_num_devices = fseh->watcher->num_devices; in fseventsf_ioctl()
2283 kfree_data(tmp, old_num_devices * sizeof(dev_t)); in fseventsf_ioctl()
2302 old_num_devices = fseh->watcher->num_devices; in fseventsf_ioctl()
2308 kfree_data(tmp, old_num_devices * sizeof(dev_t)); in fseventsf_ioctl()