Home
last modified time | relevance | path

Searched refs:stret (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/lib/libdtrace/sparc/
H A Ddt_isadep.c73 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, uint64_t *stret) in dt_pid_create_return_probe() argument
172 if (dest == stret[0] || dest == stret[1] || in dt_pid_create_return_probe()
173 dest == stret[2] || dest == stret[3]) in dt_pid_create_return_probe()
/titanic_50/usr/src/cmd/mail/
H A Dprintmail.c41 int flg, curlet, showlet, k, print, aret, stret, rc; in printmail() local
98 stret = CERROR; in printmail()
100 if ((stret = stat(mailfile, stbufp)) != A_OK) { in printmail()
119 if (stret == CSUCCESS && malf == NULL) { in printmail()
/titanic_50/usr/src/uts/common/io/comstar/lu/stmf_sbd/
H A Dsbd.c1644 stmf_status_t stret; in sbd_set_lu_standby() local
1663 stret = stmf_set_lu_access((stmf_lu_t *)sl->sl_lu, STMF_LU_STANDBY); in sbd_set_lu_standby()
1664 if (stret != STMF_SUCCESS) { in sbd_set_lu_standby()
2053 stmf_status_t stret = STMF_SUCCESS; in sbd_proxy_reg_lu() local
2077 stret = STMF_FAILURE; in sbd_proxy_reg_lu()
2080 return (stret); in sbd_proxy_reg_lu()
2104 stret = STMF_FAILURE; in sbd_proxy_reg_lu()
2107 return (stret); in sbd_proxy_reg_lu()
2237 stmf_status_t stret; in sbd_import_lu() local
2582 stret = stmf_set_lu_access(lu, STMF_LU_ACTIVE); in sbd_import_lu()
[all …]
/titanic_50/usr/src/lib/libc/sparc/
H A DMakefile.com1361 $(STRETS:%=pics/%): $(LIBCBASE)/crt/stret.s
1362 $(AS) $(ASFLAGS) -DSTRET$(@F:stret%.o=%) $(LIBCBASE)/crt/stret.s -o $@
/titanic_50/usr/src/lib/libdtrace/i386/
H A Ddt_isadep.c125 fasttrap_probe_spec_t *ftp, const GElf_Sym *symp, uint64_t *stret) in dt_pid_create_return_probe() argument
/titanic_50/usr/src/cmd/truss/
H A Dfcall.c1208 show_function_return(private_t *pri, long rval, int stret, in show_function_return() argument
1221 if (stret) { in show_function_return()