Home
last modified time | relevance | path

Searched full:rt (Results 1 – 25 of 895) sorted by relevance

12345678910>>...36

/freebsd/sys/contrib/openzfs/module/zfs/
H A Drange_tree.c80 zfs_rs_copy(zfs_range_seg_t *src, zfs_range_seg_t *dest, zfs_range_tree_t *rt) in zfs_rs_copy() argument
82 ASSERT3U(rt->rt_type, <, ZFS_RANGE_SEG_NUM_TYPES); in zfs_rs_copy()
84 switch (rt->rt_type) { in zfs_rs_copy()
101 zfs_range_tree_stat_verify(zfs_range_tree_t *rt) in zfs_range_tree_stat_verify() argument
108 for (rs = zfs_btree_first(&rt->rt_root, &where); rs != NULL; in zfs_range_tree_stat_verify()
109 rs = zfs_btree_next(&rt->rt_root, &where, &where)) { in zfs_range_tree_stat_verify()
110 uint64_t size = zfs_rs_get_end(rs, rt) - in zfs_range_tree_stat_verify()
111 zfs_rs_get_start(rs, rt); in zfs_range_tree_stat_verify()
119 if (hist[i] != rt->rt_histogram[i]) { in zfs_range_tree_stat_verify()
122 (u_longlong_t)rt->rt_histogram[i]); in zfs_range_tree_stat_verify()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCInstrSPE.td17 bits<5> RT;
23 let Inst{6-10} = RT;
58 bits<5> RT;
64 let Inst{6-10} = RT;
104 bits<5> RT;
108 let Inst{6-10} = RT;
118 bits<5> RT;
124 let Inst{6-10} = RT;
132 def BRINC : EVXForm_1<527, (outs gprc:$RT), (ins gprc:$RA, gprc:$RB),
133 "brinc $RT, $RA, $RB", IIC_IntSimple, []>;
[all …]
/freebsd/sys/contrib/openzfs/include/sys/
H A Drange_tree.h52 #define ZFS_RT_NAME(rt) (((rt)->rt_name != NULL) ? (rt)->rt_name : "") argument
119 void (*rtop_create)(zfs_range_tree_t *rt, void *arg);
120 void (*rtop_destroy)(zfs_range_tree_t *rt, void *arg);
121 void (*rtop_add)(zfs_range_tree_t *rt, void *rs, void *arg);
122 void (*rtop_remove)(zfs_range_tree_t *rt, void *rs, void *arg);
123 void (*rtop_vacate)(zfs_range_tree_t *rt, void *arg);
127 zfs_rs_get_start_raw(const zfs_range_seg_t *rs, const zfs_range_tree_t *rt) in zfs_rs_get_start_raw() argument
129 ASSERT3U(rt->rt_type, <=, ZFS_RANGE_SEG_NUM_TYPES); in zfs_rs_get_start_raw()
130 switch (rt->rt_type) { in zfs_rs_get_start_raw()
144 zfs_rs_get_end_raw(const zfs_range_seg_t *rs, const zfs_range_tree_t *rt) in zfs_rs_get_end_raw() argument
[all …]
/freebsd/contrib/arm-optimized-routines/math/test/
H A Dulp.h10 RT(x) should add a return type specific suffix to x. */
16 static int RT(ulpscale_mpfr) (mpfr_t x, int t) in RT() function
21 mpfr_exp_t e = mpfr_get_exp (x) - RT(prec); in RT()
22 if (e < RT(emin)) in RT()
23 e = RT(emin) - 1; in RT()
24 if (e > RT(emax) - RT(prec)) in RT()
25 e = RT(emax) - RT(prec); in RT()
29 return RT(emin) - 1; in RT()
31 return RT(emax) - RT(prec); in RT()
40 static double RT (ulperr) (RT (float) got, const struct RT (ret) * p, int r, in RT() function
[all …]
/freebsd/sys/net/route/
H A Droute_rtentry.c79 * to be stable till the end of the operation (radix rt insertion/change/removal).
87 struct rtentry *rt = uma_zalloc(V_rtzone, M_NOWAIT | M_ZERO); in rt_alloc() local
88 if (rt == NULL) in rt_alloc()
90 rt->rte_flags = RTF_UP | (netmask == NULL ? RTF_HOST : 0); in rt_alloc()
94 rt_maskedcopy(dst, &rt->rt_dst, netmask); in rt_alloc()
96 bcopy(dst, &rt->rt_dst, dst->sa_len); in rt_alloc()
97 rt_key(rt) = &rt->rt_dst; in rt_alloc()
99 rt_mask(rt) = netmask; in rt_alloc()
101 return (rt); in rt_alloc()
105 destroy_rtentry(struct rtentry *rt) in destroy_rtentry() argument
[all …]
H A Droute_ctl.c79 static int change_route_byinfo(struct rib_head *rnh, struct rtentry *rt,
83 static int add_route_flags(struct rib_head *rnh, struct rtentry *rt,
86 static int add_route_flags_mpath(struct rib_head *rnh, struct rtentry *rt,
91 static int add_route(struct rib_head *rnh, struct rtentry *rt,
93 static int delete_route(struct rib_head *rnh, struct rtentry *rt,
95 static int rt_delete_conditional(struct rib_head *rnh, struct rtentry *rt,
295 rib_match_gw(const struct rtentry *rt, const struct nhop_object *nh, void *gw_sa) in rib_match_gw() argument
311 match_gw_one(const struct rtentry *rt, const struct nhop_object *nh, void *_data) in match_gw_one() argument
329 check_info_match_nhop(const struct rt_addrinfo *info, const struct rtentry *rt, in check_info_match_nhop() argument
335 if (info->rti_filter(rt, nh, info->rti_filterdata) == 0) in check_info_match_nhop()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsMTInstrInfo.td45 dag OutOperandList = (outs GPR32Opnd:$rt);
47 string AsmString = !strconcat(instr_asm, "\t$rt");
54 dag InOperandList = (ins GPR32Opnd:$rt, uimm1:$u, uimm3:$sel, uimm1:$h);
55 string AsmString = "mftr\t$rd, $rt, $u, $sel, $h";
62 dag InOperandList = (ins GPR32Opnd:$rt, uimm1:$u, uimm3:$sel, uimm1:$h);
63 string AsmString = "mttr\t$rt, $rd, $u, $sel, $h";
70 dag InOperandList = (ins GPR32Opnd:$rt);
71 string AsmString = "fork\t$rd, $rs, $rt";
117 def MFTC0 : MipsAsmPseudoInst<(outs GPR32Opnd:$rd), (ins COP0Opnd:$rt,
119 "mftc0 $rd, $rt, $sel">, ASE_MT;
[all …]
H A DMicroMips32r6InstrFormats.td68 bits<5> rt;
75 let Inst{25-21} = rt;
81 bits<5> rt;
88 let Inst{25-21} = rt;
104 bits<2> rt;
110 let Inst{9-8} = rt;
117 bits<5> rt;
122 let Inst{25-21} = rt;
144 bits<5> rt;
150 let Inst{25-21} = rt;
[all …]
H A DMicroMipsDSPInstrFormats.td27 bits<5> rt;
30 let Inst{25-21} = rt;
37 bits<5> rt;
41 let Inst{25-21} = rt;
48 bits<5> rt;
53 let Inst{25-21} = rt;
63 bits<5> rt;
66 let Inst{25-21} = rt;
74 bits<5> rt;
79 let Inst{25-21} = rt;
[all …]
H A DMicroMipsInstrInfo.td215 InstSE<(outs RO:$rt), (ins MemOpnd:$addr, RO:$src),
216 !strconcat(opstr, "\t$rt, $addr"),
217 [(set RO:$rt, (OpNode addrimm12:$addr, RO:$src))],
220 string Constraints = "$src = $rt";
228 InstSE<(outs), (ins RO:$rt, MemOpnd:$addr),
229 !strconcat(opstr, "\t$rt, $addr"),
230 [(OpNode RO:$rt, addrimm12:$addr)], Itin, FrmI> {
239 MicroMipsInst16<(outs RO1:$rd1, RO2:$rd2), (ins RO3:$rs, RO3:$rt),
240 !strconcat(opstr, "\t$rd1, $rd2, $rs, $rt"), [],
248 : InstSE<(outs), (ins GPR32Opnd:$rt, GPR32Opnd:$rt2, mem_simm12:$addr),
[all …]
H A DMips64InstrInfo.td408 : InstSE<(outs GPR64Opnd:$rt),
410 "dext $rt, $rs, $pos, $size", [], II_EXT, FrmR, "dext">,
415 def DSLL64_32 : FR<0x00, 0x3c, (outs GPR64:$rd), (ins GPR32:$rt),
416 "dsll\t$rd, $rt, 32", [], II_DSLL>, GPR_64;
418 def SLL64_32 : FR<0x0, 0x00, (outs GPR64:$rd), (ins GPR32:$rt),
419 "sll\t$rd, $rt, 0", [], II_SLL>, GPR_64;
420 def SLL64_64 : FR<0x0, 0x00, (outs GPR64:$rd), (ins GPR64:$rt),
421 "sll\t$rd, $rt, 0", [], II_SLL>, GPR_64;
463 InstSE<(outs RO:$rt), (ins RO:$rs, uimm5:$pos, uimm5:$lenm1),
464 !strconcat(opstr, "\t$rt, $rs, $pos, $lenm1"),
[all …]
H A DMipsInstrInfo.td1321 InstSE<(outs RO:$rd), (ins RO:$rs, RO:$rt),
1322 !strconcat(opstr, "\t$rd, $rs, $rt"),
1323 [(set RO:$rd, (OpNode RO:$rs, RO:$rt))], Itin, FrmR, opstr> {
1334 InstSE<(outs RO:$rt), (ins RO:$rs, Od:$imm16),
1335 !strconcat(opstr, "\t$rt, $rs, $imm16"),
1336 [(set RO:$rt, (OpNode RO:$rs, imm_type:$imm16))],
1339 let TwoOperandAliasConstraint = "$rs = $rt";
1344 InstSE<(outs), (ins GPR32Opnd:$rs, GPR32Opnd:$rt),
1345 !strconcat(opstr, "\t$rs, $rt"), [], itin, FrmR, opstr> {
1353 InstSE<(outs RO:$rd), (ins RO:$rs, RO:$rt),
[all …]
/freebsd/usr.bin/netstat/
H A Droute_netlink.c163 p_path(struct snl_parsed_route *rt, bool is_mpath) in p_path() argument
171 gen_mask(rt->rtm_family, rt->rtm_dst_len, pmask); in p_path()
172 add_scopeid(rt->rta_dst, rt->rta_oif); in p_path()
173 add_scopeid(rt->rta_gw, rt->rta_oif); in p_path()
174 protrusion = p_sockaddr("destination", rt->rta_dst, pmask, rt->rta_rtflags, wid.dst); in p_path()
175 protrusion = p_sockaddr("gateway", rt->rta_gw, NULL, RTF_HOST, in p_path()
179 p_flags(rt->rta_rtflags | RTF_UP, buffer); in p_path()
181 xo_emit("{e:weight/%u}", rt->rtax_weight); in p_path()
183 xo_emit("{e:nhg-kidx/%u}", rt->rta_knh_id); in p_path()
185 xo_emit("{e:nhop-kidx/%u}", rt->rta_knh_id); in p_path()
[all …]
/freebsd/crypto/openssl/test/radix/
H A Dquic_bindings.c295 static void RADIX_THREAD_report_state(RADIX_THREAD *rt, BIO *bio) in RADIX_THREAD_report_state() argument
301 if (rt->slot[i] == NULL) in RADIX_THREAD_report_state()
305 rt->slot[i]->name, in RADIX_THREAD_report_state()
306 (void *)rt->ssl[i]); in RADIX_THREAD_report_state()
334 RADIX_THREAD *rt; in RADIX_PROCESS_report_thread_results() local
341 rt = sk_RADIX_THREAD_value(rp->threads, i); in RADIX_PROCESS_report_thread_results()
343 ossl_crypto_mutex_lock(rt->m); in RADIX_PROCESS_report_thread_results()
344 assert(rt->done); in RADIX_PROCESS_report_thread_results()
345 rt_testresult = rt->testresult; in RADIX_PROCESS_report_thread_results()
346 ossl_crypto_mutex_unlock(rt->m); in RADIX_PROCESS_report_thread_results()
[all …]
/freebsd/crypto/openssl/crypto/
H A Dmips_arch.h26 # define dmultu(rs,rt) argument
27 # define mflo(rd,rs,rt) dmulu rd,rs,rt argument
28 # define mfhi(rd,rs,rt) dmuhu rd,rs,rt argument
30 # define multu(rs,rt) argument
31 # define mflo(rd,rs,rt) mulu rd,rs,rt argument
32 # define mfhi(rd,rs,rt) muhu rd,rs,rt argument
34 # define dmultu(rs,rt) dmultu rs,rt argument
35 # define multu(rs,rt) multu rs,rt argument
36 # define mflo(rd,rs,rt) mflo rd argument
37 # define mfhi(rd,rs,rt) mfhi rd argument
/freebsd/sys/netgraph/bluetooth/socket/
H A Dng_btsocket_sco.c378 ng_btsocket_sco_rtentry_p rt) in ng_btsocket_sco_process_lp_con_cfm() argument
392 pcb = ng_btsocket_sco_pcb_by_addrs(&rt->src, &ep->bdaddr); in ng_btsocket_sco_process_lp_con_cfm()
451 ng_btsocket_sco_rtentry_p rt) in ng_btsocket_sco_process_lp_con_ind() argument
467 rt->src.b[5], rt->src.b[4], rt->src.b[3], in ng_btsocket_sco_process_lp_con_ind()
468 rt->src.b[2], rt->src.b[1], rt->src.b[0], in ng_btsocket_sco_process_lp_con_ind()
474 pcb = ng_btsocket_sco_pcb_by_addr(&rt->src); in ng_btsocket_sco_process_lp_con_ind()
505 bcopy(&rt->src, &pcb1->src, sizeof(pcb1->src)); in ng_btsocket_sco_process_lp_con_ind()
510 pcb1->rt = rt; in ng_btsocket_sco_process_lp_con_ind()
516 error = ng_btsocket_sco_send_lp_con_rsp(rt, &ep->bdaddr, status); in ng_btsocket_sco_process_lp_con_ind()
546 ng_btsocket_sco_rtentry_p rt) in ng_btsocket_sco_process_lp_discon_ind() argument
[all …]
H A Dng_btsocket_l2cap.c414 ng_btsocket_l2cap_rtentry_p rt) in ng_btsocket_l2cap_process_l2ca_con_req_rsp() argument
522 ng_btsocket_l2cap_rtentry_p rt) in ng_btsocket_l2cap_process_l2ca_con_rsp_rsp() argument
589 ng_btsocket_l2cap_rtentry_p rt) in ng_btsocket_l2cap_process_l2ca_con_ind() argument
606 rt->src.b[5], rt->src.b[4], rt->src.b[3], in ng_btsocket_l2cap_process_l2ca_con_ind()
607 rt->src.b[2], rt->src.b[1], rt->src.b[0], in ng_btsocket_l2cap_process_l2ca_con_ind()
614 pcb = ng_btsocket_l2cap_pcb_by_addr(&rt->src, ip->psm); in ng_btsocket_l2cap_process_l2ca_con_ind()
644 bcopy(&rt->src, &pcb1->src, sizeof(pcb1->src)); in ng_btsocket_l2cap_process_l2ca_con_ind()
651 pcb1->rt = rt; in ng_btsocket_l2cap_process_l2ca_con_ind()
664 error = ng_btsocket_l2cap_send_l2ca_con_rsp_req(token, rt, in ng_btsocket_l2cap_process_l2ca_con_ind()
691 … int ng_btsocket_l2cap_process_l2ca_enc_change(struct ng_mesg *msg, ng_btsocket_l2cap_rtentry_p rt) in ng_btsocket_l2cap_process_l2ca_enc_change() argument
[all …]
/freebsd/lib/libsecureboot/efi/include/Guid/
H A DGlobalVariable.h41 // The attribute for them is NV+BS+RT, #### is a printed hex value, and no 0x or h
48 /// Its attribute is BS+RT.
53 /// Its attribute is NV+BS+RT.
58 /// Its attribute is NV+BS+RT.
63 /// Its attribute is BS+RT.
68 /// Its attribute is NV+BS+RT.
73 /// Its attribute is NV+BS+RT.
80 /// Its attribute is BS+RT.
87 /// Its attribute is NV+BS+RT.
92 /// Its attribute is NV+BS+RT.
[all …]
/freebsd/sys/netinet6/
H A Dip6_mroute.c302 #define MF6CFIND(o, g, rt) do { \ argument
304 rt = NULL; \
309 rt = _rt; \
314 if (rt == NULL) { \
488 struct mf6c *rt; in get_sg_cnt() local
495 MF6CFIND(req->src.sin6_addr, req->grp.sin6_addr, rt); in get_sg_cnt()
496 if (rt == NULL) { in get_sg_cnt()
499 req->pktcnt = rt->mf6c_pkt_cnt; in get_sg_cnt()
500 req->bytecnt = rt->mf6c_byte_cnt; in get_sg_cnt()
501 req->wrong_if = rt->mf6c_wrong_if; in get_sg_cnt()
[all …]
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/MIPS64/
H A DEmulateInstructionMIPS64.cpp664 "DADDIU rt, rs, immediate"}, in GetOpcodeForInstruction()
666 "ADDIU rt, rs, immediate"}, in GetOpcodeForInstruction()
667 {"SD", &EmulateInstructionMIPS64::Emulate_SD, "SD rt, offset(rs)"}, in GetOpcodeForInstruction()
668 {"LD", &EmulateInstructionMIPS64::Emulate_LD, "LD rt, offset(base)"}, in GetOpcodeForInstruction()
670 "DSUBU rd, rs, rt"}, in GetOpcodeForInstruction()
672 "SUBU rd, rs, rt"}, in GetOpcodeForInstruction()
674 "DADDU rd, rs, rt"}, in GetOpcodeForInstruction()
676 "ADDU rd, rs, rt"}, in GetOpcodeForInstruction()
677 {"LUI", &EmulateInstructionMIPS64::Emulate_LUI, "LUI rt, immediate"}, in GetOpcodeForInstruction()
688 "LB rt, offset(base)"}, in GetOpcodeForInstruction()
[all …]
/freebsd/sbin/routed/
H A Dtrace.c648 trace_upslot(struct rt_entry *rt, in trace_upslot() argument
665 (int)(rts - rt->rt_spares), in trace_upslot()
666 rtname(rt->rt_dst, rt->rt_mask, rts->rts_gate)); in trace_upslot()
668 (rts != rt->rt_spares in trace_upslot()
669 || AGE_RT(rt->rt_state,new->rts_ifp))); in trace_upslot()
673 (int)(rts - rt->rt_spares), in trace_upslot()
674 rtname(rt->rt_dst, rt->rt_mask, rts->rts_gate)); in trace_upslot()
678 rts != rt->rt_spares || AGE_RT(rt->rt_state, in trace_upslot()
679 rt->rt_ifp)); in trace_upslot()
690 && (rts != rt->rt_spares in trace_upslot()
[all …]
H A Dtable.c817 struct rt_entry *rt; in kern_check_static() local
830 rt = rtget(k->k_dst, k->k_mask); in kern_check_static()
831 if (rt != NULL) { in kern_check_static()
832 if (!(rt->rt_state & RS_STATIC)) in kern_check_static()
833 rtchange(rt, rt->rt_state | RS_STATIC, &new, 0); in kern_check_static()
1399 #undef RT in kern_out()
1408 #define RT ((struct rt_entry *)rn) in walk_kern() macro
1414 if (RT->rt_state & RS_NET_SYN) in walk_kern()
1417 if (!(RT->rt_state & RS_IF)) { in walk_kern()
1430 if (RT_ISHOST(RT) in walk_kern()
[all …]
/freebsd/sys/netinet/
H A Dip_mroute.c377 struct mfc *rt; in mfc_find() local
386 LIST_FOREACH(rt, &V_mfchashtbl[MFCHASH(*o, *g)], mfc_hash) { in mfc_find()
387 if (in_hosteq(rt->mfc_origin, *o) && in mfc_find()
388 in_hosteq(rt->mfc_mcastgrp, *g) && in mfc_find()
389 buf_ring_empty(rt->mfc_stall_ring)) in mfc_find()
393 return (rt); in mfc_find()
399 struct mfc *rt; in mfc_alloc() local
400 rt = malloc(sizeof(*rt), M_MRTABLE, M_NOWAIT | M_ZERO); in mfc_alloc()
401 if (rt == NULL) in mfc_alloc()
402 return rt; in mfc_alloc()
[all …]
/freebsd/sys/contrib/device-tree/src/arm64/nvidia/
H A Dtegra234-p3740-0002+p3701-0008.dts86 sound-name-prefix = "CVB-RT";
416 widgets = "Microphone", "CVB-RT MIC Jack",
417 "Microphone", "CVB-RT MIC",
418 "Headphone", "CVB-RT HP Jack",
419 "Speaker", "CVB-RT SPK";
422 "CVB-RT AIF1 Playback", "I2S4 DAP-Playback",
423 "I2S4 DAP-Capture", "CVB-RT AIF1 Capture",
425 "CVB-RT HP Jack", "CVB-RT HPOL",
426 "CVB-RT HP Jack", "CVB-RT HPOR",
427 "CVB-RT IN1P", "CVB-RT MIC Jack",
[all …]
/freebsd/contrib/llvm-project/
H A DFREEBSD-Xlist175 compiler-rt/.gitignore
176 compiler-rt/CMakeLists.txt
177 compiler-rt/CODE_OWNERS.TXT
178 compiler-rt/cmake/
179 compiler-rt/docs/
180 compiler-rt/include/CMakeLists.txt
181 compiler-rt/lib/CMakeLists.txt
182 compiler-rt/lib/asan/.clang-format
183 compiler-rt/lib/asan/CMakeLists.txt
184 compiler-rt/lib/asan/scripts/
[all …]

12345678910>>...36