Home
last modified time | relevance | path

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

/freebsd-14.2/sys/sys/
H A Dsysent.h216 #define SYSENT_INIT_VALS(_syscallname) { \ argument
217 .sy_narg = (sizeof(struct _syscallname ## _args ) \
219 .sy_call = (sy_call_t *)&sys_##_syscallname, \
220 .sy_auevent = SYS_AUE_##_syscallname, \