Home
last modified time | relevance | path

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

/xnu-12377.41.6/bsd/sys/
H A Dfsevents.h108 #define FSE_ARG_INT32 0x0004 // next arg is a 32-bit int macro
/xnu-12377.41.6/bsd/vfs/
H A Dvfs_fsevents.c634 if (arg_type == FSE_ARG_INT32) { in add_fsevent()
649 if (arg_type == FSE_ARG_INT32) { in add_fsevent()
674 if (arg_type == FSE_ARG_INT32) { in add_fsevent()
679 if (arg_type == FSE_ARG_INT32) { in add_fsevent()
988 case FSE_ARG_INT32: { in add_fsevent()
1764 …error = fill_buff(FSE_ARG_INT32, sizeof(cur->activity_event.version), &cur->activity_event.version, in copy_out_kfse()
1793 …error = fill_buff(FSE_ARG_INT32, sizeof(cur->activity_event.use_state), &cur->activity_event.use_s… in copy_out_kfse()
1799 …error = fill_buff(FSE_ARG_INT32, sizeof(cur->activity_event.urgency), &cur->activity_event.urgency, in copy_out_kfse()