Home
last modified time | relevance | path

Searched refs:te (Results 1 – 25 of 126) sorted by relevance

123456

/freebsd-14.2/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_addrs.c266 free(te); in bridge_addrs_remove()
283 bzero(te, sizeof(*te)); in bridge_new_addrs()
289 return (te); in bridge_new_addrs()
301 for (te = bif->f_tpa; te != NULL; te = TAILQ_NEXT(te, tp_e)) { in bridge_addrs_find()
303 te = NULL; in bridge_addrs_find()
311 return (te); in bridge_addrs_find()
320 for (te = bridge_addrs_bif_first(bif); te != NULL; in bridge_addrs_dump()
321 te = bridge_addrs_bif_next(te)) { in bridge_addrs_dump()
323 te->tp_addr[0], te->tp_addr[1], te->tp_addr[2], in bridge_addrs_dump()
324 te->tp_addr[3], te->tp_addr[4], te->tp_addr[5], in bridge_addrs_dump()
[all …]
/freebsd-14.2/contrib/nvi/catalog/
H A Ddutch.base1 002 "regel te lang"
13 014 "geen wijzigingen om te herhalen"
92 099 "Adres waarde te groot"
93 100 "Adres waarde te klein"
146 153 "Count te groot"
147 154 "Count te klein"
174 182 "Getal wordt te groot"
175 183 "Getal wordt te klein"
261 271 "Druk op een toets om door te gaan [q om te stoppen]: "
281 292 "Scherm te klein."
[all …]
/freebsd-14.2/usr.bin/vi/catalog/
H A Ddutch.UTF-8.base1 002 "regel te lang"
13 014 "geen wijzigingen om te herhalen"
92 099 "Adres waarde te groot"
93 100 "Adres waarde te klein"
146 153 "Count te groot"
147 154 "Count te klein"
174 182 "Getal wordt te groot"
175 183 "Getal wordt te klein"
261 271 "Druk op een toets om door te gaan [q om te stoppen]: "
281 292 "Scherm te klein."
[all …]
/freebsd-14.2/sys/tests/framework/
H A Dkern_testfrwk.c178 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
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()
264 struct kern_test_list *li, *te = NULL; in kern_testframework_deregister() local
272 te = li; in kern_testframework_deregister()
276 if (te == NULL) { in kern_testframework_deregister()
[all …]
/freebsd-14.2/contrib/tcsh/nls/finnish/
H A Dset234 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
/freebsd-14.2/sys/dev/cxgbe/tom/
H A Dt4_tom.c512 te = malloc(sizeof(*te), M_CXGBE, M_ZERO | flags); in alloc_tcb_histent()
513 if (te == NULL) in alloc_tcb_histent()
516 callout_init_mtx(&te->te_callout, &te->te_lock, 0); in alloc_tcb_histent()
518 te->te_tid = tid; in alloc_tcb_histent()
520 return (te); in alloc_tcb_histent()
579 MPASS(td->tcb_history[te->te_tid] == te); in remove_tcb_histent()
612 return (te); in lookup_tcb_histent()
636 if (send_get_tcb(te->te_adapter, te->te_tid) == 0) in request_tcb()
689 te->te_sample[te->te_pidx] = sample; in update_tcb_histent()
690 if (++te->te_pidx == nitems(te->te_sample)) in update_tcb_histent()
[all …]
/freebsd-14.2/sys/netgraph/
H A Dng_car.c351 hinfo->te = 0; in ng_car_rcvdata()
362 hinfo->te += len - hinfo->tc; in ng_car_rcvdata()
371 hinfo->te = 0; in ng_car_rcvdata()
382 hinfo->te -= len; in ng_car_rcvdata()
530 priv->upper.te = 0; in ng_car_rcvmsg()
541 priv->lower.te = 0; in ng_car_rcvmsg()
651 h->te += delta; in ng_car_refillhook()
653 h->te = h->conf.ebs; in ng_car_refillhook()
664 if (h->te > ((int64_t)h->conf.ebs)) in ng_car_refillhook()
665 h->te = h->conf.ebs; in ng_car_refillhook()
[all …]
/freebsd-14.2/usr.bin/bintrans/tests/
H A Dtextqpdec1 …oyen, et te trompant ainsi sur la route à suivre les voilà bientôt qui te dégradent, car si leur m…
H A Dtextqpenc3 '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
/freebsd-14.2/contrib/netbsd-tests/lib/libpthread/
H A Dt_condwait.c53 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()
/freebsd-14.2/contrib/ntp/sntp/libevent/test/
H A Dbench_cascade.c85 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 Dbench.c104 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()
/freebsd-14.2/contrib/libevent/test/
H A Dbench_cascade.c85 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 Dbench.c104 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()
/freebsd-14.2/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c2127 te = calloc(1, sizeof(*te)); in tree_push()
2128 if (te == NULL) in tree_push()
2133 te->depth = te->parent->depth + 1; in tree_push()
2134 t->stack = te; in tree_push()
2140 te->dev = dev; in tree_push()
2141 te->ino = ino; in tree_push()
2143 te->restore_time.name = te->name.s; in tree_push()
2286 te = t->stack; in tree_ascend()
2372 te = t->stack; in tree_pop()
2379 free(te); in tree_pop()
[all …]
/freebsd-14.2/usr.sbin/uhsoctl/
H A Duhsoctl.c203 if (te == NULL) in tmr_run()
206 te->timeout -= tmrs->res; in tmr_run()
207 while (te->timeout <= 0) { 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()
213 if (te == NULL) in tmr_run()
227 te->timeout = timeout; in tmr_add()
228 te->func = func; in tmr_add()
229 te->arg = arg; in tmr_add()
[all …]
/freebsd-14.2/sys/contrib/dpdk_rte_lpm/
H A Drte_lpm.c114 struct rte_tailq_entry *te;
120 TAILQ_FOREACH(te, lpm_list, next) {
121 l = te->data;
127 if (te == NULL) {
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()
263 if (te->data == (void *) lpm) in rte_lpm_free()
[all …]
H A Drte_lpm6.c322 TAILQ_FOREACH(te, lpm_list, next) { 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;
396 l = (struct rte_lpm6 *) te->data;
402 if (te == NULL) {
419 struct rte_tailq_entry *te; in rte_lpm6_free()
431 if (te->data == (void *) lpm) in rte_lpm6_free()
435 if (te != NULL) in rte_lpm6_free()
[all …]
/freebsd-14.2/lib/libc/nls/
H A Dnl_NL.ISO8859-1.msg20 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
/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Drsend_012_pos.ksh50 typeset te=0
54 is_te_enabled && te=1
56 … awk -v te=$te '$2=="YES" && $1 !~ /^vol|\.\.\.$/ && (te || $1 != "mlslabel") {printf("%s,", $1)}')
/freebsd-14.2/sys/netinet/
H A Dtcp_ratelimit.h129 const struct tcp_hwrate_limit_table *te, int *err, int divisor);
175 const struct tcp_hwrate_limit_table *te, int *err, int divisor) in tcp_get_pacing_burst_size_w_divisor() argument
233 const struct tcp_hwrate_limit_table *te, int *err) in tcp_get_pacing_burst_size() argument
238 te, err, 0)); in tcp_get_pacing_burst_size()
/freebsd-14.2/lib/libutil/
H A Dlogin_ok.c132 struct ttyent *te; in login_ttyok() local
136 te = getttynam(tty); /* Need group name */ in login_ttyok()
137 grp = te ? te->ty_group : NULL; in login_ttyok()
/freebsd-14.2/crypto/openssl/crypto/aes/asm/
H A Daes-586.pl254 { my ($te,@s) = @_;
316 &mov ($v1,&DWP(0,$te,$v0,8)); # 0
319 &xor ($v1,&DWP(3,$te,$v0,8)); # 5
322 &xor ($v1,&DWP(2,$te,$v0,8)); # 10
329 &mov ($v1,&DWP(0,$te,$v0,8)); # 4
331 &xor ($v1,&DWP(2,$te,$v0,8)); # 14
442 my ($i,$te,@s)=@_;
781 { my ($i,$te,@s) = @_;
791 &mov ($out,&DWP(0,$te,$out,8));
795 &xor ($out,&DWP(3,$te,$tmp,8));
[all …]
/freebsd-14.2/contrib/tcsh/nls/french/
H A Dset2016 14 -b interprète TOUCHE comme un nom de touche C-, M-, F- or X-\n
17 15 -s interprète COMMANDE comme une chaine littérale devant être sortie\n
18 16 -c interprète COMMANDE comme une commande intégrée ou externe\n
24 22 -k interprète TOUCHE comme un nom de touche de direction symbolique\n
H A Dset313 11 Complète le mot courant
16 14 Complète le mot courant en ignorant les compléments programmables
55 53 Développe les nom de répertoires, éliminant les `.' et `..' en tête
67 65 Corrige la syntaxe de la ligne complète
90 88 Le mode commande de Vi complète le mot courant
101 99 Vi répète la recherche du caractère en cours dans la même direction
102 100 Vi répète la recherche du caractère en cours dans la direction opposée
103 101 Vi répète la recherche en cours dans la même direction
104 102 Vi répète la recherche en cours dans la direction opposée

123456