Searched refs:FSE_ARG_INT64 (Results 1 – 2 of 2) sorted by relevance
| /xnu-8020.140.41/bsd/sys/ |
| H A D | fsevents.h | 89 #define FSE_ARG_INT64 0x0005 // next arg is a 64-bit int macro
|
| /xnu-8020.140.41/bsd/vfs/ |
| H A D | vfs_fsevents.c | 615 } else if (arg_type == FSE_ARG_INT64) { in add_fsevent() 1491 …error = fill_buff(FSE_ARG_INT64, sizeof(uint64_t), &ival, evbuff, &evbuff_idx, sizeof(evbuff), uio… in copy_out_kfse() 1572 …error = fill_buff(FSE_ARG_INT64, sizeof(uint64_t), &cur->abstime, evbuff, &evbuff_idx, sizeof(evbu… in copy_out_kfse()
|