Searched refs:SE_64RVAL (Results 1 – 14 of 14) sorted by relevance
/illumos-gate/usr/src/uts/sun4/ml/ |
H A D | genconst.c | 94 printf("#define\tSE_64RVAL 0x%x\n", SE_64RVAL); in main()
|
/illumos-gate/usr/src/uts/i86pc/ml/ |
H A D | genassym.c | 134 printf("#define\tSE_64RVAL 0x%x\n", SE_64RVAL); in main()
|
/illumos-gate/usr/src/uts/common/c2/ |
H A D | audit_start.c | 353 if (sy_flags == SE_64RVAL) { in audit_finish()
|
H A D | audit_event.c | 1920 if (sy_flags == SE_64RVAL) in auf_msgsys() 1989 if (sy_flags == SE_64RVAL) in auf_semsys() 2348 if (sy_flags == SE_64RVAL) in auf_shmsys() 3665 case SE_64RVAL: in auf_accept()
|
H A D | audit.c | 1591 if (sy_flags == SE_64RVAL) in add_return_token()
|
/illumos-gate/usr/src/uts/common/syscall/ |
H A D | exacctsys.c | 346 #define SE_LRVAL SE_64RVAL
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | systm.h | 369 #define SE_64RVAL 0x2 /* handler returns int64_t in rvals */ macro
|
/illumos-gate/usr/src/uts/common/fs/portfs/ |
H A D | port.c | 391 SE_ARGC | SE_64RVAL | SE_NOUNLOAD, 407 SE_ARGC | SE_64RVAL | SE_NOUNLOAD,
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | sysent.c | 360 { (narg), SE_64RVAL, NULL, NULL, (llfcn_t)(uintptr_t)(call) } 378 { (narg), SE_64RVAL, (call), NULL, syscall_ap }
|
H A D | modconf.c | 760 case SE_64RVAL: in mod_installsys_sysent()
|
H A D | shm.c | 184 SE_ARGC | SE_NOUNLOAD | SE_64RVAL,
|
H A D | msg.c | 131 SE_ARGC | SE_NOUNLOAD | SE_64RVAL,
|
H A D | modctl.c | 265 case SE_64RVAL: in mod_setup() 301 case SE_64RVAL: in mod_setup()
|
H A D | aio.c | 145 SE_NOUNLOAD | SE_64RVAL | SE_ARGC, 152 SE_NOUNLOAD | SE_64RVAL,
|