Searched refs:fill_buff (Results 1 – 1 of 1) sorted by relevance
| /xnu-10002.41.9/bsd/vfs/ |
| H A D | vfs_fsevents.c | 1519 fill_buff(uint16_t type, int32_t size, const void *data, in fill_buff() function 1649 error = fill_buff(FSE_ARG_DEV, sizeof(dev_t), &dev, evbuff, in copy_out_kfse() 1655 error = fill_buff(FSE_ARG_INO, sizeof(ino64_t), &src_ino, in copy_out_kfse() 1661 error = fill_buff(FSE_ARG_INO, sizeof(ino64_t), &dst_ino, in copy_out_kfse() 1667 error = fill_buff(FSE_ARG_INT64, sizeof(uint64_t), &docid, in copy_out_kfse() 1679 error = fill_buff(FSE_ARG_DEV, sizeof(dev_t), &dev, in copy_out_kfse() 1697 error = fill_buff(FSE_ARG_STRING, in copy_out_kfse() 1704 error = fill_buff(FSE_ARG_AUDIT_TOKEN, in copy_out_kfse() 1719 error = fill_buff(FSE_ARG_STRING, 2, "/", evbuff, &evbuff_idx, in copy_out_kfse() 1722 error = fill_buff(FSE_ARG_STRING, cur->regular_event.len, in copy_out_kfse() [all …]
|