Home
last modified time | relevance | path

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

/xnu-10002.41.9/bsd/vfs/
H A Dvfs_fsevents.c1520 char *buff, int32_t *_buff_idx, int32_t buff_sz, in fill_buff() argument
1530 if ((buff_sz - buff_idx) <= (int)(2 * sizeof(uint16_t) + 1)) { in fill_buff()
1555 amt = (size < (buff_sz - buff_idx)) ? size : (buff_sz - buff_idx); in fill_buff()
1561 if (size > (buff_sz - buff_idx)) { in fill_buff()