Home
last modified time | relevance | path

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

/f-stack/freebsd/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->sle_un.sleu_ips);
1113 ipf_sync_natorder(1, &sle->sle_un.sleu_ipn);
/f-stack/freebsd/sys/
H A D_callout.h56 SLIST_ENTRY(callout) sle;
/f-stack/tools/compat/include/sys/
H A D_callout.h52 SLIST_ENTRY(callout) sle;
/f-stack/lib/
H A Dff_kern_timeout.c293 SLIST_INSERT_HEAD(&cc->cc_callfree, c, c_links.sle); in callout_cpu_init()
379 SLIST_INSERT_HEAD(&cc->cc_callfree, c, c_links.sle); in callout_cc_del()
642 SLIST_REMOVE_HEAD(&cc->cc_callfree, c_links.sle);
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dspa.c2191 spa_load_error_t *sle = zio->io_private; in spa_load_verify_done() local
2200 atomic_inc_64(&sle->sle_meta_count); in spa_load_verify_done()
2202 atomic_inc_64(&sle->sle_data_count); in spa_load_verify_done()
2269 spa_load_error_t sle = { 0 }; in spa_load_verify() local
2287 rio = zio_root(spa, NULL, &sle, in spa_load_verify()
2307 spa->spa_load_meta_errors = sle.sle_meta_count; in spa_load_verify()
2308 spa->spa_load_data_errors = sle.sle_data_count; in spa_load_verify()
2310 if (sle.sle_meta_count != 0 || sle.sle_data_count != 0) { in spa_load_verify()
2313 (u_longlong_t)sle.sle_data_count); in spa_load_verify()
2317 (!error && sle.sle_meta_count <= policy.zlp_maxmeta && in spa_load_verify()
[all …]