Searched refs:terr (Results 1 - 8 of 8) sorted by relevance

/osnet-11/usr/src/lib/libslp/clib/
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 Dslp_da_cache.c217 int terr; local
228 if ((terr = thr_create(
232 "could not start thread: %s", strerror(terr));
H A Dslp_ipc.c69 int terr; local
120 if ((terr = thr_create(
126 strerror(terr));
H A DSLPReg.c552 int terr; local
567 if ((terr = thr_create(
572 strerror(terr));
H A Dslp_net.c405 int terr; local
421 if ((terr = thr_create(0, NULL, (void *(*)(void *)) tcp_thread,
424 "could not start thread: %s", strerror(terr));
/osnet-11/usr/src/lib/gss_mechs/mech_krb5/krb5/krb/
H A Drd_req_dec.c456 krb5_error_code serr, cerr, terr; local
459 terr = krb5_timestamp_to_sfstring(req->ticket->enc_part2->times.starttime,
471 terr == 0 ? timestring : "unknown");
481 krb5_error_code serr, cerr, terr; local
484 terr = krb5_timestamp_to_sfstring(req->ticket->enc_part2->times.endtime,
496 terr == 0 ? timestring : "unknown");
/osnet-11/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::__anon286
/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses.c1259 int terr, err = -1; local
1305 (const char **)paths, i, &terr);
1307 err = topo_mod_seterrno(mod, terr);

Completed in 62 milliseconds