Searched defs:terr (Results 1 - 12 of 12) sorted by relevance

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_ipc.c69 int terr; local
120 if ((terr = thr_create(
126 strerror(terr));
H A Dslp_da_cache.c217 int terr; local
228 if ((terr = thr_create(
232 "could not start thread: %s", strerror(terr));
H A Dslp_ua_common.c59 int terr; local
91 if ((terr = thr_create(
94 strerror(terr));
102 if ((terr = thr_create(
107 strerror(terr));
H A DSLPReg.c552 int terr; local
567 if ((terr = thr_create(
572 strerror(terr));
H A Dslp_net.c408 int terr; local
424 if ((terr = thr_create(0, NULL, (void *(*)(void *)) tcp_thread,
427 "could not start thread: %s", strerror(terr));
/illumos-gate/usr/src/uts/common/inet/
H A Dproto_set.c267 proto_tlitosyserr(int terr) argument
269 ASSERT(terr != TSYSERR);
270 if (terr >= (sizeof (tli_errs) / sizeof (tli_errs[0])))
273 return (tli_errs[terr]);
/illumos-gate/usr/src/uts/common/ktli/
H A Dt_kutil.c189 t_tlitosyserr(int terr) argument
191 if (terr < 0 || (terr >= (sizeof (tli_errs) / sizeof (tli_errs[0]))))
194 return (tli_errs[terr]);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_dir.c3283 int terr = 0; local
3288 err = terr;
H A Dufs_vnops.c581 int terr = 0; local
583 terr);
584 ASSERT(!terr);
626 int terr = 0; local
628 TRANS_END_SYNC(ufsvfsp, terr, TOP_WRITE_SYNC,
631 error = terr;
2404 int terr = 0; local
2405 TRANS_END_CSYNC(ufsvfsp, terr, issync, TOP_SETATTR,
2408 error = terr;
3149 int terr local
3383 int serr, terr; local
3822 int terr = 0; local
4273 int terr = 0; local
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzfs_vnops.c3450 int cmp, serr, terr; local
3574 terr = zfs_dirent_lock(&tdl,
3577 terr = zfs_dirent_lock(&tdl,
3588 if (!terr) {
3602 if (terr) {
3610 terr = SET_ERROR(EINVAL);
3612 return (terr);
/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c1263 int terr, err = -1; local
1309 (const char **)paths, i, &terr);
1311 err = topo_mod_seterrno(mod, terr);
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dvia-rhine.c442 unsigned long terr:1; member in struct:rhine_tx_desc::VTC_tx_status_tag::__anon2162

Completed in 93 milliseconds