Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/vfs/
H A Dvfs_fsevents.c1351 int32_t amt, error = 0, buff_idx = *_buff_idx; in fill_buff() local
1383 amt = (size < (buff_sz - buff_idx)) ? size : (buff_sz - buff_idx); in fill_buff()
1384 memcpy(&buff[buff_idx], data, amt); in fill_buff()
1386 size -= amt; in fill_buff()
1387 buff_idx += amt; in fill_buff()
1388 data = (const char *)data + amt; in fill_buff()
1401 if (amt == 0) { // just in case... in fill_buff()
2072 int32_t rd, wr, amt; in filt_fsevent_common() local
2083 amt = wr - rd; in filt_fsevent_common()
2085 amt = fseh->watcher->eventq_size - (rd - wr); in filt_fsevent_common()
[all …]