Home
last modified time | relevance | path

Searched refs:terr (Results 1 – 12 of 12) sorted by relevance

/titanic_41/usr/src/lib/libslp/clib/
H A Dslp_ua_common.c59 int terr; in slp_ua_common() local
91 if ((terr = thr_create( in slp_ua_common()
94 strerror(terr)); in slp_ua_common()
102 if ((terr = thr_create( in slp_ua_common()
107 strerror(terr)); in slp_ua_common()
H A Dslp_da_cache.c217 int terr; in start_cache_thr() local
228 if ((terr = thr_create( in start_cache_thr()
232 "could not start thread: %s", strerror(terr)); in start_cache_thr()
H A Dslp_ipc.c69 int terr; in open_ipc() local
120 if ((terr = thr_create( in open_ipc()
126 strerror(terr)); in open_ipc()
H A DSLPReg.c552 int terr; in start_reg_thr() local
567 if ((terr = thr_create( in start_reg_thr()
572 strerror(terr)); in start_reg_thr()
H A Dslp_net.c408 int terr; in start_tcp_thr() local
424 if ((terr = thr_create(0, NULL, (void *(*)(void *)) tcp_thread, in start_tcp_thr()
427 "could not start thread: %s", strerror(terr)); in start_tcp_thr()
/titanic_41/usr/src/uts/common/ktli/
H A Dt_kutil.c189 t_tlitosyserr(int terr) in t_tlitosyserr() argument
191 if (terr < 0 || (terr >= (sizeof (tli_errs) / sizeof (tli_errs[0])))) in t_tlitosyserr()
194 return (tli_errs[terr]); in t_tlitosyserr()
/titanic_41/usr/src/uts/common/inet/
H A Dproto_set.c267 proto_tlitosyserr(int terr) in proto_tlitosyserr() argument
269 ASSERT(terr != TSYSERR); in proto_tlitosyserr()
270 if (terr >= (sizeof (tli_errs) / sizeof (tli_errs[0]))) in proto_tlitosyserr()
273 return (tli_errs[terr]); in proto_tlitosyserr()
/titanic_41/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c581 int terr = 0; in ufs_write() local
583 terr); in ufs_write()
584 ASSERT(!terr); in ufs_write()
626 int terr = 0; in ufs_write() local
628 TRANS_END_SYNC(ufsvfsp, terr, TOP_WRITE_SYNC, in ufs_write()
631 error = terr; in ufs_write()
2404 int terr = 0; in ufs_setattr() local
2405 TRANS_END_CSYNC(ufsvfsp, terr, issync, TOP_SETATTR, in ufs_setattr()
2408 error = terr; in ufs_setattr()
3149 int terr = 0; in ufs_create() local
[all …]
H A Dufs_dir.c3283 int terr = 0; in ufs_xattrmkdir() local
3288 err = terr; in ufs_xattrmkdir()
/titanic_41/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c3496 int cmp, serr, terr; in zfs_rename() local
3620 terr = zfs_dirent_lock(&tdl, in zfs_rename()
3623 terr = zfs_dirent_lock(&tdl, in zfs_rename()
3634 if (!terr) { in zfs_rename()
3648 if (terr) { in zfs_rename()
3656 terr = SET_ERROR(EINVAL); in zfs_rename()
3658 return (terr); in zfs_rename()
/titanic_41/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c1244 int terr, err = -1; in ses_add_bay_props() local
1290 (const char **)paths, i, &terr); in ses_add_bay_props()
1292 err = topo_mod_seterrno(mod, terr); in ses_add_bay_props()
/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dvia-rhine.c442 unsigned long terr:1; member