Searched defs:tpr (Results 1 - 9 of 9) sorted by relevance

/illumos-gate/usr/src/lib/libcurses/screen/
H A Diexpand.c113 tpr(FILE *stream, char *string) function
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockstr.c940 union T_primitives *tpr; local
954 MBLKL(mp) < sizeof (tpr->type)) {
959 tpr = (union T_primitives *)mp->b_rptr;
964 if (tpr->type == ack_prim &&
966 tpr->ok_ack.CORRECT_prim == request_prim)) {
978 if (tpr->type == T_ERROR_ACK &&
979 tpr->error_ack.ERROR_prim == request_prim) {
981 if (tpr->error_ack.TLI_error == TSYSERR) {
982 error = tpr->error_ack.UNIX_error;
984 error = proto_tlitosyserr(tpr
1090 union T_primitives *tpr; local
1520 union T_primitives *tpr; local
1663 union T_primitives *tpr; local
[all...]
H A Dsockcommon_sops.c1597 union T_primitives *tpr; local
1705 tpr = (union T_primitives *)mctlp->b_rptr;
1706 dprintso(so, 1, ("so_recvmsg: type %d\n", tpr->type));
1707 switch (tpr->type) {
1715 if (!(tpr->data_ind.MORE_flag & 1)) {
1743 addrlen = tpr->unitdata_ind.SRC_length;
1744 addr = sogetoff(mctlp, tpr->unitdata_ind.SRC_offset,
1754 optlen = tpr->unitdata_ind.OPT_length;
1762 opt = sogetoff(mctlp, tpr->unitdata_ind.OPT_offset,
1837 tpr
[all...]
H A Dsocktpi.c3067 union T_primitives *tpr; local
3300 tpr = (union T_primitives *)mp->b_rptr;
3301 dprintso(so, 1, ("sotpi_recvmsg: type %d\n", tpr->type));
3303 switch (tpr->type) {
3318 if (!(tpr->data_ind.MORE_flag & 1)) {
3353 addrlen = tpr->unitdata_ind.SRC_length;
3355 tpr->unitdata_ind.SRC_offset,
3374 optlen = tpr->unitdata_ind.OPT_length;
3383 tpr->unitdata_ind.OPT_offset,
3466 tpr
[all...]
/illumos-gate/usr/src/uts/common/rpc/
H A Dclnt_cots.c3713 union T_primitives *tpr; local
3747 tpr = (union T_primitives *)e->call_reply->b_rptr;
3748 if (tpr->type == ack_prim)
3751 if (tpr->type == T_ERROR_ACK) {
3752 if (tpr->error_ack.TLI_error == TSYSERR)
3753 return (tpr->error_ack.UNIX_error);
3755 return (t_tlitosyserr(tpr->error_ack.TLI_error));
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_sw.h822 kstat_named_t tpr; /* Total Packets Received */ member in struct:ixgbe_stat
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_hw.h565 u64 tpr; member in struct:e1000_hw_stats
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A De1000_hw.h875 uint64_t tpr; member in struct:e1000_hw_stats
/illumos-gate/usr/src/uts/common/io/ixgbe/core/
H A Dixgbe_type.h3595 u64 tpr; member in struct:ixgbe_hw_stats

Completed in 109 milliseconds