Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_destroy.c147 dsl_dataset_t *ds_next, boolean_t after_branch_point, dmu_tx_t *tx) in process_old_deadlist() argument
155 ASSERT(ds_next->ds_deadlist.dl_oldfmt); in process_old_deadlist()
161 VERIFY0(bpobj_iterate(&ds_next->ds_deadlist.dl_bpobj, in process_old_deadlist()
172 dsl_deadlist_close(&ds_next->ds_deadlist); in process_old_deadlist()
175 dsl_dataset_phys(ds_next)->ds_deadlist_obj; in process_old_deadlist()
176 dsl_dataset_phys(ds_next)->ds_deadlist_obj = deadlist_obj; in process_old_deadlist()
179 dsl_deadlist_open(&ds_next->ds_deadlist, mos, in process_old_deadlist()
180 dsl_dataset_phys(ds_next)->ds_deadlist_obj); in process_old_deadlist()
220 dsl_destroy_snapshot_handle_remaps(dsl_dataset_t *ds, dsl_dataset_t *ds_next, in dsl_destroy_snapshot_handle_remaps() argument
226 if (dsl_dataset_remap_deadlist_exists(ds_next)) { in dsl_destroy_snapshot_handle_remaps()
[all …]
/illumos-gate/usr/src/lib/libdtrace/common/
H A Ddt_decl.c490 if (yypcb->pcb_dstack.ds_next != NULL) in dt_decl_sou()
523 dt_scope_t *dsp = yypcb->pcb_dstack.ds_next; in dt_decl_member()
710 if (yypcb->pcb_dstack.ds_next != NULL) in dt_decl_enum()
735 dt_scope_t *dsp = yypcb->pcb_dstack.ds_next; in dt_decl_enumerator()
871 flag = yypcb->pcb_dstack.ds_next ? CTF_ADD_NONROOT : CTF_ADD_ROOT; in dt_decl_type()
1098 dsp->ds_next = NULL; in dt_scope_create()
1114 nsp = dsp->ds_next; in dt_scope_destroy()
1130 dsp->ds_next = rsp->ds_next; in dt_scope_push()
1138 rsp->ds_next = dsp; in dt_scope_push()
1145 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.c115 while (pcb->pcb_dstack.ds_next != NULL) in dt_pcb_pop()
H A Ddt_module.c63 dsp->ds_next = dmp->dm_symbuckets[h]; in dt_module_symhash_insert()
279 for (i = dmp->dm_symbuckets[h]; i != 0; i = dsp->ds_next) { in dt_module_symname32()
309 for (i = dmp->dm_symbuckets[h]; i != 0; i = dsp->ds_next) { in dt_module_symname64()
H A Ddt_impl.h105 uint_t ds_next; /* index of next element in hash chain */ member
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Ddebug.c194 SM_DEBUG_SETTING_T *ds_next; member
265 s->ds_next = SmDebugSettings;
386 for (s = SmDebugSettings; s != NULL; s = s->ds_next)
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_link.c311 for (dsp = dhp->dh_list; dsp != NULL; dsp = dsp->ds_next) { in i_dls_link_rx_func()
441 for (dsp = dhp->dh_list; dsp != NULL; dsp = dsp->ds_next) in i_dls_link_rx()
464 for (ndsp = dsp->ds_next; ndsp != NULL; in i_dls_link_rx()
465 ndsp = ndsp->ds_next) in i_dls_link_rx()
1030 ASSERT(dsp->ds_next == NULL); in dls_link_add()
1032 dsp->ds_next = p; in dls_link_add()
1077 for (pp = &dhp->dh_list; (p = *pp) != NULL; pp = &(p->ds_next)) { in dls_link_remove()
1082 *pp = p->ds_next; in dls_link_remove()
1083 p->ds_next = NULL; in dls_link_remove()
/illumos-gate/usr/src/lib/libdwarf/common/
H A Dpro_section.h53 Dwarf_P_Section_Data ds_next; /* next on the list */ member
H A Dpro_types.c194 debug_sect = debug_sect->ds_next) { in _dwarf_transform_simplename_to_disk()
H A Dpro_section.c3603 dbg->de_debug_sects = dbg->de_debug_sects->ds_next; in dwarf_get_section_bytes_a()
3687 dbg->de_current_active_section->ds_next = cursect; in _dwarf_pro_buffer()
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dunpack_package_from_stream.c145 if (ds_next(a_idsName, instdir)) { in unpack_package_from_stream()
/illumos-gate/usr/src/lib/libpkg/common/
H A Ddstream.c98 int ds_next(char *device, char *instdir);
597 return (ds_next(device, dstdir)); in ds_getpkg()
663 ds_next(char *device, char *instdir) in ds_next() function
H A Dmapfile-vers78 ds_next;
H A Dpkglib.h416 extern int ds_next(char *, char *);
/illumos-gate/usr/src/uts/common/sys/
H A Ddld_impl.h211 dld_str_t *ds_next; /* SL */ member
/illumos-gate/usr/src/cmd/svc/configd/
H A Dfile_object.c66 struct delete_stack *ds_next; member
122 new->ds_next = dip->di_stack; in delete_stack_push()
148 dip->di_stack = cur->ds_next; in delete_stack_pop()
149 cur->ds_next = NULL; in delete_stack_pop()
167 dip->di_stack = cur->ds_next; in delete_stack_cleanup()
173 assert(cur->ds_next == NULL); /* should only be one */ in delete_stack_cleanup()
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dmain.c2871 if (ds_next(pkgdev.cdevice, instdir)) { in unpack()
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c712 ASSERT(dsp->ds_next == NULL); in dld_str_destroy()