Home
last modified time | relevance | path

Searched refs:ds_next (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zfs/
H A Ddsl_destroy.c155 dsl_dataset_t *ds_next, boolean_t after_branch_point, dmu_tx_t *tx) in process_old_deadlist() argument
163 ASSERT(ds_next->ds_deadlist.dl_oldfmt); in process_old_deadlist()
169 VERIFY0(bpobj_iterate(&ds_next->ds_deadlist.dl_bpobj, in process_old_deadlist()
180 dsl_deadlist_close(&ds_next->ds_deadlist); in process_old_deadlist()
183 dsl_dataset_phys(ds_next)->ds_deadlist_obj; in process_old_deadlist()
184 dsl_dataset_phys(ds_next)->ds_deadlist_obj = deadlist_obj; in process_old_deadlist()
187 VERIFY0(dsl_deadlist_open(&ds_next->ds_deadlist, mos, in process_old_deadlist()
188 dsl_dataset_phys(ds_next)->ds_deadlist_obj)); in process_old_deadlist()
274 dsl_destroy_snapshot_handle_remaps(dsl_dataset_t *ds, dsl_dataset_t *ds_next, in dsl_destroy_snapshot_handle_remaps() argument
280 if (dsl_dataset_remap_deadlist_exists(ds_next)) { in dsl_destroy_snapshot_handle_remaps()
[all …]
/freebsd/contrib/elftoolchain/libdwarf/
H A Dlibdwarf_sections.c60 STAILQ_INSERT_TAIL(&dbg->dbgp_seclist, ds, ds_next); in _dwarf_section_init()
79 STAILQ_FOREACH_SAFE(ds, &dbg->dbgp_seclist, ds_next, tds) { in _dwarf_section_free()
82 ds_next); in _dwarf_section_free()
254 STAILQ_FOREACH(ds, &dbg->dbgp_seclist, ds_next) { in _dwarf_pro_find_section()
269 STAILQ_FOREACH_SAFE(ds, &dbg->dbgp_seclist, ds_next, tds) { in _dwarf_section_cleanup()
271 ds_next); in _dwarf_section_cleanup()
H A Ddwarf_pro_sections.c68 dbg->dbgp_secpos = STAILQ_NEXT(dbg->dbgp_secpos, ds_next); in dwarf_get_section_bytes()
H A D_libdwarf.h357 STAILQ_ENTRY(_Dwarf_P_Section) ds_next; /* Next section in the list. */
/freebsd/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.c473 if (yypcb->pcb_dstack.ds_next != NULL) in dt_decl_sou()
506 dt_scope_t *dsp = yypcb->pcb_dstack.ds_next; in dt_decl_member()
670 if (yypcb->pcb_dstack.ds_next != NULL) in dt_decl_enum()
695 dt_scope_t *dsp = yypcb->pcb_dstack.ds_next; in dt_decl_enumerator()
832 flag = yypcb->pcb_dstack.ds_next ? CTF_ADD_NONROOT : CTF_ADD_ROOT; in dt_decl_type()
1059 dsp->ds_next = NULL; in dt_scope_create()
1075 nsp = dsp->ds_next; in dt_scope_destroy()
1091 dsp->ds_next = rsp->ds_next; in dt_scope_push()
1099 rsp->ds_next = dsp; in dt_scope_push()
1106 dt_scope_t *dsp = rsp->ds_next; in dt_scope_pop()
[all …]
H A Ddt_decl.h79 struct dt_scope *ds_next; /* pointer to next scope */ member
H A Ddt_pcb.c117 while (pcb->pcb_dstack.ds_next != NULL) in dt_pcb_pop()
H A Ddt_module.c77 dsp->ds_next = dmp->dm_symbuckets[h]; in dt_module_symhash_insert()
326 for (i = dmp->dm_symbuckets[h]; i != 0; i = dsp->ds_next) { in dt_module_symname32()
356 for (i = dmp->dm_symbuckets[h]; i != 0; i = dsp->ds_next) { in dt_module_symname64()
H A Ddt_impl.h113 uint_t ds_next; /* index of next element in hash chain */ member
/freebsd/contrib/sendmail/libsm/
H A Ddebug.c226 SM_DEBUG_SETTING_T *ds_next; member
297 s->ds_next = SmDebugSettings;
418 for (s = SmDebugSettings; s != NULL; s = s->ds_next)
/freebsd/sys/kern/
H A Dsubr_devstat.c133 struct devstat *ds_next; in devstat_add_entry() local
135 ds_next = STAILQ_NEXT(ds_tmp, dev_links); in devstat_add_entry()
144 && ((ds_next == NULL) in devstat_add_entry()
145 || (priority > ds_next->priority))) { in devstat_add_entry()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.h28 struct ath_desc *ds, uint32_t pa, struct ath_desc *ds_next,
H A Dar9300_freebsd.c710 uint32_t pa, struct ath_desc *ds_next, uint64_t tsf, in ar9300_proc_rx_desc_freebsd() argument
714 return (ar9300_proc_rx_desc_fast(ah, ds, 0, ds_next, rxs, in ar9300_proc_rx_desc_freebsd()