| /netbsd-src/sys/dev/pci/ixgbe/ |
| H A D | ixgbe_dcb.c | 258 u8 *tsa) in ixgbe_dcb_unpack_tsa_cee() argument 264 tsa[tc] = tc_config[tc].path[direction].tsa; in ixgbe_dcb_unpack_tsa_cee() 337 if (p->tsa == ixgbe_dcb_tsa_strict) { in ixgbe_dcb_check_config_cee() 463 u8 tsa[IXGBE_DCB_MAX_TRAFFIC_CLASS] = { 0 }; in ixgbe_dcb_config_rx_arbiter_cee() local 472 ixgbe_dcb_unpack_tsa_cee(dcb_config, IXGBE_DCB_TX_CONFIG, tsa); in ixgbe_dcb_config_rx_arbiter_cee() 477 ret = ixgbe_dcb_config_rx_arbiter_82598(hw, refill, max, tsa); in ixgbe_dcb_config_rx_arbiter_cee() 485 tsa, map); in ixgbe_dcb_config_rx_arbiter_cee() 504 u8 tsa[IXGBE_DCB_MAX_TRAFFIC_CLASS]; in ixgbe_dcb_config_tx_desc_arbiter_cee() local 512 ixgbe_dcb_unpack_tsa_cee(dcb_config, IXGBE_DCB_TX_CONFIG, tsa); in ixgbe_dcb_config_tx_desc_arbiter_cee() 517 bwgid, tsa); in ixgbe_dcb_config_tx_desc_arbiter_cee() [all …]
|
| H A D | ixgbe_dcb_82598.c | 117 u16 *max, u8 *tsa) in ixgbe_dcb_config_rx_arbiter_82598() argument 144 if (tsa[i] == ixgbe_dcb_tsa_strict) in ixgbe_dcb_config_rx_arbiter_82598() 176 u8 *tsa) in ixgbe_dcb_config_tx_desc_arbiter_82598() argument 199 if (tsa[i] == ixgbe_dcb_tsa_group_strict_cee) in ixgbe_dcb_config_tx_desc_arbiter_82598() 202 if (tsa[i] == ixgbe_dcb_tsa_strict) in ixgbe_dcb_config_tx_desc_arbiter_82598() 223 u8 *tsa) in ixgbe_dcb_config_tx_data_arbiter_82598() argument 242 if (tsa[i] == ixgbe_dcb_tsa_group_strict_cee) in ixgbe_dcb_config_tx_data_arbiter_82598() 245 if (tsa[i] == ixgbe_dcb_tsa_strict) in ixgbe_dcb_config_tx_data_arbiter_82598() 356 u8 *tsa) in ixgbe_dcb_hw_config_82598() argument 360 ixgbe_dcb_config_rx_arbiter_82598(hw, refill, max, tsa); in ixgbe_dcb_hw_config_82598() [all …]
|
| H A D | ixgbe_dcb_82599.c | 126 u16 *max, u8 *bwg_id, u8 *tsa, in ixgbe_dcb_config_rx_arbiter_82599() argument 161 if (tsa[i] == ixgbe_dcb_tsa_strict) in ixgbe_dcb_config_rx_arbiter_82599() 188 u16 *max, u8 *bwg_id, u8 *tsa) in ixgbe_dcb_config_tx_desc_arbiter_82599() argument 206 if (tsa[i] == ixgbe_dcb_tsa_group_strict_cee) in ixgbe_dcb_config_tx_desc_arbiter_82599() 209 if (tsa[i] == ixgbe_dcb_tsa_strict) in ixgbe_dcb_config_tx_desc_arbiter_82599() 237 u16 *max, u8 *bwg_id, u8 *tsa, in ixgbe_dcb_config_tx_data_arbiter_82599() argument 270 if (tsa[i] == ixgbe_dcb_tsa_group_strict_cee) in ixgbe_dcb_config_tx_data_arbiter_82599() 273 if (tsa[i] == ixgbe_dcb_tsa_strict) in ixgbe_dcb_config_tx_data_arbiter_82599() 601 u16 *refill, u16 *max, u8 *bwg_id, u8 *tsa, in ixgbe_dcb_hw_config_82599() argument 606 ixgbe_dcb_config_rx_arbiter_82599(hw, refill, max, bwg_id, tsa, in ixgbe_dcb_hw_config_82599() [all …]
|
| H A D | ixgbe_dcb.h | 92 enum ixgbe_dcb_tsa tsa; /* Link or Group Strict Priority */ member
|
| /netbsd-src/tests/lib/libc/sys/ |
| H A D | t_clock_gettime.c | 90 struct timespec tsa, tsb, tsl, res; in check_timecounter() local 102 CL(clock_gettime(CLOCK_REALTIME, &tsa)); in check_timecounter() 103 tsl = tsa; in check_timecounter() 108 while ((time_t)tsa.tv_sec < endlimit) { in check_timecounter() 112 diff = 1000000000LL * (tsb.tv_sec - tsa.tv_sec) in check_timecounter() 113 + tsb.tv_nsec - tsa.tv_nsec; in check_timecounter() 122 (uintmax_t)tsa.tv_sec, (uintmax_t)tsa.tv_nsec, in check_timecounter() 137 tsa.tv_sec = tsb.tv_sec; in check_timecounter() 138 tsa.tv_nsec = tsb.tv_nsec; in check_timecounter()
|
| /netbsd-src/libexec/talkd/ |
| H A D | talkd.c | 158 tsa2sa(struct sockaddr *sa, const struct talkd_sockaddr *tsa) in tsa2sa() argument 160 (void)memcpy(sa, tsa, sizeof(*tsa)); in tsa2sa() 161 sa->sa_len = sizeof(*tsa); in tsa2sa() 162 sa->sa_family = tsa->sa_family; in tsa2sa()
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/doc/man1/ |
| H A D | tsget.pod | 142 timestamp requests, tsa.opentsa.org listens at port 8080 for HTTP requests 143 and at port 8443 for HTTPS requests, the TSA service is available at the /tsa 149 tsget -h http://tsa.opentsa.org:8080/tsa file1.tsq 154 tsget -h http://tsa.opentsa.org:8080/tsa -v -e .reply \ 161 | tsget -h http://tsa.opentsa.org:8080/tsa \ 167 tsget -h https://tsa.opentsa.org:8443/tsa \ 174 tsget -h https://tsa.opentsa.org:8443/tsa -C cacerts.pem \ 181 TSGET='-h https://tsa.opentsa.org:8443/tsa -C cacerts.pem \
|
| /netbsd-src/crypto/external/bsd/openssl/dist/doc/man1/ |
| H A D | tsget.pod | 140 timestamp requests, tsa.opentsa.org listens at port 8080 for HTTP requests 141 and at port 8443 for HTTPS requests, the TSA service is available at the /tsa 147 tsget -h http://tsa.opentsa.org:8080/tsa file1.tsq 152 tsget -h http://tsa.opentsa.org:8080/tsa -v -e .reply \ 159 | tsget -h http://tsa.opentsa.org:8080/tsa \ 165 tsget -h https://tsa.opentsa.org:8443/tsa \ 172 tsget -h https://tsa.opentsa.org:8443/tsa -C cacerts.pem \ 179 TSGET='-h https://tsa.opentsa.org:8443/tsa -C cacerts.pem \
|
| /netbsd-src/external/bsd/ntp/dist/util/ |
| H A D | pps-api.c | 33 Chew(struct timespec *tsa, struct timespec *tsc, unsigned sa, unsigned sc) in Chew() argument 38 printf("%d.%09d ", tsa->tv_sec, tsa->tv_nsec); in Chew() 43 timespecsub(&ts,tsa); in Chew()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/ts/ |
| H A D | ts_rsp_utils.c | 272 int TS_TST_INFO_set_tsa(TS_TST_INFO *a, GENERAL_NAME *tsa) in TS_TST_INFO_set_tsa() argument 276 if (a->tsa == tsa) in TS_TST_INFO_set_tsa() 278 new_tsa = GENERAL_NAME_dup(tsa); in TS_TST_INFO_set_tsa() 283 GENERAL_NAME_free(a->tsa); in TS_TST_INFO_set_tsa() 284 a->tsa = new_tsa; in TS_TST_INFO_set_tsa() 290 return a->tsa; in TS_TST_INFO_get_tsa()
|
| H A D | ts_rsp_print.c | 161 if (a->tsa == NULL) in TS_TST_INFO_print_bio() 165 if ((nval = i2v_GENERAL_NAME(NULL, a->tsa, NULL))) in TS_TST_INFO_print_bio()
|
| H A D | ts_local.h | 91 GENERAL_NAME *tsa; member
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/crypto/ts/ |
| H A D | ts_rsp_utils.c | 272 int TS_TST_INFO_set_tsa(TS_TST_INFO *a, GENERAL_NAME *tsa) in TS_TST_INFO_set_tsa() argument 276 if (a->tsa == tsa) in TS_TST_INFO_set_tsa() 278 new_tsa = GENERAL_NAME_dup(tsa); in TS_TST_INFO_set_tsa() 283 GENERAL_NAME_free(a->tsa); in TS_TST_INFO_set_tsa() 284 a->tsa = new_tsa; in TS_TST_INFO_set_tsa() 290 return a->tsa; in TS_TST_INFO_get_tsa()
|
| H A D | ts_rsp_print.c | 161 if (a->tsa == NULL) in TS_TST_INFO_print_bio() 165 if ((nval = i2v_GENERAL_NAME(NULL, a->tsa, NULL))) in TS_TST_INFO_print_bio()
|
| H A D | ts_local.h | 91 GENERAL_NAME *tsa; member
|
| /netbsd-src/tests/lib/libc/gen/ |
| H A D | t_sleep.c | 262 struct timespec tsa, tsb, tslp, tremain; in sleeptest() local 286 clock_gettime(CLOCK_REALTIME, &tsa); in sleeptest() 291 timespecsub(&tsb, &tsa, &tremain); in sleeptest() 295 delta1 = (int64_t)tsb.tv_sec - (int64_t)tsa.tv_sec; in sleeptest() 297 delta1 += (int64_t)tsb.tv_nsec - (int64_t)tsa.tv_nsec; in sleeptest()
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/d/dmd/ |
| H A D | initsem.d | 374 if (auto tsa = t.isTypeSArray()) in initializerSemantic() local 376 uinteger_t edim = tsa.dim.toInteger(); in initializerSemantic() 377 if (i.dim > edim && !(tsa.isIncomplete() && (sc.flags & SCOPE.Cfile))) in initializerSemantic() 745 auto tsa = t.isTypeSArray(); in initializerSemantic() local 746 if (!tsa) in initializerSemantic() 863 size_t dim = tsa.isIncomplete() ? dil.length : cast(size_t)tsa.dim.toInteger(); in initializerSemantic() 870 if (tsa.isIncomplete()) // array of unknown length in initializerSemantic() 873 tsa = new TypeSArray(tn, new IntegerExp(Loc.initial, newdim, Type.tsize_t)); in initializerSemantic() 874 tx = tsa; // rewrite caller's type in initializerSemantic() 875 ci.type = tsa; // remember for later passes in initializerSemantic() [all …]
|
| H A D | aggregate.d | 481 TypeSArray tsa; in fill() local 482 while ((tsa = telem.toBasetype().isTypeSArray()) !is null) in fill() 483 telem = tsa.next; in fill()
|
| H A D | optimize.d | 231 auto tsa = arr.type.toBasetype().isTypeSArray(); in setLengthVarIfKnown() local 232 if (!tsa) in setLengthVarIfKnown() 234 len = tsa.dim.toInteger(); in setLengthVarIfKnown() 253 auto tsa = type.toBasetype().isTypeSArray(); in setLengthVarIfKnown() local 254 if (!tsa) in setLengthVarIfKnown() 256 const len = tsa.dim.toInteger(); in setLengthVarIfKnown()
|
| H A D | dcast.d | 711 if (auto tsa = tb.isTypeSArray()) in implicitConvTo() local 713 if (e.elements.dim != tsa.dim.toInteger()) in implicitConvTo() 2086 if (auto tsa = tb.isTypeSArray()) in visitString() local 2088 size_t dim2 = cast(size_t)tsa.dim.toInteger(); in visitString() 2271 if (auto tsa = tb.isTypeSArray()) in visitArrayLiteral() local 2273 if (e.elements.dim != tsa.dim.toInteger()) in visitArrayLiteral() 2573 TypeSArray tsa = toStaticArrayType(e).isTypeSArray(); in visitSlice() local 2574 if (tsa && tsa.size(e.loc) == tb.size(e.loc)) in visitSlice() 2587 if (tsa && tsa.dim.equals(tb.isTypeSArray().dim)) in visitSlice() 2612 auto ts = toAutoQualChars(tsa ? tsa : e.type, t); in visitSlice()
|
| H A D | ctfeexpr.d | 344 auto tsa = v.type.isTypeSArray(); in copyLiteral() local 345 auto len = cast(size_t)tsa.dim.toInteger(); in copyLiteral() 583 auto tsa = type.nextOf().isTypeSArray(); in createBlockDuplicatedArrayLiteral() local 584 const len = cast(size_t)tsa.dim.toInteger(); in createBlockDuplicatedArrayLiteral() 2075 TypeSArray tsa = cast(TypeSArray)t; in voidInitLiteral() local 2076 Expression elem = voidInitLiteral(tsa.next, var).copy(); in voidInitLiteral() 2080 const d = cast(size_t)tsa.dim.toInteger(); in voidInitLiteral() 2088 emplaceExp!(ArrayLiteralExp)(&ue, var.loc, tsa, elements); in voidInitLiteral()
|
| /netbsd-src/crypto/external/bsd/openssl/dist/test/ |
| H A D | CAtsa.cnf | 75 commonName = tsa$ENV::INDEX 120 [ tsa ]
|
| /netbsd-src/crypto/external/bsd/openssl.old/dist/test/ |
| H A D | CAtsa.cnf | 76 commonName = tsa$ENV::INDEX 121 [ tsa ]
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/d/dmd/ |
| H A D | ctfeexpr.c | 314 TypeSArray *tsa = (TypeSArray *)v->type; in copyLiteral() local 315 size_t len = (size_t)tsa->dim->toInteger(); in copyLiteral() 566 TypeSArray *tsa = (TypeSArray *)type->nextOf(); in createBlockDuplicatedArrayLiteral() local 567 size_t len = (size_t)tsa->dim->toInteger(); in createBlockDuplicatedArrayLiteral() 2088 TypeSArray *tsa = (TypeSArray *)t; in voidInitLiteral() local 2089 Expression *elem = voidInitLiteral(tsa->next, var).copy(); in voidInitLiteral() 2096 size_t d = (size_t)tsa->dim->toInteger(); in voidInitLiteral() 2104 new(&ue) ArrayLiteralExp(var->loc, tsa, elements); in voidInitLiteral()
|
| H A D | dcast.c | 660 TypeSArray *tsa = (TypeSArray *)tb; in implicitConvTo() local 661 if (e->elements->dim != tsa->dim->toInteger()) in implicitConvTo() 2027 TypeSArray *tsa = (TypeSArray *)tb; in castTo() local 2028 if (e->elements->dim != tsa->dim->toInteger()) in castTo() 2325 TypeSArray *tsa = (TypeSArray *)toStaticArrayType(e); in castTo() local 2326 if (tsa && tsa->size(e->loc) == tb->size(e->loc)) in castTo() 2339 if (tsa && tsa->dim->equals(((TypeSArray *)tb)->dim)) in castTo() 2366 e->toChars(), tsa ? tsa->toChars() : e->type->toChars(), in castTo()
|