Home
last modified time | relevance | path

Searched refs:ms_flags (Results 1 – 9 of 9) sorted by last modified time

/netbsd/external/gpl3/gcc.old/dist/libgcc/
H A Dunwind-seh.c197 DWORD ms_flags = ms_exc->ExceptionFlags; in _GCC_specific_handler() local
206 if (ms_flags & EXCEPTION_TARGET_UNWIND) in _GCC_specific_handler()
255 if (ms_flags & (EXCEPTION_UNWINDING | EXCEPTION_EXIT_UNWIND)) in _GCC_specific_handler()
/netbsd/sys/kern/
H A Dsys_module.c194 ms->ms_flags = mod->mod_flags; in handle_modctl_stat()
/netbsd/sys/compat/netbsd32/
H A Dnetbsd32_module.c125 ms->ms_flags = mod->mod_flags; in modctl32_handle_stat()
/netbsd/sys/sys/
H A Dmodule.h266 u_int ms_flags; member
/netbsd/sys/dev/ic/
H A Dispmbox.h709 uint16_t ms_flags; member
H A Disp_library.c1617 ISP_IOXGET_16(isp, &src->ms_flags, dst->ms_flags); in isp_get_ms()
1671 ISP_IOXPUT_16(isp, src->ms_flags, &dst->ms_flags); in isp_put_ms()
/netbsd/sbin/modstat/
H A Dmain.c228 modflags[ms->ms_flags & (__arraycount(modflags) - 1)], in main()
/netbsd/external/gpl3/gcc/dist/libgcc/
H A Dunwind-seh.c197 DWORD ms_flags = ms_exc->ExceptionFlags; in _GCC_specific_handler() local
206 if (ms_flags & EXCEPTION_TARGET_UNWIND) in _GCC_specific_handler()
255 if (ms_flags & (EXCEPTION_UNWINDING | EXCEPTION_EXIT_UNWIND)) in _GCC_specific_handler()
/netbsd/external/bsd/tcpdump/dist/
H A Dprint-decnet.c398 byte ms_flags; /* message flags */ member