Home
last modified time | relevance | path

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

/xnu-10063.141.1/bsd/vfs/
H A Dvfs_fsevents.c1598 int32_t amt, error = 0, buff_idx = *_buff_idx; in fill_buff() local
1630 amt = (size < (buff_sz - buff_idx)) ? size : (buff_sz - buff_idx); in fill_buff()
1631 memcpy(&buff[buff_idx], data, amt); in fill_buff()
1633 size -= amt; in fill_buff()
1634 buff_idx += amt; in fill_buff()
1635 data = (const char *)data + amt; in fill_buff()
1648 if (amt == 0) { // just in case... in fill_buff()
2421 int32_t rd, wr, amt; in filt_fsevent_common() local
2432 amt = wr - rd; in filt_fsevent_common()
2434 amt = fseh->watcher->eventq_size - (rd - wr); in filt_fsevent_common()
[all …]