Home
last modified time | relevance | path

Searched refs:sle (Results 1 – 25 of 51) sorted by relevance

123

/trueos/sbin/launchd/
HDcore.c178 SLIST_ENTRY(waiting_for_removal) sle;
186 SLIST_ENTRY(machservice) sle;
243 SLIST_ENTRY(socketgroup) sle;
262 SLIST_ENTRY(calendarinterval) sle;
279 SLIST_ENTRY(envitem) sle;
292 SLIST_ENTRY(limititem) sle;
320 SLIST_ENTRY(semaphoreitem) sle;
403 SLIST_ENTRY(jobmgr_s) sle;
500 LIST_ENTRY(suspended_peruser) sle;
507 LIST_ENTRY(job_s) sle;
[all …]
HDipc.h32 LIST_ENTRY(conncb) sle;
HDipc.c195 LIST_INSERT_HEAD(&connections, c, sle); in ipc_open()
273 LIST_FOREACH_SAFE(ci, &connections, sle, cin) { in ipc_close_all_with_job()
468 LIST_REMOVE(c, sle); in ipc_close()
/trueos/sys/contrib/ipfilter/netinet/
HDip_sync.c1043 synclogent_t *sle; local
1139 sle = softs->synclog + softs->sl_idx++;
1140 bcopy((char *)&sl->sl_hdr, (char *)&sle->sle_hdr,
1141 sizeof(sle->sle_hdr));
1142 sle->sle_hdr.sm_num = htonl(sle->sle_hdr.sm_num);
1143 sle->sle_hdr.sm_len = htonl(sle->sle_hdr.sm_len);
1145 bcopy((char *)ptr, (char *)&sle->sle_un, sz);
1147 ipf_sync_storder(1, &sle->sle_un.sleu_ips);
1149 ipf_sync_natorder(1, &sle->sle_un.sleu_ipn);
/trueos/sys/sys/
HD_callout.h52 SLIST_ENTRY(callout) sle;
/trueos/sys/dev/aic7xxx/
HDaic7xxx_osm.c481 sim_links.sle); in ahc_action()
587 sim_links.sle); in ahc_action()
1240 SLIST_REMOVE_HEAD(list, sim_links.sle); in ahc_abort_ccb()
1246 SLIST_NEXT(curelm, sim_links.sle); in ahc_abort_ccb()
1251 sim_links.sle) = in ahc_abort_ccb()
1253 sim_links.sle); in ahc_abort_ccb()
HDaic79xx_osm.c496 sim_links.sle); in ahd_action()
621 sim_links.sle); in ahd_action()
1179 SLIST_REMOVE_HEAD(list, sim_links.sle); in ahd_abort_ccb()
1185 SLIST_NEXT(curelm, sim_links.sle); in ahd_abort_ccb()
1190 sim_links.sle) = in ahd_abort_ccb()
1192 sim_links.sle); in ahd_abort_ccb()
HDaic7xxx_inline.h372 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()
HDaic79xx.h612 SLIST_ENTRY(scb) sle;
617 SLIST_ENTRY(scb) sle;
HDaic7xxx.h584 SLIST_ENTRY(scb) sle;
/trueos/sys/dev/ida/
HDidavar.h106 SLIST_ENTRY(ida_qcb) sle;
HDida.c139 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()
/trueos/sys/dev/firewire/
HDsbp_targ.c920 SLIST_REMOVE_HEAD(list, sim_links.sle); in sbp_targ_abort_ccb()
925 nextelm = SLIST_NEXT(curelm, sim_links.sle); in sbp_targ_abort_ccb()
928 SLIST_NEXT(curelm, sim_links.sle) = in sbp_targ_abort_ccb()
929 SLIST_NEXT(nextelm, sim_links.sle); in sbp_targ_abort_ccb()
1286 sim_links.sle); in sbp_targ_action1()
1312 sim_links.sle); in sbp_targ_action1()
1780 SLIST_REMOVE_HEAD(&login->lstate->accept_tios, sim_links.sle); in sbp_targ_fetch_orb()
/trueos/contrib/llvm/include/llvm/ADT/
HDAPInt.h1068 bool sle(const APInt &RHS) const { return slt(RHS) || eq(RHS); } in sle() function
1076 bool sle(uint64_t RHS) const { return sle(APInt(getBitWidth(), RHS)); } in sle() function
HDAPSInt.h132 return IsUnsigned ? ule(RHS) : sle(RHS);
/trueos/sys/cam/scsi/
HDscsi_targ_bh.c321 periph_links.sle); in targbhenlun()
365 SLIST_REMOVE_HEAD(&softc->immed_notify_slist, periph_links.sle); in targbhdislun()
/trueos/sys/kern/
HDkern_timeout.c312 SLIST_INSERT_HEAD(&cc->cc_callfree, c, c_links.sle); in callout_cpu_init()
591 SLIST_INSERT_HEAD(&cc->cc_callfree, c, c_links.sle); in callout_cc_del()
865 SLIST_REMOVE_HEAD(&cc->cc_callfree, c_links.sle);
/trueos/contrib/llvm/lib/Support/
HDConstantRange.cpp181 if (getLower().sle(getUpper() - 1)) in getSignedMax()
196 if (getLower().sle(getUpper() - 1)) in getSignedMin()
/trueos/sys/dev/iir/
HDiir.c274 SLIST_INSERT_HEAD(&gdt->sc_free_gccb, gccb, sle); in iir_init()
663 SLIST_REMOVE_HEAD(&gdt->sc_free_gccb, sle); in gdt_get_ccb()
664 SLIST_INSERT_HEAD(&gdt->sc_pending_gccb, gccb, sle); in gdt_get_ccb()
680 SLIST_REMOVE(&gdt->sc_pending_gccb, gccb, gdt_ccb, sle); in gdt_free_ccb()
681 SLIST_INSERT_HEAD(&gdt->sc_free_gccb, gccb, sle); in gdt_free_ccb()
HDiir.h698 SLIST_ENTRY(gdt_ccb) sle;
/trueos/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
HDspa.c1895 spa_load_error_t *sle = zio->io_private; in spa_load_verify_done() local
1903 atomic_inc_64(&sle->sle_meta_count); in spa_load_verify_done()
1905 atomic_inc_64(&sle->sle_data_count); in spa_load_verify_done()
1974 spa_load_error_t sle = { 0 }; in spa_load_verify() local
1984 rio = zio_root(spa, NULL, &sle, in spa_load_verify()
1995 spa->spa_load_meta_errors = sle.sle_meta_count; in spa_load_verify()
1996 spa->spa_load_data_errors = sle.sle_data_count; in spa_load_verify()
1998 if (!error && sle.sle_meta_count <= policy.zrp_maxmeta && in spa_load_verify()
1999 sle.sle_data_count <= policy.zrp_maxdata) { in spa_load_verify()
2012 ZPOOL_CONFIG_LOAD_DATA_ERRORS, sle.sle_data_count) == 0); in spa_load_verify()
/trueos/sys/dev/isp/
HDisp_freebsd.c1169 SLIST_REMOVE_HEAD(&tptr->atios, sim_links.sle); in destroy_lun_state()
1177 SLIST_REMOVE_HEAD(&tptr->inots, sim_links.sle); in destroy_lun_state()
2282 SLIST_REMOVE_HEAD(&tptr->atios, sim_links.sle); in isp_handle_platform_atio()
2414 SLIST_REMOVE_HEAD(&tptr->atios, sim_links.sle); in isp_handle_platform_atio2()
2660 SLIST_REMOVE_HEAD(&tptr->atios, sim_links.sle); in isp_handle_platform_atio7()
3105 SLIST_REMOVE_HEAD(&tptr->inots, sim_links.sle); in isp_handle_platform_notify_fc()
3480 SLIST_REMOVE_HEAD(&tptr->inots, sim_links.sle); in isp_handle_platform_target_tmf()
5027 SLIST_INSERT_HEAD(&tptr->atios, &ccb->ccb_h, sim_links.sle); in isp_action()
5039 SLIST_INSERT_HEAD(&tptr->inots, &ccb->ccb_h, sim_links.sle); in isp_action()
5045 SLIST_INSERT_HEAD(&tptr->inots, &ccb->ccb_h, sim_links.sle); in isp_action()
/trueos/contrib/llvm/lib/AsmParser/
HDLLLexer.cpp607 KEYWORD(eq); KEYWORD(ne); KEYWORD(slt); KEYWORD(sgt); KEYWORD(sle); in LexIdentifier()
/trueos/sys/cam/
HDcam_ccb.h288 SLIST_ENTRY(ccb_hdr) sle;
/trueos/contrib/llvm/lib/Analysis/
HDDependenceAnalysis.cpp1483 if (TL.sle(TU)) { in exactSIVtest()
1509 if (TL.sle(TU)) { in exactSIVtest()
1526 if (TL.sle(TU)) { in exactSIVtest()

123