Home
last modified time | relevance | path

Searched defs:l_sigframe (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/i386/linux/
H A Dlinux.h407 struct l_sigframe { struct
408 l_int sf_sig;
409 struct l_sigcontext sf_sc;
410 struct l_fpstate sf_fpstate;
411 l_uint sf_extramask[LINUX_NSIG_WORDS-1];
412 l_handler_t sf_handler;
/f-stack/freebsd/amd64/linux32/
H A Dlinux.h434 struct l_sigframe { struct
435 l_int sf_sig;
436 struct l_sigcontext sf_sc;
437 struct l_fpstate sf_fpstate;
438 l_uint sf_extramask[1];
439 l_handler_t sf_handler;