Searched refs:tea (Results 1 - 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/rpcsvc/rpc.bootparamd/
H A Dbootparam_ip_route.c81 struct T_error_ack *tea = (struct T_error_ack *)(void *)buf; local
141 tea->PRIM_type == T_ERROR_ACK) {
144 j, tea->TLI_error, tea->UNIX_error);
145 errno = (tea->TLI_error == TSYSERR)
146 ? tea->UNIX_error : EPROTO;
/illumos-gate/usr/src/uts/sparc/v9/fpu/
H A Dv9instr.c55 uint64_t fea, tea; local
81 ftt = read_iureg(pfpsd, pinst.rs2, pregs, prw, &tea);
84 ea = (uint64_t *)(fea + tea);
88 ftt = read_iureg(pfpsd, pinst.rs1, pregs, prw, &tea);
91 ea = (uint64_t *)(fea + tea);
/illumos-gate/usr/src/uts/sun4/os/
H A Dvisinstr.c622 uint64_t ea, tea, g, r; local
632 ftt = read_iureg(pfpsd, nrs2, pregs, prw, &tea);
635 ea += tea;
669 uint64_t ea, tea, g; local
679 ftt = read_iureg(pfpsd, nrs2, pregs, prw, &tea);
682 ea += tea;
1601 uint64_t ea, tea; local
1628 ftt = read_iureg(pfpsd, nrs2, pregs, prw, &tea);
1631 ea += tea;
1635 ftt = read_iureg(pfpsd, nrs1, pregs, prw, &tea);
1720 uint64_t ea, tea; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ncaconfd/
H A Dncaconfd.c561 struct T_error_ack *tea = (struct T_error_ack *)buf; local
625 tea->PRIM_type == T_ERROR_ACK) {
628 j, tea->TLI_error, tea->UNIX_error);
629 errno = (tea->TLI_error == TSYSERR) ?
630 tea->UNIX_error : EPROTO;
/illumos-gate/usr/src/cmd/rpcsvc/
H A Drstat_proc.c450 struct T_error_ack *tea = (struct T_error_ack *)buf; local
512 (tea->PRIM_type == T_ERROR_ACK)) {
516 j, getcode, tea->TLI_error, tea->UNIX_error);
518 errno = (tea->TLI_error == TSYSERR)
519 ? tea->UNIX_error : EPROTO;
/illumos-gate/usr/src/lib/libnisdb/
H A Ddb_mindex2.cc1198 entry_object **tea; local
1209 tea = dbm->table->gettab();
1216 if (tea != 0 && ntea > 0) {
1225 if (tea[i] != 0) {
1226 ea[numEa] = tea[i];
H A Ddb_mindex3.cc608 entry_object **tea = table->gettab(); local
621 if (tea[i] == 0)
624 q = pseudoEntryObj2Query(tea[i], 0, 0);
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/
H A Droute.c3065 struct T_error_ack *tea = (struct T_error_ack *)buf; local
3128 tea->PRIM_type == T_ERROR_ACK) {
3131 "0x%lx\n"), j, tea->TLI_error, tea->UNIX_error);
3132 errno = (tea->TLI_error == TSYSERR) ?
3133 tea->UNIX_error : EPROTO;
/illumos-gate/usr/src/uts/common/io/
H A Dtimod.c2785 struct T_error_ack *tea = (struct T_error_ack *)mp->b_rptr; local
2790 error_prim = tea->ERROR_prim;
2818 tea->TLI_error);
2833 tea->TLI_error);
2838 iocbp->ioc_rval = tea->TLI_error;
2840 iocbp->ioc_rval |= tea->UNIX_error << 8;
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c2857 struct T_error_ack *tea = (struct T_error_ack *)buf; local
2924 " UNIX_err = 0x%lx\n", tea->TLI_error,
2925 t_strerror(tea->TLI_error), tea->UNIX_error);
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/netstat/
H A Dnetstat.c728 struct T_error_ack *tea = (struct T_error_ack *)buf; local
798 tea->PRIM_type == T_ERROR_ACK) {
802 j, tea->TLI_error, tea->UNIX_error);
804 errno = (tea->TLI_error == TSYSERR) ?
805 tea->UNIX_error : EPROTO;

Completed in 165 milliseconds