Home
last modified time | relevance | path

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

/freebsd/sys/compat/linux/
H A Dlinux_misc.c3053 struct l_sigevent l_ev; in linux_mq_notify() local
3059 error = copyin(args->sevp, &l_ev, sizeof(l_ev)); in linux_mq_notify()
3062 error = linux_convert_l_sigevent(&l_ev, &ev); in linux_mq_notify()