HomeSort by: relevance | last modified time | path
    Searched defs:sfsz (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/mips/mips/
netbsd32_machdep.c 101 size_t sfsz; local in function:netbsd32_sendsig_siginfo
124 sfsz = offsetof(struct sigframe_siginfo32, sf_uc.uc_mcontext);
126 sfsz += sizeof(mcontext_o32_t);
128 sfsz += sizeof(mcontext32_t);
132 error = copyout(&sf, sfp, sfsz);
netbsd32_machdep.c 101 size_t sfsz; local in function:netbsd32_sendsig_siginfo
124 sfsz = offsetof(struct sigframe_siginfo32, sf_uc.uc_mcontext);
126 sfsz += sizeof(mcontext_o32_t);
128 sfsz += sizeof(mcontext32_t);
132 error = copyout(&sf, sfp, sfsz);

Completed in 57 milliseconds