| /freebsd-14.2/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_sync.c | 973 synclogent_t *sle; in ipf_sync_new() local 1069 sle = softs->synclog + softs->sl_idx++; in ipf_sync_new() 1070 bcopy((char *)&sl->sl_hdr, (char *)&sle->sle_hdr, in ipf_sync_new() 1071 sizeof(sle->sle_hdr)); in ipf_sync_new() 1072 sle->sle_hdr.sm_num = htonl(sle->sle_hdr.sm_num); in ipf_sync_new() 1073 sle->sle_hdr.sm_len = htonl(sle->sle_hdr.sm_len); in ipf_sync_new() 1075 bcopy((char *)ptr, (char *)&sle->sle_un, sz); in ipf_sync_new() 1077 ipf_sync_storder(1, &sle->sle_un.sleu_ips); in ipf_sync_new() 1079 ipf_sync_natorder(1, &sle->sle_un.sleu_ipn); in ipf_sync_new()
|
| /freebsd-14.2/sys/sys/ |
| H A D | _callout.h | 56 SLIST_ENTRY(callout) sle;
|
| /freebsd-14.2/sys/dev/aic7xxx/ |
| H A D | aic79xx_osm.c | 504 sim_links.sle); in ahd_action() 628 sim_links.sle); in ahd_action() 1175 SLIST_REMOVE_HEAD(list, sim_links.sle); in ahd_abort_ccb() 1181 SLIST_NEXT(curelm, sim_links.sle); in ahd_abort_ccb() 1186 sim_links.sle) = in ahd_abort_ccb() 1188 sim_links.sle); in ahd_abort_ccb()
|
| H A D | aic7xxx_osm.c | 486 sim_links.sle); in ahc_action() 591 sim_links.sle); in ahc_action() 1234 SLIST_REMOVE_HEAD(list, sim_links.sle); in ahc_abort_ccb() 1240 SLIST_NEXT(curelm, sim_links.sle); in ahc_abort_ccb() 1245 sim_links.sle) = in ahc_abort_ccb() 1247 sim_links.sle); in ahc_abort_ccb()
|
| H A D | aic7xxx_inline.h | 372 SLIST_REMOVE_HEAD(&ahc->scb_data->free_scbs, links.sle); in ahc_get_scb() 390 SLIST_INSERT_HEAD(&ahc->scb_data->free_scbs, scb, links.sle); in ahc_free_scb()
|
| H A D | aic79xx.h | 612 SLIST_ENTRY(scb) sle; 617 SLIST_ENTRY(scb) sle;
|
| H A D | aic7xxx.h | 584 SLIST_ENTRY(scb) sle;
|
| /freebsd-14.2/sys/dev/ida/ |
| H A D | idavar.h | 106 SLIST_ENTRY(ida_qcb) sle;
|
| H A D | ida.c | 139 SLIST_REMOVE_HEAD(&ida->free_qcbs, link.sle); in ida_get_qcb() 152 SLIST_INSERT_HEAD(&ida->free_qcbs, qcb, link.sle); in ida_free_qcb() 190 SLIST_INSERT_HEAD(&ida->free_qcbs, qcb, link.sle); in ida_alloc_qcbs()
|
| /freebsd-14.2/sys/dev/firewire/ |
| H A D | sbp_targ.c | 909 SLIST_REMOVE_HEAD(list, sim_links.sle); in sbp_targ_abort_ccb() 914 nextelm = SLIST_NEXT(curelm, sim_links.sle); in sbp_targ_abort_ccb() 917 SLIST_NEXT(curelm, sim_links.sle) = in sbp_targ_abort_ccb() 918 SLIST_NEXT(nextelm, sim_links.sle); in sbp_targ_abort_ccb() 1275 sim_links.sle); in sbp_targ_action1() 1301 sim_links.sle); in sbp_targ_action1() 1762 SLIST_REMOVE_HEAD(&login->lstate->accept_tios, sim_links.sle); in sbp_targ_fetch_orb()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/AST/ |
| H A D | Randstruct.cpp | 201 if (CA->getSize().sle(2)) in randomizeStructureLayout()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | LowerSwitch.cpp | 69 return I != Ranges.end() && I->Low.sle(R.Low); in IsInRanges() 475 assert(I->Low.sle(I->High)); in ProcessSwitchInst()
|
| /freebsd-14.2/sys/cam/scsi/ |
| H A D | scsi_targ_bh.c | 322 periph_links.sle); in targbhenlun() 368 SLIST_REMOVE_HEAD(&softc->immed_notify_slist, periph_links.sle); in targbhdislun()
|
| /freebsd-14.2/sys/dev/isp/ |
| H A D | isp_freebsd.c | 834 SLIST_REMOVE_HEAD(&tptr->atios, sim_links.sle); in destroy_lun_state() 839 SLIST_REMOVE_HEAD(&tptr->inots, sim_links.sle); in destroy_lun_state() 1389 SLIST_REMOVE_HEAD(&tptr->atios, sim_links.sle); in isp_handle_platform_atio7() 1876 SLIST_REMOVE_HEAD(&tptr->inots, sim_links.sle); in isp_handle_platform_target_tmf() 2297 SLIST_FOREACH(sccb, &tptr->atios, sim_links.sle) { in isp_abort_atio() 2300 SLIST_REMOVE(&tptr->atios, sccb, ccb_hdr, sim_links.sle); in isp_abort_atio() 2348 SLIST_FOREACH(sccb, &tptr->inots, sim_links.sle) { in isp_abort_inot() 2351 SLIST_REMOVE(&tptr->inots, sccb, ccb_hdr, sim_links.sle); in isp_abort_inot() 2493 SLIST_INSERT_HEAD(&tptr->atios, &ccb->ccb_h, sim_links.sle); in isp_action() 2498 SLIST_INSERT_HEAD(&tptr->inots, &ccb->ccb_h, sim_links.sle); in isp_action()
|
| /freebsd-14.2/sys/contrib/openzfs/module/zfs/ |
| H A D | spa.c | 2620 spa_load_error_t *sle = zio->io_private; in spa_load_verify_done() local 2629 atomic_inc_64(&sle->sle_meta_count); in spa_load_verify_done() 2631 atomic_inc_64(&sle->sle_data_count); in spa_load_verify_done() 2653 spa_load_error_t *sle = rio->io_private; in spa_load_verify_cb() local 2672 atomic_inc_64(&sle->sle_meta_count); in spa_load_verify_cb() 2716 spa_load_error_t sle = { 0 }; in spa_load_verify() local 2742 rio = zio_root(spa, NULL, &sle, in spa_load_verify() 2762 spa->spa_load_meta_errors = sle.sle_meta_count; in spa_load_verify() 2763 spa->spa_load_data_errors = sle.sle_data_count; in spa_load_verify() 2765 if (sle.sle_meta_count != 0 || sle.sle_data_count != 0) { in spa_load_verify() [all …]
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/ADT/ |
| H A D | APInt.h | 1138 bool sle(const APInt &RHS) const { return compareSigned(RHS) <= 0; } in sle() function 1146 bool sle(uint64_t RHS) const { return !sgt(RHS); } in sle() function 1173 bool sgt(const APInt &RHS) const { return !sle(RHS); } in sgt()
|
| H A D | APSInt.h | 176 return IsUnsigned ? ule(RHS) : sle(RHS);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
| H A D | LoadStoreVectorizer.cpp | 1054 (IOffset.sle(ChainElemOffset) && in isSafeToMove() 1056 (ChainElemOffset.sle(IOffset) && in isSafeToMove() 1231 IdxDiff.sle(cast<ConstantInt>(OpB->getOperand(1))->getSExtValue()) && in getConstantOffsetComplexAddrs()
|
| /freebsd-14.2/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | KnownBits.h | 432 static std::optional<bool> sle(const KnownBits &LHS, const KnownBits &RHS);
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Support/ |
| H A D | KnownBits.cpp | 405 if (LHS.getSignedMaxValue().sle(RHS.getSignedMinValue())) in sgt() 423 std::optional<bool> KnownBits::sle(const KnownBits &LHS, const KnownBits &RHS) { in sle() function in KnownBits
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Basic/ |
| H A D | TargetInfo.h | 1106 (Value.sge(ImmRange.Min) && Value.sle(ImmRange.Max)); in isValidAsmImmediate()
|
| /freebsd-14.2/sys/cam/ |
| H A D | cam_ccb.h | 319 SLIST_ENTRY(ccb_hdr) sle;
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/AsmParser/ |
| H A D | LLLexer.cpp | 691 KEYWORD(eq); KEYWORD(ne); KEYWORD(slt); KEYWORD(sgt); KEYWORD(sle); in LexIdentifier()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | Mips32r6InstrInfo.td | 299 CMP_CONDN_DESC_BASE<"sle", Typestr, FGROpnd, Itin>, 300 MipsR6Arch<!strconcat("cmp.sle.", Typestr)>,
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/ |
| H A D | Execution.cpp | 294 IMPLEMENT_INTEGER_ICMP(sle,Ty); in executeICMP_SLE() 295 IMPLEMENT_VECTOR_INTEGER_ICMP(sle,Ty); in executeICMP_SLE()
|