Searched refs:RV_DEFAULT (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/brand/sn1/sn1_brand/common/
H A Dsn1_brand.c138 EMULATE(sn1_read, 3 | RV_DEFAULT), /* 3 */
139 EMULATE(sn1_write, 3 | RV_DEFAULT), /* 4 */
148 EMULATE(sn1_time, 0 | RV_DEFAULT), /* 13 */
156 EMULATE(sn1_mount, 8 | RV_DEFAULT), /* 21 */
178 EMULATE(sn1_times, 1 | RV_DEFAULT), /* 43 */
242 EMULATE(sn1_waitid, 4 | RV_DEFAULT), /* 107 */
270 EMULATE(sn1_uname, 1 | RV_DEFAULT), /* 135 */
/osnet-11/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c2309 EMULATE(s10_open, 3 | RV_DEFAULT), /* 5 */
2312 EMULATE(s10_creat, 2 | RV_DEFAULT), /* 8 */
2313 EMULATE(s10_link, 2 | RV_DEFAULT), /* 9 */
2314 EMULATE(s10_unlink, 1 | RV_DEFAULT), /* 10 */
2315 EMULATE(s10_exec, 2 | RV_DEFAULT), /* 11 */
2318 EMULATE(s10_mknod, 3 | RV_DEFAULT), /* 14 */
2319 EMULATE(s10_chmod, 2 | RV_DEFAULT), /* 15 */
2320 EMULATE(s10_chown, 3 | RV_DEFAULT), /* 16 */
2322 EMULATE(s10_stat, 2 | RV_DEFAULT), /* 18 */
2326 EMULATE(s10_umount, 1 | RV_DEFAULT), /* 2
[all...]
/osnet-11/usr/src/lib/brand/shared/brand/sys/
H A Dbrand_misc.h141 * SYSENT_C SE_64RVAL RV_DEFAULT
142 * SYSENT_CI SE_32RVAL1 RV_DEFAULT
149 #define RV_DEFAULT 0x00000100 /* syscall returns "default" values */ macro
165 #define NOSYS EMULATE(brand_unimpl, (0 | RV_DEFAULT))
/osnet-11/usr/src/lib/brand/shared/brand/i386/
H A Dhandler.s182 cmpl $RV_DEFAULT, EH_LOCALS_RVFLAG(%ebp) /* check rv flag */
/osnet-11/usr/src/lib/brand/shared/brand/amd64/
H A Dhandler.s205 cmpq $RV_DEFAULT, EH_LOCALS_RVFLAG(%rbp) /* check rv flag */
/osnet-11/usr/src/lib/brand/shared/brand/sparc/
H A Dhandler.s203 cmp %l3, RV_DEFAULT /* check rv flag */

Completed in 22 milliseconds