| /src/usr.sbin/bsnmpd/modules/snmp_bridge/ |
| H A D | bridge_addrs.c | 175 bridge_addrs_bif_insert(struct tp_entries *headp, struct tp_entry *te, in bridge_addrs_bif_insert() argument 181 bridge_addrs_insert_at(headp, te, f_tpa); in bridge_addrs_bif_insert() 183 temp = bridge_addrs_find_pos(headp, te->sysindex); in bridge_addrs_bif_insert() 186 TAILQ_INSERT_HEAD(headp, te, tp_e); in bridge_addrs_bif_insert() 188 TAILQ_INSERT_AFTER(headp, temp, te, tp_e); in bridge_addrs_bif_insert() 189 *f_tpa = te; in bridge_addrs_bif_insert() 227 bridge_addrs_next(struct tp_entry *te) in bridge_addrs_next() argument 229 return (TAILQ_NEXT(te, tp_e)); in bridge_addrs_next() 245 bridge_addrs_bif_next(struct tp_entry *te) in bridge_addrs_bif_next() argument 249 if ((te_next = TAILQ_NEXT(te, tp_e)) == NULL || in bridge_addrs_bif_next() [all …]
|
| /src/contrib/nvi/catalog/ |
| H A D | dutch.base | 1 002 "regel te lang" 10 011 "geen wijzigingen om ongedaan te maken" 13 014 "geen wijzigingen om te herhalen" 30 031 "Niet in staat om de standaard %s optie in te stellen" 36 037 "set: %s optie: %s: getal is te groot" 40 041 "Aantal kolommen te groot, meer dan %d" 42 043 "Aantal regels te groot, meer dan %d" 62 068 "U heeft geen bestand genaamd %s te herstellen" 66 072 "Bestand leeg; niets om te doorzoeken" 92 099 "Adres waarde te groot" [all …]
|
| /src/usr.bin/vi/catalog/ |
| H A D | dutch.UTF-8.base | 1 002 "regel te lang" 10 011 "geen wijzigingen om ongedaan te maken" 13 014 "geen wijzigingen om te herhalen" 30 031 "Niet in staat om de standaard %s optie in te stellen" 36 037 "set: %s optie: %s: getal is te groot" 40 041 "Aantal kolommen te groot, meer dan %d" 42 043 "Aantal regels te groot, meer dan %d" 62 068 "U heeft geen bestand genaamd %s te herstellen" 66 072 "Bestand leeg; niets om te doorzoeken" 92 099 "Adres waarde te groot" [all …]
|
| /src/sys/tests/framework/ |
| H A D | kern_testfrwk.c | 178 struct kern_test_list *li, *te = NULL; in kerntest_execute() local 198 te = li; in kerntest_execute() 202 if (te == NULL) { in kerntest_execute() 235 struct kern_test_list *li, *te = NULL; in kern_testframework_register() local 242 te = malloc(sizeof(struct kern_test_list), M_KTFRWK, M_WAITOK); in kern_testframework_register() 248 free(te, M_KTFRWK); in kern_testframework_register() 253 te->func = func; in kern_testframework_register() 254 strcpy(te->name, name); in kern_testframework_register() 255 TAILQ_INSERT_TAIL(&kfrwk.kfrwk_testlist, te, next); in kern_testframework_register() 264 struct kern_test_list *li, *te = NULL; in kern_testframework_deregister() local [all …]
|
| /src/contrib/tcsh/nls/finnish/ |
| H A D | set2 | 34 32 Syöte/tulostus mahdollista 35 33 Epäsynkroninen syöte/tulostus (select) 36 34 Kiireellinen syöte-/tulostustapahtuma 39 37 Fortranin epäsynkroninen syöte/tulostus valmis 53 51 Keskeytetty (päätesyöte) 78 76 Paikallisverkko (epäsynkroninen syöte/tulostus) 79 77 Näennäispääte (syöte/tulostus valmiina) 80 78 Syöte-/tulostustoimenpidettä edellytetään
|
| /src/sys/dev/cxgbe/tom/ |
| H A D | t4_tom.c | 515 struct tcb_histent *te; in alloc_tcb_histent() local 519 te = malloc(sizeof(*te), M_CXGBE, M_ZERO | flags); in alloc_tcb_histent() 520 if (te == NULL) in alloc_tcb_histent() 522 mtx_init(&te->te_lock, "TCB entry", NULL, MTX_DEF); in alloc_tcb_histent() 523 callout_init_mtx(&te->te_callout, &te->te_lock, 0); in alloc_tcb_histent() 524 te->te_adapter = sc; in alloc_tcb_histent() 525 te->te_tid = tid; in alloc_tcb_histent() 527 return (te); in alloc_tcb_histent() 531 free_tcb_histent(struct tcb_histent *te) in free_tcb_histent() argument 534 mtx_destroy(&te->te_lock); in free_tcb_histent() [all …]
|
| /src/sys/netgraph/ |
| H A D | ng_car.c | 69 int64_t te; /* exceeded/peak token bucket counter */ member 210 priv->upper.te = priv->upper.conf.ebs = NG_CAR_EBS_MIN; in ng_car_constructor() 225 priv->lower.te = priv->lower.conf.ebs = NG_CAR_EBS_MIN; in ng_car_constructor() 357 hinfo->te = 0; in ng_car_rcvdata() 364 } else if (hinfo->te + (len - hinfo->tc) < hinfo->conf.ebs && in ng_car_rcvdata() 368 hinfo->te += len - hinfo->tc; in ng_car_rcvdata() 377 hinfo->te = 0; in ng_car_rcvdata() 385 if (hinfo->te - len >= 0 && col <= QOS_COLOR_YELLOW) { in ng_car_rcvdata() 388 hinfo->te -= len; in ng_car_rcvdata() 536 priv->upper.te = 0; in ng_car_rcvmsg() [all …]
|
| /src/bin/sh/tests/builtins/ |
| H A D | read12.0 | 19 te=$(date +%s%3N) 21 [ $((te-ts)) -lt 250 ] 28 te=$(date +%s%3N) 31 [ $((te-ts)) -gt 3000 ] && [ $((te-ts)) -lt 3250 ]
|
| H A D | read11.0 | 19 te=$(date +%s%3N) 21 [ $((te-ts)) -lt 250 ] 28 te=$(date +%s%3N) 31 [ $((te-ts)) -lt 250 ]
|
| /src/usr.bin/bintrans/tests/ |
| H A D | textqpdec | 1 …oyen, et te trompant ainsi sur la route à suivre les voilà bientôt qui te dégradent, car si leur m…
|
| H A D | textqpenc | 3 'un moyen, et te trompant ainsi sur la route =C3=A0 suivre les voil=C3=A0 b= 4 ient=C3=B4t qui te d=C3=A9gradent, car si leur musique est vulgaire ils te = 5 fabriquent pour te la vendre une =C3=A2me vulgaire=2E
|
| /src/contrib/netbsd-tests/lib/libpthread/ |
| H A D | t_condwait.c | 53 struct timespec ts, to, te, twmin, twmax; in run() local 80 ATF_REQUIRE_EQ(clock_gettime(clck, &te), 0); in run() 81 timespecsub(&te, &to, &to); in run() 84 (long long)te.tv_sec, te.tv_nsec); in run()
|
| /src/contrib/ntp/sntp/libevent/test/ |
| H A D | bench_cascade.c | 85 static struct timeval ts, te, tv_timeout; in run_once() local 124 evutil_gettimeofday(&te, NULL); in run_once() 125 evutil_timersub(&te, &ts, &te); in run_once() 136 return (&te); in run_once()
|
| H A D | bench.c | 104 static struct timeval ts, te; in run_once() local 130 evutil_gettimeofday(&te, NULL); in run_once() 137 evutil_timersub(&te, &ts, &te); in run_once() 139 return (&te); in run_once()
|
| /src/contrib/libevent/test/ |
| H A D | bench_cascade.c | 85 static struct timeval ts, te, tv_timeout; in run_once() local 124 evutil_gettimeofday(&te, NULL); in run_once() 125 evutil_timersub(&te, &ts, &te); in run_once() 136 return (&te); in run_once()
|
| H A D | bench.c | 104 static struct timeval ts, te; in run_once() local 130 evutil_gettimeofday(&te, NULL); in run_once() 137 evutil_timersub(&te, &ts, &te); in run_once() 139 return (&te); in run_once()
|
| /src/contrib/libarchive/libarchive/ |
| H A D | archive_read_disk_posix.c | 2032 struct tree_entry *te; in tree_push() local 2034 te = calloc(1, sizeof(*te)); in tree_push() 2035 if (te == NULL) in tree_push() 2037 te->next = t->stack; in tree_push() 2038 te->parent = t->current; in tree_push() 2039 if (te->parent) in tree_push() 2040 te->depth = te->parent->depth + 1; in tree_push() 2041 t->stack = te; in tree_push() 2042 archive_string_init(&te->name); in tree_push() 2043 te->symlink_parent_fd = -1; in tree_push() [all …]
|
| /src/usr.sbin/uhsoctl/ |
| H A D | uhsoctl.c | 200 struct timer_entry *te, *te2; in tmr_run() local 202 te = TAILQ_FIRST(&tmrs->head); in tmr_run() 203 if (te == NULL) in tmr_run() 206 te->timeout -= tmrs->res; in tmr_run() 207 while (te->timeout <= 0) { in tmr_run() 208 te2 = TAILQ_NEXT(te, next); in tmr_run() 209 TAILQ_REMOVE(&tmrs->head, te, next); in tmr_run() 210 te->func(te->id, te->arg); in tmr_run() 211 free(te); in tmr_run() 212 te = te2; in tmr_run() [all …]
|
| /src/sys/contrib/dpdk_rte_lpm/ |
| H A D | rte_lpm.c | 114 struct rte_tailq_entry *te; 120 TAILQ_FOREACH(te, lpm_list, next) { 121 l = te->data; 127 if (te == NULL) { 172 TAILQ_FOREACH(te, lpm_list, next) { in rte_lpm_create() 173 lpm = te->data; in rte_lpm_create() 178 if (te != NULL) { in rte_lpm_create() 185 te = rte_zmalloc("LPM_TAILQ_ENTRY", sizeof(*te), 0); in rte_lpm_create() 186 if (te == NULL) { in rte_lpm_create() 251 struct rte_tailq_entry *te; in rte_lpm_free() [all …]
|
| H A D | rte_lpm6.c | 322 TAILQ_FOREACH(te, lpm_list, next) { in rte_lpm6_create() 323 lpm = (struct rte_lpm6 *) te->data; in rte_lpm6_create() 328 if (te != NULL) { in rte_lpm6_create() 334 te = rte_zmalloc("LPM6_TAILQ_ENTRY", sizeof(*te), 0); in rte_lpm6_create() 335 if (te == NULL) { in rte_lpm6_create() 389 struct rte_tailq_entry *te; 395 TAILQ_FOREACH(te, lpm_list, next) { 396 l = (struct rte_lpm6 *) te->data; 402 if (te == NULL) { 419 struct rte_tailq_entry *te; in rte_lpm6_free() [all …]
|
| /src/lib/libc/nls/ |
| H A D | nl_NL.ISO8859-1.msg | 20 7 Argumentenlijst is te lang 60 27 Bestand is te groot 74 34 Resultaat te groot of te klein 126 60 Verbinding te lang niet mogelijk 132 63 Bestandsnaam te lang 174 84 Waarde te groot om te bewaren in gegevenstype
|
| /src/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/ |
| H A D | rsend_012_pos.ksh | 51 typeset te=0 55 is_te_enabled && te=1 57 … awk -v te=$te '$2=="YES" && $1 !~ /^vol|\.\.\.$/ && (te || $1 != "mlslabel") {printf("%s,", $1)}')
|
| /src/crypto/openssl/crypto/aes/asm/ |
| H A D | aes-586.pl | 254 { my ($te,@s) = @_; 264 &mov ($s[0],&DWP(0,$te,$s[0],8)); # s0>>0 266 &mov ($s[3],&DWP(3,$te,$s[2],8)); # s0>>8 269 &mov ($s[2],&DWP(2,$te,$v1,8)); # s0>>16 271 &mov ($s[1],&DWP(1,$te,$s[1],8)); # s0>>24 274 &xor ($s[3],&DWP(0,$te,$v0,8)); # s3>>0 277 &xor ($s[2],&DWP(3,$te,$v0,8)); # s3>>8 280 &xor ($s[1],&DWP(2,$te,$v1,8)); # s3>>16 282 &xor ($s[0],&DWP(1,$te,$v0,8)); # s3>>24 286 &xor ($s[2],&DWP(0,$te,$v1,8)); # s2>>0 [all …]
|
| /src/sys/netinet/ |
| H A D | tcp_ratelimit.h | 131 const struct tcp_hwrate_limit_table *te, int *err, int divisor); 180 const struct tcp_hwrate_limit_table *te, int *err, int divisor) in tcp_get_pacing_burst_size_w_divisor() argument 242 const struct tcp_hwrate_limit_table *te, int *err) in tcp_get_pacing_burst_size() argument 247 te, err, 0)); in tcp_get_pacing_burst_size()
|
| /src/lib/libutil/ |
| H A D | login_ok.c | 131 struct ttyent *te; in login_ttyok() local 135 te = getttynam(tty); /* Need group name */ in login_ttyok() 136 grp = te ? te->ty_group : NULL; in login_ttyok()
|