| /freebsd/sbin/ipf/ipfstat/ |
| H A D | ipfstat.c | 697 static void printside(char *side, ipf_statistics_t *frs) in printside() argument 701 PRINTF("%lu\t%s bad packets\n", frs->fr_bad, side); in printside() 703 PRINTF("%lu\t%s IPv6 packets\n", frs->fr_ipv6, side); in printside() 705 PRINTF("%lu\t%s packets blocked\n", frs->fr_block, side); in printside() 706 PRINTF("%lu\t%s packets passed\n", frs->fr_pass, side); in printside() 707 PRINTF("%lu\t%s packets not matched\n", frs->fr_nom, side); in printside() 708 PRINTF("%lu\t%s packets counted\n", frs->fr_acct, side); in printside() 709 PRINTF("%lu\t%s packets short\n", frs->fr_short, side); in printside() 710 PRINTF("%lu\t%s packets logged and blocked\n", frs->fr_bpkl, side); in printside() 711 PRINTF("%lu\t%s packets logged and passed\n", frs->fr_ppkl, side); in printside() [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/connector/ |
| H A D | usb-connector.yaml | 213 new-source-frs-typec-current: 219 reflects the current source's(i.e. transmitter of the FRS signal) power 220 requirement during fr swap. The current sink (i.e. receiver of the FRS signal), 222 new sink's, requirement during frswap before enabling the frs signal reception. 224 satisfy. During FRS, VBUS voltage is at 5V, as the partners are in implicit 372 - new-source-frs-typec-current
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/ |
| H A D | RawPtrRefLocalVarsChecker.cpp | 247 bool TraverseCXXForRangeStmt(CXXForRangeStmt *FRS) override { in checkASTDecl() 248 if (!TFA.isTrivial(FRS)) in checkASTDecl() 249 return DynamicRecursiveASTVisitor::TraverseCXXForRangeStmt(FRS); in checkASTDecl()
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | symbos | 6 # Fabio R. Schmidlin <frs@pop.com.br>
|
| H A D | audio | 762 # From Fabio R. Schmidlin <frs@pop.com.br>
|
| /freebsd/sys/contrib/device-tree/Bindings/usb/ |
| H A D | maxim,max33359.yaml | 65 new-source-frs-typec-current = <FRS_5V_1P5A>;
|
| /freebsd/share/misc/ |
| H A D | iso639 | 181 frs frs Eastern Frisian
|
| /freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/ |
| H A D | BugReporter.cpp | 1284 } else if (const auto *FRS = dyn_cast<CXXForRangeStmt>(Loop)) { in generatePathDiagnosticsForNode() local 1285 Body = FRS->getBody(); in generatePathDiagnosticsForNode() 1427 const auto *FRS = cast<CXXForRangeStmt>(S); in isConditionForTerminator() local 1428 return FRS->getCond() == Cond || FRS->getRangeInit() == Cond; in isConditionForTerminator() 1438 if (const auto *FRS = dyn_cast<CXXForRangeStmt>(FL)) in isIncrementOrInitInForLoop() local 1439 return FRS->getInc() == S || FRS->getRangeStmt() == S || in isIncrementOrInitInForLoop() 1440 FRS->getLoopVarStmt() || FRS->getRangeInit() == S; in isIncrementOrInitInForLoop()
|
| H A D | SimpleSValBuilder.cpp | 732 // Next, see if the two FRs have the same super-region. in evalBinOpFieldRegionFieldRegion() 742 // Make sure the two FRs are from the same kind of record. Just in case! in evalBinOpFieldRegionFieldRegion()
|
| /freebsd/sys/dev/vnic/ |
| H A D | nic.h | 486 struct set_frs_msg frs; member
|
| H A D | nicvf_main.c | 966 mbx.frs.msg = NIC_MBOX_MSG_SET_MAX_FRS; in nicvf_update_hw_max_frs() 967 mbx.frs.max_frs = mtu; in nicvf_update_hw_max_frs() 968 mbx.frs.vf_id = nic->vf_id; in nicvf_update_hw_max_frs()
|
| H A D | nic_main.c | 957 ret = nic_update_hw_frs(nic, mbx.frs.max_frs, mbx.frs.vf_id); in nic_handle_mbx_intr()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
| H A D | PPCInstrP10.td | 1320 def : Pat<(store f32:$FRS, (PPCmatpcreladdr PCRelForm:$ga)), 1321 (PSTFSpc $FRS, $ga, 0)>; 1329 def : Pat<(store f64:$FRS, (PPCmatpcreladdr PCRelForm:$ga)), 1330 (PSTFDpc $FRS, $ga, 0)>; 2378 def : Pat<(store f32:$FRS, PDForm:$dst), (PSTFS $FRS, memri34:$dst)>; 2384 def : Pat<(store f64:$FRS, PDForm:$dst), (PSTFD $FRS, memri34:$dst)>;
|
| /freebsd/sys/dev/pci/ |
| H A D | pcireg.h | 201 #define PCIZ_FRS 0x0021 /* FRS Queuing */
|
| /freebsd/usr.sbin/pciconf/ |
| H A D | cap.c | 1226 { PCIZ_FRS, "FRS Queuing" }, in pcie_find_cap()
|
| /freebsd/sys/netinet/ |
| H A D | sctp_timer.c | 706 * CMT: Do not allow FRs on retransmitted TSNs. in sctp_mark_all_for_resend()
|
| /freebsd/sys/ofed/include/rdma/ |
| H A D | ib_verbs.h | 219 * also be set by any iWarp device which must support FRs to comply
|
| /freebsd/sys/netpfil/ipfilter/netinet/ |
| H A D | fil.c | 2489 frentry_t *frs; in ipf_scanlist() local 2496 frs = fin->fin_fr; in ipf_scanlist() 2500 fin->fin_fr = frs; in ipf_scanlist()
|
| /freebsd/contrib/one-true-awk/testdir/ |
| H A D | funstack.in | 25850 @Article{Nelson:1979:FRS,
|