Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/ml/
H A Dgenconst.c96 printf("#define\tSE_32RVAL2 0x%x\n", SE_32RVAL2); in main()
/illumos-gate/usr/src/uts/i86pc/ml/
H A Dgenassym.c133 printf("#define\tSE_32RVAL2 0x%x\n", SE_32RVAL2); in main()
H A Dsyscall_asm_amd64.S561 testw $SE_32RVAL2, SY_FLAGS(%rbx)
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_start.c339 if (sy_flags == (SE_32RVAL2|SE_32RVAL1)) { in audit_finish()
H A Daudit_event.c1918 if (sy_flags == (SE_32RVAL2|SE_32RVAL1)) in auf_msgsys()
1987 if (sy_flags == (SE_32RVAL2|SE_32RVAL1)) in auf_semsys()
2346 if (sy_flags == (SE_32RVAL2|SE_32RVAL1)) in auf_shmsys()
3662 case SE_32RVAL2|SE_32RVAL1: in auf_accept()
/illumos-gate/usr/src/uts/common/sys/
H A Dsystm.h368 #define SE_32RVAL2 0x1 /* handler returns int32_t in rval2 */ macro
/illumos-gate/usr/src/uts/sparc/v9/ml/
H A Dsyscall_trap.S169 andcc %l4, SE_32RVAL2, %g0 ! check for 2 x 32-bit
/illumos-gate/usr/src/uts/common/os/
H A Dmodctl.c263 case SE_32RVAL1 | SE_32RVAL2: in mod_setup()
299 case SE_32RVAL1 | SE_32RVAL2: in mod_setup()
331 if (((callp->sy_flags & SE_32RVAL2) == 0) ^ in mod_setup()
332 ((sysent[callnum].sy_flags & SE_32RVAL2) == 0)) { in mod_setup()
H A Dmodconf.c758 case SE_32RVAL1 | SE_32RVAL2: in mod_installsys_sysent()
H A Dsysent.c368 { (narg), SE_32RVAL1|SE_32RVAL2, NULL, NULL, (llfcn_t)(call) }