HomeSort by: relevance | last modified time | path
    Searched refs:linux32_siginfo_t (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/compat/linux32/arch/amd64/
linux32_siginfo.h 86 } linux32_siginfo_t; typedef in typeref:struct:linux32_siginfo
linux32_machdep.c 178 linux32_siginfo_t *lsi;
  /src/sys/compat/linux32/arch/aarch64/
linux32_siginfo.h 96 } linux32_siginfo_t; typedef in typeref:struct:linux32_siginfo
  /src/sys/compat/linux32/common/
linux32_siginfo.h 120 void native_to_linux32_siginfo(linux32_siginfo_t *, const struct _ksiginfo *);
linux32_signal.c 105 native_to_linux32_siginfo(linux32_siginfo_t *lsi, const struct _ksiginfo *ksi)
488 linux32_siginfo_t lsi;
501 syscallarg(linux32_siginfo_t *) info);
610 linux32_siginfo_t info;

Completed in 12 milliseconds