Searched refs:FSE_ARG_INT64 (Results 1 – 2 of 2) sorted by relevance
| /xnu-12377.61.12/bsd/sys/ |
| H A D | fsevents.h | 109 #define FSE_ARG_INT64 0x0005 // next arg is a 64-bit int macro
|
| /xnu-12377.61.12/bsd/vfs/ |
| H A D | vfs_fsevents.c | 637 } else if (arg_type == FSE_ARG_INT64) { in add_fsevent() 664 if (arg_type == FSE_ARG_INT64) { in add_fsevent() 669 if (arg_type == FSE_ARG_INT64) { in add_fsevent() 684 if (arg_type == FSE_ARG_INT64) { in add_fsevent() 1742 error = fill_buff(FSE_ARG_INT64, sizeof(uint64_t), &docid, in copy_out_kfse() 1781 …error = fill_buff(FSE_ARG_INT64, sizeof(cur->activity_event.origin_id), &cur->activity_event.origi… in copy_out_kfse() 1787 error = fill_buff(FSE_ARG_INT64, sizeof(cur->activity_event.age), &cur->activity_event.age, in copy_out_kfse() 1805 error = fill_buff(FSE_ARG_INT64, sizeof(cur->activity_event.size), &cur->activity_event.size, in copy_out_kfse() 1919 error = fill_buff(FSE_ARG_INT64, sizeof(uint64_t), &cur->abstime, in copy_out_kfse()
|