Home
last modified time | relevance | path

Searched full:sr1 (Results 1 – 24 of 24) sorted by relevance

/freebsd/tests/sys/netpfil/pf/
H A Dnat64.py118 reply = sp.sr1(packet)
128 reply = sp.sr1(packet)
149 reply = sp.sr1(packet, timeout=3)
171 reply = sp.sr1(packet, timeout=3)
202 reply = sp.sr1(packet, timeout=5)
292 reply = sp.sr1(packet, timeout=3)
H A Dreturn.py86 reply = sp.sr1(pkt, timeout=3, verbose=False)
111 reply = sp.sr1(pkt, timeout=3, verbose=False)
140 reply = sp.sr1(pkt, timeout=3, verbose=False)
H A Dicmp.py139 p = sp.sr1(packet, timeout=3)
192 sp.sr1(packet, timeout=3)
248 p = sp.sr1(packet, timeout=3)
262 p = sp.sr1(packet, timeout=3)
H A Dfrag4.py70 reply = sp.sr1(pkt, timeout=3)
H A Dnat44.py74 reply = sp.sr1(pkt, timeout=3)
H A Dtcp.py53 r = self.sp.sr1(syn, timeout=5)
H A Dsctp.py588 r = sp.sr1(packet, timeout=3)
601 r = sp.sr1(packet, timeout=3)
614 r = sp.sr1(packet, timeout=3)
H A Dfrag6.py259 reply = sp.sr1(frags, timeout=3)
/freebsd/sys/contrib/openzfs/module/zfs/
H A Dspace_reftree.c58 const space_ref_t *sr1 = (const space_ref_t *)x1; in space_reftree_compare() local
61 int cmp = TREE_CMP(sr1->sr_offset, sr2->sr_offset); in space_reftree_compare()
65 return (TREE_PCMP(sr1, sr2)); in space_reftree_compare()
/freebsd/sys/contrib/device-tree/Bindings/net/
H A Dti,icssg-prueth.yaml21 - ti,am654-sr1-icssg-prueth # for AM65x SoC family, SR1.0
152 const: ti,am654-sr1-icssg-prueth
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFrameLowering.h55 * \param[out] SR1 The scratch register to use
68 Register *SR1 = nullptr,
H A DPPCFrameLowering.cpp426 - If MBB is an entry or exit block, set SR1 and SR2 to R0 and R12
433 - If the required registers are found, set SR1 and SR2 and return true.
434 - If the required registers are not found, set SR2 or both SR1 and SR2 to
437 Note that if both SR1 and SR2 are valid parameters and TwoUniqueRegsRequired
439 still return true if only one register is available (and set SR1 == SR2).
445 Register *SR1, in findScratchRegister() argument
452 if (SR1) in findScratchRegister()
453 *SR1 = R0; in findScratchRegister()
456 assert (SR1 && "Asking for the second scratch register but not the first?"); in findScratchRegister()
503 if (SR1) { in findScratchRegister()
[all …]
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonGenMux.cpp294 // SR1, SR2 - source registers from the first and the second definition. in genMuxInBlock()
300 Register SR1 = Src1->isReg() ? Src1->getReg() : Register(); in genMuxInBlock() local
309 if (CanDown && DU.Defs[SR1]) in genMuxInBlock()
/freebsd/sys/contrib/device-tree/src/arm64/ti/
H A Dk3-am65-iot2050-common-pg1.dtsi46 compatible = "ti,am654-sr1-icssg-prueth";
H A Dk3-am654-base-board.dts475 * SD card interface might fail. Boards with sr1.0 are recommended to
/freebsd/sys/contrib/device-tree/Bindings/opp/
H A Doperating-points-v2-ti-cpu.yaml54 part being ordered/used. For example, it will be 0x01 for SR1.0
/freebsd/sys/contrib/device-tree/Bindings/remoteproc/
H A Dti,pru-rproc.yaml19 The K3 SoCs containing ICSSG v1.0 (eg: AM65x SR1.0) also have two Auxiliary
/freebsd/usr.bin/vgrind/
H A Dvgrindefs.src64 neq next not or otherwise repeat restart resume sr0 sr1 srd srr sl0 sl1\
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFrameLowering.cpp3075 // We will use SR0 to hold stack limit and SR1 to hold the stack size in adjustForSegmentedStacks()
3078 // SR1: Scratch Register #1 in adjustForSegmentedStacks()
3079 // push {SR0, SR1} in adjustForSegmentedStacks()
3110 // mov SR1, sp in adjustForSegmentedStacks()
3122 // sub SR1, sp, #StackSize in adjustForSegmentedStacks()
3214 // cmp SR0, SR1 in adjustForSegmentedStacks()
3230 // and amount size of stack arguments is in SR1(r5). in adjustForSegmentedStacks()
3360 // Restore SR0 and SR1 in case of __morestack() was called. in adjustForSegmentedStacks()
3363 // pop {SR0, SR1} in adjustForSegmentedStacks()
3388 // Restore SR0 and SR1 in case of __morestack() was not called. in adjustForSegmentedStacks()
[all …]
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DRDFGraph.h931 // -> code -> sr1 -> sr2 -> [back to code] in getNextRef()
932 // Say that shadow refs sr1, and sr2 have been linked, but we need to in getNextRef()
934 // node and return sr1 if the iteration didn't stop here. in getNextRef()
/freebsd/sys/contrib/device-tree/src/arm/ti/omap/
H A Domap34xx-omap36xx-clocks.dtsi169 sr1_fck: clock-sr1-fck@6 {
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_snmp.c3700 wlan_scan_compare_result(struct wlan_scan_result *sr1, in wlan_scan_compare_result() argument
3705 if (strlen(sr1->ssid) < strlen(sr2->ssid)) in wlan_scan_compare_result()
3707 if (strlen(sr1->ssid) > strlen(sr2->ssid)) in wlan_scan_compare_result()
3710 for (i = 0; i < strlen(sr1->ssid) && i < strlen(sr2->ssid); i++) { in wlan_scan_compare_result()
3711 if (sr1->ssid[i] < sr2->ssid[i]) in wlan_scan_compare_result()
3713 if (sr1->ssid[i] > sr2->ssid[i]) in wlan_scan_compare_result()
3718 if (sr1->bssid[i] < sr2->bssid[i]) in wlan_scan_compare_result()
3720 if (sr1->bssid[i] > sr2->bssid[i]) in wlan_scan_compare_result()
/freebsd/contrib/dialog/
H A DCHANGES2459 <sr1@inf.tu-dresden.de>:
/freebsd/contrib/file/magic/Magdir/
H A Dfilesystems1000 >>343 string Hit\ a\ key\ to\ reboot. \b, FREE-DOS Beta 0.9sr1 Bootloader