Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/vfs/
H A Dvfs_fsevents.c1301 int32_t amt, error = 0, buff_idx = *_buff_idx; in fill_buff() local
1333 amt = (size < (buff_sz - buff_idx)) ? size : (buff_sz - buff_idx); in fill_buff()
1334 memcpy(&buff[buff_idx], data, amt); in fill_buff()
1336 size -= amt; in fill_buff()
1337 buff_idx += amt; in fill_buff()
1338 data = (const char *)data + amt; in fill_buff()
1351 if (amt == 0) { // just in case... in fill_buff()
2019 int32_t rd, wr, amt; in filt_fsevent_common() local
2030 amt = wr - rd; in filt_fsevent_common()
2032 amt = fseh->watcher->eventq_size - (rd - wr); in filt_fsevent_common()
[all …]