Home
last modified time | relevance | path

Searched defs:tsa (Results 1 – 25 of 34) sorted by relevance

12

/netbsd-src/sys/dev/pci/ixgbe/
H A Dixgbe_dcb_82598.c117 u16 *max, u8 *tsa) in ixgbe_dcb_config_rx_arbiter_82598()
176 u8 *tsa) in ixgbe_dcb_config_tx_desc_arbiter_82598()
223 u8 *tsa) in ixgbe_dcb_config_tx_data_arbiter_82598()
356 u8 *tsa) in ixgbe_dcb_hw_config_82598()
H A Dixgbe_dcb_82599.c126 u16 *max, u8 *bwg_id, u8 *tsa, in ixgbe_dcb_config_rx_arbiter_82599()
188 u16 *max, u8 *bwg_id, u8 *tsa) in ixgbe_dcb_config_tx_desc_arbiter_82599()
237 u16 *max, u8 *bwg_id, u8 *tsa, in ixgbe_dcb_config_tx_data_arbiter_82599()
601 u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa, in ixgbe_dcb_hw_config_82599()
H A Dixgbe_dcb.c258 u8 *tsa) in ixgbe_dcb_unpack_tsa_cee()
463 u8 tsa[IXGBE_DCB_MAX_TRAFFIC_CLASS] = { 0 }; in ixgbe_dcb_config_rx_arbiter_cee() local
504 u8 tsa[IXGBE_DCB_MAX_TRAFFIC_CLASS]; in ixgbe_dcb_config_tx_desc_arbiter_cee() local
544 u8 tsa[IXGBE_DCB_MAX_TRAFFIC_CLASS]; in ixgbe_dcb_config_tx_data_arbiter_cee() local
649 u8 tsa[IXGBE_DCB_MAX_TRAFFIC_CLASS]; in ixgbe_dcb_hw_config_cee() local
717 u8 *bwg_id, u8 *tsa, u8 *map) in ixgbe_dcb_hw_config()
H A Dixgbe_dcb.h92 enum ixgbe_dcb_tsa tsa; /* Link or Group Strict Priority */ member
/netbsd-src/libexec/talkd/
H A Dtalkd.c158 tsa2sa(struct sockaddr *sa, const struct talkd_sockaddr *tsa) in tsa2sa()
/netbsd-src/external/bsd/ntp/dist/util/
H A Dpps-api.c33 Chew(struct timespec *tsa, struct timespec *tsc, unsigned sa, unsigned sc) in Chew()
/netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/
H A Dinitsem.d374 if (auto tsa = t.isTypeSArray()) in initializerSemantic() local
745 auto tsa = t.isTypeSArray(); in initializerSemantic() local
1288 TypeSArray tsa = cast(TypeSArray)tb; in visitExp() local
H A Doptimize.d231 auto tsa = arr.type.toBasetype().isTypeSArray(); in setLengthVarIfKnown() local
253 auto tsa = type.toBasetype().isTypeSArray(); in setLengthVarIfKnown() local
H A Ddcast.d711 if (auto tsa = tb.isTypeSArray()) in implicitConvTo() local
2086 if (auto tsa = tb.isTypeSArray()) in visitString() local
2271 if (auto tsa = tb.isTypeSArray()) in visitArrayLiteral() local
2573 TypeSArray tsa = toStaticArrayType(e).isTypeSArray(); in visitSlice() local
H A Dctfeexpr.d344 auto tsa = v.type.isTypeSArray(); in copyLiteral() local
583 auto tsa = type.nextOf().isTypeSArray(); in createBlockDuplicatedArrayLiteral() local
2075 TypeSArray tsa = cast(TypeSArray)t; in voidInitLiteral() local
H A Daggregate.d481 TypeSArray tsa; in fill() local
H A Dob.d1761 if (auto tsa = tb.isTypeSArray()) in hasPointersToMutableFields() local
1791 if (auto tsa = tb.isTypeSArray()) in hasMutableFields() local
H A Dtypesem.d921 auto tsa = new TypeSArray(mtype.next, e); in typeSemantic() local
2977 auto tsa = new TypeSArray(mt.next, e); in visitAArray() local
H A Ddtemplate.d1869 if (Type tsa = toStaticArrayType(se)) in deduceFunctionTemplateMatch() local
1991 TypeSArray tsa = cast(TypeSArray)tb; in deduceFunctionTemplateMatch() local
3828 TypeSArray tsa = cast(TypeSArray)tparam; in visit() local
4884 if (Type tsa = toStaticArrayType(e)) in visit() local
H A Dmtype.d2497 TypeSArray tsa; in baseElemOf() local
3703 if (auto tsa = to.isTypeSArray()) in constConv() local
3733 if (auto tsa = to.isTypeSArray()) in implicitConvTo() local
4922 TypeSArray tsa; local
/netbsd-src/tests/lib/libc/sys/
H A Dt_clock_gettime.c90 struct timespec tsa, tsb, tsl, res; in check_timecounter() local
/netbsd-src/tests/lib/libc/gen/
H A Dt_sleep.c262 struct timespec tsa, tsb, tslp, tremain; in sleeptest() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddcast.c660 TypeSArray *tsa = (TypeSArray *)tb; in implicitConvTo() local
2027 TypeSArray *tsa = (TypeSArray *)tb; in castTo() local
2325 TypeSArray *tsa = (TypeSArray *)toStaticArrayType(e); in castTo() local
H A Dctfeexpr.c314 TypeSArray *tsa = (TypeSArray *)v->type; in copyLiteral() local
566 TypeSArray *tsa = (TypeSArray *)type->nextOf(); in createBlockDuplicatedArrayLiteral() local
2088 TypeSArray *tsa = (TypeSArray *)t; in voidInitLiteral() local
H A Dinitsem.c897 TypeSArray *tsa = (TypeSArray *)tb; in visit() local
H A Dmtype.c4262 TypeSArray *tsa = (TypeSArray *)to; in constConv() local
4300 TypeSArray *tsa = (TypeSArray *)to; in implicitConvTo() local
4638 TypeSArray *tsa = new TypeSArray(next, e); in semantic() local
4812 TypeSArray *tsa = new TypeSArray(next, e); in resolve() local
6137 TypeSArray *tsa; in callMatch() local
/netbsd-src/crypto/external/bsd/openssl/dist/crypto/ts/
H A Dts_local.h91 GENERAL_NAME *tsa; member
H A Dts_rsp_utils.c272 int TS_TST_INFO_set_tsa(TS_TST_INFO *a, GENERAL_NAME *tsa) in TS_TST_INFO_set_tsa()
/netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ts/
H A Dts_rsp_utils.c272 int TS_TST_INFO_set_tsa(TS_TST_INFO *a, GENERAL_NAME *tsa) in TS_TST_INFO_set_tsa()
H A Dts_local.h91 GENERAL_NAME *tsa; member

12