Searched refs:tr (Results 1 - 25 of 281) sorted by relevance

1234567891011>>

/openbsd-current/sys/dev/pci/drm/amd/display/dc/gpio/dce80/
H A Dhw_translate_dce80.h30 struct hw_translate *tr);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/gpio/dce60/
H A Dhw_translate_dce60.h30 struct hw_translate *tr);
/openbsd-current/usr.bin/tr/
H A DMakefile3 PROG= tr
4 SRCS= str.c tr.c
/openbsd-current/sys/dev/pci/drm/amd/display/dc/gpio/dce110/
H A Dhw_translate_dce110.h32 void dal_hw_translate_dce110_init(struct hw_translate *tr);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/gpio/dce120/
H A Dhw_translate_dce120.h32 void dal_hw_translate_dce120_init(struct hw_translate *tr);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/gpio/dcn10/
H A Dhw_translate_dcn10.h32 void dal_hw_translate_dcn10_init(struct hw_translate *tr);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/gpio/dcn20/
H A Dhw_translate_dcn20.h31 void dal_hw_translate_dcn20_init(struct hw_translate *tr);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/gpio/dcn21/
H A Dhw_translate_dcn21.h31 void dal_hw_translate_dcn21_init(struct hw_translate *tr);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/gpio/dcn30/
H A Dhw_translate_dcn30.h31 void dal_hw_translate_dcn30_init(struct hw_translate *tr);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/gpio/dcn315/
H A Dhw_translate_dcn315.h31 void dal_hw_translate_dcn315_init(struct hw_translate *tr);
/openbsd-current/sys/dev/pci/drm/amd/display/dc/gpio/dcn32/
H A Dhw_translate_dcn32.h31 void dal_hw_translate_dcn32_init(struct hw_translate *tr);
/openbsd-current/sys/net/
H A Dif_trunk.c157 struct trunk_softc *tr; local
161 tr = malloc(sizeof(*tr), M_DEVBUF, M_WAITOK|M_ZERO);
162 tr->tr_proto = TRUNK_PROTO_NONE;
165 tr->tr_proto = trunk_protos[i].ti_proto;
166 if ((error = trunk_protos[i].ti_attach(tr)) != 0) {
167 free(tr, M_DEVBUF, sizeof *tr);
173 SLIST_INIT(&tr->tr_ports);
176 ifmedia_init(&tr
209 struct trunk_softc *tr = (struct trunk_softc *)ifp->if_softc; local
250 trunk_capabilities(struct trunk_softc *tr) argument
283 trunk_port_create(struct trunk_softc *tr, struct ifnet *ifp) argument
394 trunk_port_checkstacking(struct trunk_softc *tr) argument
413 struct trunk_softc *tr = (struct trunk_softc *)tp->tp_trunk; local
479 struct trunk_softc *tr; local
552 trunk_port_get(struct trunk_softc *tr, struct ifnet *ifp) argument
579 struct trunk_softc *tr = (struct trunk_softc *)tp->tp_trunk; local
615 struct trunk_softc *tr = (struct trunk_softc *)ifp->if_softc; local
885 trunk_ether_addmulti(struct trunk_softc *tr, struct ifreq *ifr) argument
920 trunk_ether_delmulti(struct trunk_softc *tr, struct ifreq *ifr) argument
962 trunk_ether_purgemulti(struct trunk_softc *tr) argument
982 struct trunk_softc *tr = (struct trunk_softc *)tp->tp_trunk; local
1006 trunk_ioctl_allports(struct trunk_softc *tr, u_long cmd, caddr_t data) argument
1030 struct trunk_softc *tr = (struct trunk_softc *)ifp->if_softc; local
1125 struct trunk_softc *tr = (struct trunk_softc *)ifp->if_softc; local
1136 struct trunk_softc *tr = (struct trunk_softc *)ifp->if_softc; local
1149 struct trunk_softc *tr; local
1210 struct trunk_softc *tr = (struct trunk_softc *)ifp->if_softc; local
1222 struct trunk_softc *tr = (struct trunk_softc *)ifp->if_softc; local
1238 struct trunk_softc *tr = NULL; local
1250 trunk_link_active(struct trunk_softc *tr, struct trunk_port *tp) argument
1320 trunk_rr_attach(struct trunk_softc *tr) argument
1343 trunk_rr_detach(struct trunk_softc *tr) argument
1352 struct trunk_softc *tr = (struct trunk_softc *)tp->tp_trunk; local
1359 trunk_rr_start(struct trunk_softc *tr, struct mbuf *m) argument
1380 trunk_rr_input(struct trunk_softc *tr, struct trunk_port *tp, struct mbuf *m) argument
1391 trunk_fail_attach(struct trunk_softc *tr) argument
1411 trunk_fail_detach(struct trunk_softc *tr) argument
1420 struct trunk_softc *tr = (struct trunk_softc *)tp->tp_trunk; local
1430 struct trunk_softc *tr = (struct trunk_softc *)tp->tp_trunk; local
1447 trunk_fail_start(struct trunk_softc *tr, struct mbuf *m) argument
1461 trunk_fail_input(struct trunk_softc *tr, struct trunk_port *tp, struct mbuf *m) argument
1472 struct trunk_softc *tr = (struct trunk_softc *)tp->tp_trunk; local
1482 trunk_lb_attach(struct trunk_softc *tr) argument
1508 trunk_lb_detach(struct trunk_softc *tr) argument
1517 trunk_lb_porttable(struct trunk_softc *tr, struct trunk_port *tp) argument
1541 struct trunk_softc *tr = (struct trunk_softc *)tp->tp_trunk; local
1548 struct trunk_softc *tr = (struct trunk_softc *)tp->tp_trunk; local
1553 trunk_lb_start(struct trunk_softc *tr, struct mbuf *m) argument
1576 trunk_lb_input(struct trunk_softc *tr, struct trunk_port *tp, struct mbuf *m) argument
1587 trunk_bcast_attach(struct trunk_softc *tr) argument
1604 trunk_bcast_detach(struct trunk_softc *tr) argument
1610 trunk_bcast_start(struct trunk_softc *tr, struct mbuf *m0) argument
1650 trunk_bcast_input(struct trunk_softc *tr, struct trunk_port *tp, struct mbuf *m) argument
1660 trunk_lacp_attach(struct trunk_softc *tr) argument
1687 trunk_lacp_detach(struct trunk_softc *tr) argument
1702 trunk_lacp_start(struct trunk_softc *tr, struct mbuf *m) argument
1716 trunk_lacp_input(struct trunk_softc *tr, struct trunk_port *tp, struct mbuf *m) argument
[all...]
/openbsd-current/usr.bin/rsync/
H A Dsession.c34 double tr, tw, ts; local
43 tr = tread / (1024.0 * 1024.0 * 1024.0);
47 tr = tread / (1024.0 * 1024.0);
51 tr = tread / 1024.0;
55 tr = tread;
89 trsz, tr, tru,
103 uint64_t tw, tr, ts; local
109 tr = sess->total_read;
113 if (!io_write_ulong(sess, fd, tr)) {
125 stats_log(sess, tr, t
139 uint64_t tr, tw, ts; local
[all...]
/openbsd-current/usr.sbin/snmpd/
H A Dtrap.c46 struct trap_address *tr; local
69 TAILQ_FOREACH(tr, &snmpd_env->sc_trapreceivers, entry) {
70 if (tr->ta_oid.bo_n) {
72 r = ober_oid_cmp(oid, &tr->ta_oid);
79 msg->sm_sock = snmpd_socket_af(&tr->ta_ss, SOCK_DGRAM);
85 memcpy(&(msg->sm_ss), &(tr->ta_ss), sizeof(msg->sm_ss));
86 msg->sm_slen = tr->ta_ss.ss_len;
87 if (tr->ta_sslocal.ss_family != 0) {
88 memcpy(&(msg->sm_local_ss), &(tr->ta_sslocal),
90 msg->sm_local_slen = tr
[all...]
/openbsd-current/sys/kern/
H A Dsys_process.c284 struct process *tr; /* target process */ local
290 tr = p->p_p;
291 if (ISSET(tr->ps_flags, PS_TRACED))
293 atomic_setbits_int(&tr->ps_flags, PS_TRACED);
294 tr->ps_oppid = tr->ps_pptr->ps_pid;
295 if (tr->ps_ptstat == NULL)
296 tr->ps_ptstat = malloc(sizeof(*tr->ps_ptstat),
298 memset(tr
545 struct process *tr; /* target process */ local
611 struct process *tr; /* target process */ local
773 struct process *tr = prfind(tpid); local
789 process_checktracestate(struct process *curpr, struct process *tr, struct proc *t) argument
841 process_checkioperm(struct proc *p, struct process *tr) argument
860 process_domem(struct proc *curp, struct process *tr, struct uio *uio, int req) argument
[all...]
/openbsd-current/sbin/iked/
H A Dgenmap.sh18 TOK=$(echo ${2} | tr "[:lower:]" "[:upper:]")
19 tok=$(echo ${2} | tr "[:upper:]" "[:lower:]")
39 lower=$(echo $i | tr "[:upper:]" "[:lower:]")
40 upper=$(echo $i | tr "[:lower:]" "[:upper:]")
/openbsd-current/usr.bin/dig/lib/dns/rdata/generic/
H A Dafsdb_18.c55 isc_region_t tr; local
67 isc_buffer_availableregion(target, &tr);
68 if (tr.length < 2)
72 memmove(tr.base, sr.base, 2);
80 isc_region_t tr; local
89 isc_buffer_availableregion(target, &tr);
91 if (tr.length < 2)
93 memmove(tr.base, sr.base, 2);
/openbsd-current/gnu/usr.bin/perl/t/uni/
H A Dtr_utf8.t27 $str = $hiragana; $str =~ tr/���-���/���-���/;
28 is($str, $katakana, "tr// # hiragana -> katakana");
29 $str = $katakana; $str =~ tr/���-���/���-���/;
30 is($str, $hiragana, "tr// # hiragana -> katakana");
32 $str = $hiragana; eval qq(\$str =~ tr/���-���/���-���/);
33 is($str, $katakana, "eval qq(tr//) # hiragana -> katakana");
34 $str = $katakana; eval qq(\$str =~ tr/���-���/���-���/);
35 is($str, $hiragana, "eval qq(tr//) # hiragana -> katakana");
45 $line =~ tr/bcdeghijklmnprstvwxyz$02578/������������������������������������������������������/;
/openbsd-current/lib/libc/stdlib/
H A Dradixsort.c67 tr = tr0; \
76 tr = tab; \
87 const u_char *tr; local
92 r_sort_a(a, n, 0, tr, endch);
99 const u_char *tr, **ta; local
105 simplesort(a, n, 0, tr, endch);
109 r_sort_b(a, ta, n, 0, tr, endch);
122 r_sort_a(const u_char **a, int n, int i, const u_char *tr, u_int endch) argument
137 simplesort(a, n, i, tr, endch);
146 c = tr[(*a
209 r_sort_b(const u_char **a, const u_char **ta, int n, int i, const u_char *tr, u_int endch) argument
278 simplesort(const u_char **a, int n, int b, const u_char *tr, u_int endch) argument
[all...]
/openbsd-current/sbin/isakmpd/
H A Dgenconstants.sh33 upcased_name=`echo $base |tr a-z A-Z`
38 cmd = "echo " str " |tr A-Z a-z"
H A Dgenfields.sh33 upcased_name=`echo $base |tr a-z A-Z`
38 cmd = "echo " str " |tr A-Z a-z"
H A Dconf.c351 conf_load_defaults_mm(int tr, char *mme, char *mmh, char *mma, char *dhg, argument
360 conf_set(tr, sect, "ENCRYPTION_ALGORITHM", mme, 0, 1);
362 conf_set(tr, sect, "KEY_LENGTH", CONF_DFLT_VAL_BLF_KEYLEN, 0,
365 conf_set(tr, sect, "KEY_LENGTH", "128,128:128", 0, 1);
367 conf_set(tr, sect, "KEY_LENGTH", "192,192:192", 0, 1);
369 conf_set(tr, sect, "KEY_LENGTH", "256,256:256", 0, 1);
371 conf_set(tr, sect, "KEY_LENGTH", CONF_DFLT_VAL_AES_KEYLEN, 0,
374 conf_set(tr, sect, "HASH_ALGORITHM", mmh, 0, 1);
375 conf_set(tr, sect, "AUTHENTICATION_METHOD", mma, 0, 1);
376 conf_set(tr, sec
381 conf_load_defaults_qm(int tr, char *qme, char *qmh, char *dhg, char *qme_p, char *qmh_p, char *qm_ah_id, char *dhg_p, int proto, int mode, int pfs) argument
469 conf_load_defaults(int tr) argument
[all...]
/openbsd-current/libexec/login_token/
H A Dtoken.c107 TOKENDB_Rec tr; local
115 tokendb_getrec(user, &tr) == 0 &&
116 (tr.mode & TOKEN_RIM)) {
118 while ((r = tokendb_lockrec(user, &tr, TOKEN_LOCKED)) == 1) {
123 tr.flags &= ~TOKEN_LOCKED;
124 if (r == 0 && tr.rim[0]) {
125 h2cb(tr.secret, &cb);
128 DES_ecb_encrypt(&tr.rim, &cb.cb, &ks, DES_ENCRYPT);
129 memcpy(tr.rim, cb.cb, 8);
131 if ((tr
[all...]
/openbsd-current/gnu/usr.bin/binutils/gdb/testsuite/gdb.trace/
H A Dsave-trace.exp131 remote_file host delete savetrace.tr
132 gdb_test "save-tracepoints savetrace.tr" \
133 "Tracepoints saved to file 'savetrace.tr'." \
140 gdb_test "source savetrace.tr" \
144 remote_file host delete savetrace.tr
148 set escapedfilename [string_to_regexp $objdir/savetrace.tr]
149 remote_file host delete $objdir/savetrace.tr
150 gdb_test "save-tracepoints $objdir/savetrace.tr" \
156 gdb_test "source $objdir/savetrace.tr" \
160 remote_file host delete $objdir/savetrace.tr
[all...]
/openbsd-current/regress/usr.bin/ssh/
H A Ddropbear-ciphers.sh11 algs=`$SSH -Q key-sig | tr '\n' ,`
17 ciphers=`$DBCLIENT -c help hst 2>&1 | awk '/ ciphers: /{print $4}' | tr ',' ' '`
18 macs=`$DBCLIENT -m help hst 2>&1 | awk '/ MACs: /{print $4}' | tr ',' ' '`

Completed in 154 milliseconds

1234567891011>>