Home
last modified time | relevance | path

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

/illumos-gate/usr/src/test/libc-tests/tests/
H A Dstrerror.c44 static int terr = ENOENT; variable
53 r = strerror(terr); in strerror_verify()
63 r = strerror_l(terr, loc); in strerror_l_verify()
73 r = strerrordesc_np(terr); in strerrordesc_verify()
/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_ua_common.c57 int terr; in slp_ua_common() local
89 if ((terr = thr_create(NULL, 0, slp_call, args, 0, &tid)) != 0) { in slp_ua_common()
91 strerror(terr)); in slp_ua_common()
99 if ((terr = thr_create(NULL, 0, consumer, in slp_ua_common()
103 strerror(terr)); in slp_ua_common()
H A Dslp_ipc.c67 int terr; in open_ipc() local
118 if ((terr = thr_create(0, 0, ipc_manage_thr, in open_ipc()
122 strerror(terr)); in open_ipc()
H A Dslp_da_cache.c217 int terr; in start_cache_thr() local
228 if ((terr = thr_create(0, 0, cache_thr, NULL, 0, NULL)) != 0) { in start_cache_thr()
230 "could not start thread: %s", strerror(terr)); in start_cache_thr()
H A DSLPReg.c550 int terr; in start_reg_thr() local
565 if ((terr = thr_create( in start_reg_thr()
570 strerror(terr)); in start_reg_thr()
H A Dslp_net.c408 int terr; in start_tcp_thr() local
424 if ((terr = thr_create(0, 0, tcp_thread, NULL, 0, NULL)) != 0) { in start_tcp_thr()
426 "could not start thread: %s", strerror(terr)); in start_tcp_thr()
/illumos-gate/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()
/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/
H A Dfake_ktli.c103 tlitosyserr(int terr) in tlitosyserr() argument
105 if (terr < 0 || (terr >= (sizeof (tli_errs) / sizeof (tli_errs[0])))) in tlitosyserr()
108 return (tli_errs[terr]); in tlitosyserr()
/illumos-gate/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()
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_vnops.c581 int terr = 0; in ufs_write() local
583 terr); in ufs_write()
626 int terr = 0; in ufs_write() local
2295 int terr = 0; in ufs_setattr() local
3039 int terr = 0; in ufs_create() local
3050 error = terr; in ufs_create()
3267 int serr, terr; in ufs_rename() local
3280 if ((serr == 0) && ((terr == 0) || (terr == ENOENT))) { in ufs_rename()
3706 int terr = 0; in ufs_mkdir() local
3710 error = terr; in ufs_mkdir()
[all …]
H A Dufs_dir.c3278 int terr = 0; in ufs_xattrmkdir() local
3283 err = terr; in ufs_xattrmkdir()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c3881 int cmp, serr, terr; in zfs_rename() local
4005 terr = zfs_dirent_lock(&tdl, in zfs_rename()
4008 terr = zfs_dirent_lock(&tdl, in zfs_rename()
4019 if (!terr) { in zfs_rename()
4033 if (terr) { in zfs_rename()
4041 terr = SET_ERROR(EINVAL); in zfs_rename()
4043 return (terr); in zfs_rename()
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dvia-rhine.c442 unsigned long terr:1; member
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c1371 int terr, err = -1; in ses_add_bay_props() local
1417 (const char **)paths, i, &terr); in ses_add_bay_props()
1419 err = topo_mod_seterrno(mod, terr); in ses_add_bay_props()