Home
last modified time | relevance | path

Searched full:irs (Results 1 – 25 of 37) sorted by relevance

12

/freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/
H A Darm,gic-v5.yaml21 - one or more IRS (Interrupt Routing Service)
78 "^irs@[0-9a-f]+$":
81 GICv5 has one or more Interrupt Routing Services (IRS) that are
88 const: arm,gic-v5-irs
93 - description: IRS config frames
94 - description: IRS setlpi frames
117 Present if the GIC IRS permits programming shareability and
123 CPUs managed by the IRS.
137 ITS is connected to an IRS.
236 irs@2f1a0000 {
[all …]
/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DPrintPasses.cpp45 // name, reporting changed IRs as functions(or modules if -print-module-scope is
47 // filtered out. The extra options can be combined, allowing only changed IRs
61 "print-changed", cl::desc("Print changed IRs"), cl::Hidden,
/freebsd/contrib/llvm-project/llvm/include/llvm/Passes/
H A DStandardInstrumentations.h234 // Stack of IRs before passes.
394 // The data saved for comparing IRs.
398 // Abstract template base class for a class that compares two IRs. The
399 // class is created with the 2 IRs to compare and then compare is called.
406 // Compare the 2 IRs. \p handleFunctionCompare is called to handle the
/freebsd/crypto/openssh/
H A Dkrl.c252 struct revoked_serial rs, *ers, *crs, *irs; in insert_serial_range() local
261 if ((irs = malloc(sizeof(rs))) == NULL) in insert_serial_range()
263 memcpy(irs, &rs, sizeof(*irs)); in insert_serial_range()
264 ers = RB_INSERT(revoked_serial_tree, rt, irs); in insert_serial_range()
268 free(irs); in insert_serial_range()
271 ers = irs; in insert_serial_range()
/freebsd/include/
H A Dresolv.h76 * [XXX no it's not. It's in irs/irs_data.c]
83 * XXX: __h_errno_set is really part of IRS, not part of the resolver.
84 * If somebody wants to build and use a resolver that doesn't use IRS,
/freebsd/sys/netinet/
H A Dtcp_seq.h67 (tp)->rcv_adv = (tp)->rcv_nxt = (tp)->irs + 1
H A Dtcp_syncache.c677 * IRS is set to SEG.SEQ and RCV.NXT is set to SEG.SEQ+1, as in syncache_chkrst()
896 tp->irs = sc->sc_irs; in syncache_socket()
1263 log(LOG_DEBUG, "%s; %s: SEQ %u != IRS+1 %u, " in syncache_expand()
2115 * The MAC is computed over (faddr||laddr||fport||lport||irs||flags||secmod)
2194 syncookie_mac(struct in_conninfo *inc, tcp_seq irs, uint8_t flags, in syncookie_mac() argument
2218 SipHash_Update(&ctx, &irs, sizeof(irs)); in syncookie_mac()
H A Dtcp_input.c2009 * initialize tp->rcv_nxt and tp->irs in tcp_do_segment()
2029 tp->irs = th->th_seq; in tcp_do_segment()
2250 * window. Check the sequence number versus IRS since we know in tcp_do_segment()
2254 if (tp->t_state == TCPS_SYN_RECEIVED && SEQ_LT(th->th_seq, tp->irs)) { in tcp_do_segment()
H A Dtcp_usrreq.c2889 db_printf("iss: 0x%08x irs: 0x%08x rcv_nxt: 0x%08x\n", in db_print_tcpcb()
2890 tp->iss, tp->irs, tp->rcv_nxt); in db_print_tcpcb()
H A Dtcp_var.h385 tcp_seq irs; /* initial receive sequence number */ member
/freebsd/contrib/file/magic/Magdir/
H A Dwordprocessors186 !:mime application/x-wordperfect-irs
187 # like: STANDARD.IRS
188 !:ext irs
/freebsd/contrib/atf/atf-c++/
H A Dutils_test.cpp253 ATF_REQUIRE( atf::utils::grep_collection("irs", strings)); in ATF_TEST_CASE_BODY()
265 ATF_REQUIRE( atf::utils::grep_collection("irs", strings)); in ATF_TEST_CASE_BODY()
/freebsd/sys/contrib/xen/arch-x86/hvm/
H A Dsave.h346 /* Special mask mode excludes masked IRs from AEOI and priority checks. */
/freebsd/lib/libc/net/
H A Dhesiod.c38 * the BIND IRS library, which was in turn based on an earlier version
/freebsd/cddl/lib/libdtrace/
H A Dtcp.d229 tcps_irs = p == NULL ? 0 : p->irs;
/freebsd/sys/dev/cxgbe/tom/
H A Dt4_listen.c871 synqe->irs = be32toh(th->th_ack) - 1; in t4_syncache_respond()
1121 make_established(toep, synqe->iss, synqe->irs, synqe->tcp_opt); in t4_offload_socket()
1680 MPASS(be32toh(cpl->rcv_isn) - 1 == synqe->irs); in do_pass_establish()
H A Dt4_tom.h283 uint32_t irs;
282 uint32_t irs; global() member
H A Dt4_cpl_io.c359 make_established(struct toepcb *toep, uint32_t iss, uint32_t irs, uint16_t opt) in make_established() argument
378 tp->irs = irs; in make_established()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanValue.h72 // for multiple underlying IRs (Polly?) by providing a new VPlan front-end,
/freebsd/contrib/ofed/libcxgb4/
H A Dt4fw_ri_api.h719 __be32 irs; member
/freebsd/sys/contrib/openzfs/man/man8/
H A Dzfs-program.8209 pairs tostring rawequal type
/freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/
H A DSandboxIR.h13 // LLVM IR so both IRs are always in sync.
/freebsd/usr.sbin/cxgbetool/
H A Dtcbinfot4.c817 "IRS modulo marker_interval when enterring iWARP mode", /*desc*/
H A Dtcbinfot5.c824 "IRS modulo marker_interval when enterring iWARP mode", /*desc*/
H A Dtcbinfot6.c824 "IRS modulo marker_interval when enterring iWARP mode", /*desc*/

12