Home
last modified time | relevance | path

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

/xnu-10002.1.13/bsd/vfs/
H A Dvfs_fsevents.c1523 int32_t amt, error = 0, buff_idx = *_buff_idx; in fill_buff() local
1555 amt = (size < (buff_sz - buff_idx)) ? size : (buff_sz - buff_idx); in fill_buff()
1556 memcpy(&buff[buff_idx], data, amt); in fill_buff()
1558 size -= amt; in fill_buff()
1559 buff_idx += amt; in fill_buff()
1560 data = (const char *)data + amt; in fill_buff()
1573 if (amt == 0) { // just in case... in fill_buff()
2296 int32_t rd, wr, amt; in filt_fsevent_common() local
2307 amt = wr - rd; in filt_fsevent_common()
2309 amt = fseh->watcher->eventq_size - (rd - wr); in filt_fsevent_common()
[all …]