| /freebsd/sys/contrib/device-tree/Bindings/interrupt-controller/ |
| H A D | arm,gic-v5.yaml | 21 - 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 D | PrintPasses.cpp | 45 // 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 D | StandardInstrumentations.h | 234 // 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 D | krl.c | 252 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 D | resolv.h | 76 * [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 D | tcp_seq.h | 67 (tp)->rcv_adv = (tp)->rcv_nxt = (tp)->irs + 1
|
| H A D | tcp_syncache.c | 677 * 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 D | tcp_input.c | 2009 * 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 D | tcp_usrreq.c | 2889 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 D | tcp_var.h | 385 tcp_seq irs; /* initial receive sequence number */ member
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | wordprocessors | 186 !:mime application/x-wordperfect-irs 187 # like: STANDARD.IRS 188 !:ext irs
|
| /freebsd/contrib/atf/atf-c++/ |
| H A D | utils_test.cpp | 253 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 D | save.h | 346 /* Special mask mode excludes masked IRs from AEOI and priority checks. */
|
| /freebsd/lib/libc/net/ |
| H A D | hesiod.c | 38 * the BIND IRS library, which was in turn based on an earlier version
|
| /freebsd/cddl/lib/libdtrace/ |
| H A D | tcp.d | 229 tcps_irs = p == NULL ? 0 : p->irs;
|
| /freebsd/sys/dev/cxgbe/tom/ |
| H A D | t4_listen.c | 871 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 D | t4_tom.h | 283 uint32_t irs; 282 uint32_t irs; global() member
|
| H A D | t4_cpl_io.c | 359 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 D | VPlanValue.h | 72 // for multiple underlying IRs (Polly?) by providing a new VPlan front-end,
|
| /freebsd/contrib/ofed/libcxgb4/ |
| H A D | t4fw_ri_api.h | 719 __be32 irs; member
|
| /freebsd/sys/contrib/openzfs/man/man8/ |
| H A D | zfs-program.8 | 209 pairs tostring rawequal type
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/SandboxIR/ |
| H A D | SandboxIR.h | 13 // LLVM IR so both IRs are always in sync.
|
| /freebsd/usr.sbin/cxgbetool/ |
| H A D | tcbinfot4.c | 817 "IRS modulo marker_interval when enterring iWARP mode", /*desc*/
|
| H A D | tcbinfot5.c | 824 "IRS modulo marker_interval when enterring iWARP mode", /*desc*/
|
| H A D | tcbinfot6.c | 824 "IRS modulo marker_interval when enterring iWARP mode", /*desc*/
|