Home
last modified time | relevance | path

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

123456

/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_addrs.c175 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 …]
/freebsd/contrib/nvi/catalog/
H A Ddutch.base1 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 …]
/freebsd/usr.bin/vi/catalog/
H A Ddutch.UTF-8.base1 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 …]
/freebsd/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
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 …]
/freebsd/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/sys/dev/cxgbe/tom/
H A Dt4_tom.c515 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 …]
/freebsd/sys/netgraph/
H A Dng_car.c69 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 …]
/freebsd/bin/sh/tests/builtins/
H A Dread12.019 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 Dread11.019 te=$(date +%s%3N)
21 [ $((te-ts)) -lt 250 ]
28 te=$(date +%s%3N)
31 [ $((te-ts)) -lt 250 ]
/freebsd/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/contrib/libarchive/libarchive/
H A Darchive_read_disk_posix.c2037 struct tree_entry *te; in tree_push() local
2039 te = calloc(1, sizeof(*te)); in tree_push()
2040 if (te == NULL) in tree_push()
2042 te->next = t->stack; in tree_push()
2043 te->parent = t->current; in tree_push()
2044 if (te->parent) in tree_push()
2045 te->depth = te->parent->depth + 1; in tree_push()
2046 t->stack = te; in tree_push()
2047 archive_string_init(&te->name); in tree_push()
2048 te->symlink_parent_fd = -1; in tree_push()
[all …]
/freebsd/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/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/usr.sbin/uhsoctl/
H A Duhsoctl.c200 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 …]
/freebsd/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) {
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 Drte_lpm6.c322 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 …]
/freebsd/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/contrib/netbsd-tests/lib/libpthread/
H A Dt_condwait.c59 struct timespec ts, to, te, twmin, twmax; in run() local
100 ATF_REQUIRE_EQ(clock_gettime(rp->clck, &te), 0); in run()
101 timespecsub(&te, &to, &to); in run()
104 (long long)te.tv_sec, te.tv_nsec); in run()
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/rsend/
H A Drsend_012_pos.ksh41 typeset te=0
45 is_te_enabled && te=1
47 … awk -v te=$te '$2=="YES" && $1 !~ /^vol|\.\.\.$/ && (te || $1 != "mlslabel") {printf("%s,", $1)}')
/freebsd/crypto/openssl/crypto/aes/asm/
H A Daes-586.pl254 { 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 …]
/freebsd/sys/netinet/
H A Dtcp_ratelimit.h131 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()
/freebsd/lib/libutil/
H A Dlogin_ok.c131 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()

123456