Searched refs:sle (Results 1 - 25 of 35) sorted by relevance

12

/freebsd-13-stable/sys/sys/
H A D_callout.h56 SLIST_ENTRY(callout) sle; member in union:callout::__anon15757
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dip_sync.c1007 synclogent_t *sle; local
1103 sle = softs->synclog + softs->sl_idx++;
1104 bcopy((char *)&sl->sl_hdr, (char *)&sle->sle_hdr,
1105 sizeof(sle->sle_hdr));
1106 sle->sle_hdr.sm_num = htonl(sle->sle_hdr.sm_num);
1107 sle->sle_hdr.sm_len = htonl(sle->sle_hdr.sm_len);
1109 bcopy((char *)ptr, (char *)&sle->sle_un, sz);
1111 ipf_sync_storder(1, &sle
[all...]
/freebsd-13-stable/sys/dev/ida/
H A Didavar.h108 SLIST_ENTRY(ida_qcb) sle; member in union:ida_qcb::__anon12288
H A Dida.c141 SLIST_REMOVE_HEAD(&ida->free_qcbs, link.sle);
154 SLIST_INSERT_HEAD(&ida->free_qcbs, qcb, link.sle);
192 SLIST_INSERT_HEAD(&ida->free_qcbs, qcb, link.sle);
/freebsd-13-stable/sys/dev/aic7xxx/
H A Daic79xx_osm.c492 sim_links.sle);
616 sim_links.sle);
1169 SLIST_REMOVE_HEAD(list, sim_links.sle);
1175 SLIST_NEXT(curelm, sim_links.sle);
1180 sim_links.sle) =
1182 sim_links.sle);
H A Daic7xxx_osm.c476 sim_links.sle);
581 sim_links.sle);
1230 SLIST_REMOVE_HEAD(list, sim_links.sle);
1236 SLIST_NEXT(curelm, sim_links.sle);
1241 sim_links.sle) =
1243 sim_links.sle);
H A Daic7xxx_inline.h374 SLIST_REMOVE_HEAD(&ahc->scb_data->free_scbs, links.sle);
392 SLIST_INSERT_HEAD(&ahc->scb_data->free_scbs, scb, links.sle);
H A Daic79xx.h614 SLIST_ENTRY(scb) sle; member in union:scb::__anon11327
619 SLIST_ENTRY(scb) sle; member in union:scb::__anon11328
H A Daic7xxx.h586 SLIST_ENTRY(scb) sle; member in union:scb::__anon11346
H A Daic7xxx.c4574 next_scb, links.sle);
6346 SLIST_REMOVE_HEAD(&lstate->immed_notifies, sim_links.sle);
6865 SLIST_FOREACH(scb, &ahc->scb_data->free_scbs, links.sle) {
7786 SLIST_REMOVE_HEAD(&lstate->accept_tios, sim_links.sle);
/freebsd-13-stable/sys/cam/scsi/
H A Dscsi_targ_bh.c323 periph_links.sle);
367 SLIST_REMOVE_HEAD(&softc->immed_notify_slist, periph_links.sle);
/freebsd-13-stable/sys/dev/firewire/
H A Dsbp_targ.c911 SLIST_REMOVE_HEAD(list, sim_links.sle);
916 nextelm = SLIST_NEXT(curelm, sim_links.sle);
919 SLIST_NEXT(curelm, sim_links.sle) =
920 SLIST_NEXT(nextelm, sim_links.sle);
1277 sim_links.sle);
1303 sim_links.sle);
1768 SLIST_REMOVE_HEAD(&login->lstate->accept_tios, sim_links.sle);
/freebsd-13-stable/sys/dev/isp/
H A Disp_freebsd.c827 SLIST_REMOVE_HEAD(&tptr->atios, sim_links.sle);
832 SLIST_REMOVE_HEAD(&tptr->inots, sim_links.sle);
1382 SLIST_REMOVE_HEAD(&tptr->atios, sim_links.sle);
1869 SLIST_REMOVE_HEAD(&tptr->inots, sim_links.sle);
2290 SLIST_FOREACH(sccb, &tptr->atios, sim_links.sle) {
2293 SLIST_REMOVE(&tptr->atios, sccb, ccb_hdr, sim_links.sle);
2341 SLIST_FOREACH(sccb, &tptr->inots, sim_links.sle) {
2344 SLIST_REMOVE(&tptr->inots, sccb, ccb_hdr, sim_links.sle);
2486 SLIST_INSERT_HEAD(&tptr->atios, &ccb->ccb_h, sim_links.sle);
2491 SLIST_INSERT_HEAD(&tptr->inots, &ccb->ccb_h, sim_links.sle);
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/include/llvm/ADT/
H A DAPInt.h1261 bool sle(const APInt &RHS) const { return compareSigned(RHS) <= 0; }
1269 bool sle(uint64_t RHS) const { return !sgt(RHS); }
1296 bool sgt(const APInt &RHS) const { return !sle(RHS); }
H A DAPSInt.h162 return IsUnsigned ? ule(RHS) : sle(RHS);
/freebsd-13-stable/sys/dev/iir/
H A Diir.c276 SLIST_INSERT_HEAD(&gdt->sc_free_gccb, gccb, sle);
665 SLIST_REMOVE_HEAD(&gdt->sc_free_gccb, sle);
666 SLIST_INSERT_HEAD(&gdt->sc_pending_gccb, gccb, sle);
682 SLIST_REMOVE(&gdt->sc_pending_gccb, gccb, gdt_ccb, sle);
683 SLIST_INSERT_HEAD(&gdt->sc_free_gccb, gccb, sle);
H A Diir.h700 SLIST_ENTRY(gdt_ccb) sle; member in struct:gdt_ccb
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Basic/
H A DTargetInfo.h955 (Value.sge(ImmRange.Min) && Value.sle(ImmRange.Max));
/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dspa.c2256 spa_load_error_t *sle = zio->io_private; local
2265 atomic_inc_64(&sle->sle_meta_count);
2267 atomic_inc_64(&sle->sle_data_count);
2334 spa_load_error_t sle = { 0 }; local
2352 rio = zio_root(spa, NULL, &sle,
2372 spa->spa_load_meta_errors = sle.sle_meta_count;
2373 spa->spa_load_data_errors = sle.sle_data_count;
2375 if (sle.sle_meta_count != 0 || sle.sle_data_count != 0) {
2377 "and %llu data errors", (u_longlong_t)sle
[all...]
/freebsd-13-stable/contrib/llvm-project/llvm/lib/AsmParser/
H A DLLLexer.cpp713 KEYWORD(eq); KEYWORD(ne); KEYWORD(slt); KEYWORD(sgt); KEYWORD(sle);
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DLoadStoreVectorizer.cpp443 IdxDiff.sle(cast<ConstantInt>(OpB->getOperand(1))->getSExtValue()) &&
/freebsd-13-stable/sys/cam/
H A Dcam_ccb.h312 SLIST_ENTRY(ccb_hdr) sle; member in union:__anon8555
/freebsd-13-stable/contrib/llvm-project/llvm/lib/Analysis/
H A DDependenceAnalysis.cpp1601 if (TL.sle(TU)) {
1627 if (TL.sle(TU)) {
1644 if (TL.sle(TU)) {
/freebsd-13-stable/contrib/llvm-project/llvm/lib/ExecutionEngine/Interpreter/
H A DExecution.cpp294 IMPLEMENT_INTEGER_ICMP(sle,Ty);
295 IMPLEMENT_VECTOR_INTEGER_ICMP(sle,Ty);
/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1679 if (CAT->getSize().sle(i))

Completed in 232 milliseconds

12