Home
last modified time | relevance | path

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

/netbsd-src/external/cddl/osnet/dist/uts/common/fs/zfs/
H A Ddsl_destroy.c170 dsl_dataset_t *ds_next, boolean_t after_branch_point, dmu_tx_t *tx) in process_old_deadlist() argument
178 ASSERT(ds_next->ds_deadlist.dl_oldfmt); in process_old_deadlist()
184 VERIFY0(bpobj_iterate(&ds_next->ds_deadlist.dl_bpobj, in process_old_deadlist()
195 dsl_deadlist_close(&ds_next->ds_deadlist); in process_old_deadlist()
198 dsl_dataset_phys(ds_next)->ds_deadlist_obj; in process_old_deadlist()
199 dsl_dataset_phys(ds_next)->ds_deadlist_obj = deadlist_obj; in process_old_deadlist()
202 dsl_deadlist_open(&ds_next->ds_deadlist, mos, in process_old_deadlist()
203 dsl_dataset_phys(ds_next)->ds_deadlist_obj); in process_old_deadlist()
304 dsl_dataset_t *ds_next; in dsl_destroy_snapshot_sync_impl() local
309 dsl_dataset_phys(ds)->ds_next_snap_obj, FTAG, &ds_next)); in dsl_destroy_snapshot_sync_impl()
[all …]
/netbsd-src/external/bsd/elftoolchain/dist/libdwarf/
H A Dlibdwarf_sections.c63 STAILQ_INSERT_TAIL(&dbg->dbgp_seclist, ds, ds_next); in _dwarf_section_init()
82 STAILQ_FOREACH_SAFE(ds, &dbg->dbgp_seclist, ds_next, tds) { in _dwarf_section_free()
85 ds_next); in _dwarf_section_free()
257 STAILQ_FOREACH(ds, &dbg->dbgp_seclist, ds_next) { in _dwarf_pro_find_section()
272 STAILQ_FOREACH_SAFE(ds, &dbg->dbgp_seclist, ds_next, tds) { in _dwarf_section_cleanup()
274 ds_next); in _dwarf_section_cleanup()
H A Ddwarf_pro_sections.c71 dbg->dbgp_secpos = STAILQ_NEXT(dbg->dbgp_secpos, ds_next); in dwarf_get_section_bytes()
H A D_libdwarf.h367 STAILQ_ENTRY(_Dwarf_P_Section) ds_next; /* Next section in the list. */
/netbsd-src/external/cddl/osnet/dist/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.c81 dsp->ds_next = dmp->dm_symbuckets[h]; in dt_module_symhash_insert()
336 for (i = dmp->dm_symbuckets[h]; i != 0; i = dsp->ds_next) { in dt_module_symname32()
366 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
/netbsd-src/external/bsd/openldap/dist/servers/slapd/overlays/
H A Dderef.c126 struct DerefSpec *ds_next; member
212 for ( dstmp = dshead; dstmp && dstmp != ds; dstmp = dstmp->ds_next ) { in deref_parseCtrl()
244 dsp = &ds->ds_next; in deref_parseCtrl()
259 DerefSpec *dsnext = dshead->ds_next; in deref_parseCtrl()
311 for ( ds = dc->dc_ds; ds; ds = ds->ds_next ) { in deref_response()