Searched refs:SE_32RVAL2 (Results 1 – 10 of 10) sorted by relevance
96 printf("#define\tSE_32RVAL2 0x%x\n", SE_32RVAL2); in main()
133 printf("#define\tSE_32RVAL2 0x%x\n", SE_32RVAL2); in main()
561 testw $SE_32RVAL2, SY_FLAGS(%rbx)
339 if (sy_flags == (SE_32RVAL2|SE_32RVAL1)) { in audit_finish()
1918 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()
368 #define SE_32RVAL2 0x1 /* handler returns int32_t in rval2 */ macro
169 andcc %l4, SE_32RVAL2, %g0 ! check for 2 x 32-bit
261 case SE_32RVAL1 | SE_32RVAL2: in mod_setup()297 case SE_32RVAL1 | SE_32RVAL2: in mod_setup()329 if (((callp->sy_flags & SE_32RVAL2) == 0) ^ in mod_setup()330 ((sysent[callnum].sy_flags & SE_32RVAL2) == 0)) { in mod_setup()
758 case SE_32RVAL1 | SE_32RVAL2: in mod_installsys_sysent()
368 { (narg), SE_32RVAL1|SE_32RVAL2, NULL, NULL, (llfcn_t)(call) }