Searched refs:ds_next (Results 1 - 13 of 13) sorted by last modified time

/freebsd-11-stable/contrib/sendmail/libsm/
H A Ddebug.c226 SM_DEBUG_SETTING_T *ds_next; member in struct:sm_debug_setting
297 s->ds_next = SmDebugSettings;
418 for (s = SmDebugSettings; s != NULL; s = s->ds_next)
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Ddsl_destroy.c147 dsl_dataset_t *ds_next, boolean_t after_branch_point, dmu_tx_t *tx)
155 ASSERT(ds_next->ds_deadlist.dl_oldfmt);
161 VERIFY0(bpobj_iterate(&ds_next->ds_deadlist.dl_bpobj,
172 dsl_deadlist_close(&ds_next->ds_deadlist);
175 dsl_dataset_phys(ds_next)->ds_deadlist_obj;
176 dsl_dataset_phys(ds_next)->ds_deadlist_obj = deadlist_obj;
179 dsl_deadlist_open(&ds_next->ds_deadlist, mos,
180 dsl_dataset_phys(ds_next)->ds_deadlist_obj);
220 dsl_destroy_snapshot_handle_remaps(dsl_dataset_t *ds, dsl_dataset_t *ds_next, argument
226 if (dsl_dataset_remap_deadlist_exists(ds_next)) {
146 process_old_deadlist(dsl_dataset_t *ds, dsl_dataset_t *ds_prev, dsl_dataset_t *ds_next, boolean_t after_branch_point, dmu_tx_t *tx) argument
318 dsl_dataset_t *ds_next; local
[all...]
/freebsd-11-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_decl.c473 if (yypcb->pcb_dstack.ds_next != NULL)
506 dt_scope_t *dsp = yypcb->pcb_dstack.ds_next;
670 if (yypcb->pcb_dstack.ds_next != NULL)
695 dt_scope_t *dsp = yypcb->pcb_dstack.ds_next;
832 flag = yypcb->pcb_dstack.ds_next ? CTF_ADD_NONROOT : CTF_ADD_ROOT;
1059 dsp->ds_next = NULL;
1075 nsp = dsp->ds_next;
1091 dsp->ds_next = rsp->ds_next;
1099 rsp->ds_next
[all...]
H A Ddt_decl.h79 struct dt_scope *ds_next; /* pointer to next scope */ member in struct:dt_scope
H A Ddt_impl.h113 uint_t ds_next; /* index of next element in hash chain */ member in struct:dt_sym
H A Ddt_module.c77 dsp->ds_next = dmp->dm_symbuckets[h];
326 for (i = dmp->dm_symbuckets[h]; i != 0; i = dsp->ds_next) {
356 for (i = dmp->dm_symbuckets[h]; i != 0; i = dsp->ds_next) {
H A Ddt_pcb.c117 while (pcb->pcb_dstack.ds_next != NULL)
/freebsd-11-stable/contrib/elftoolchain/libdwarf/
H A D_libdwarf.h357 STAILQ_ENTRY(_Dwarf_P_Section) ds_next; /* Next section in the list. */ member in struct:_Dwarf_P_Section
H A Ddwarf_pro_sections.c68 dbg->dbgp_secpos = STAILQ_NEXT(dbg->dbgp_secpos, ds_next);
H A Dlibdwarf_sections.c60 STAILQ_INSERT_TAIL(&dbg->dbgp_seclist, ds, ds_next);
79 STAILQ_FOREACH_SAFE(ds, &dbg->dbgp_seclist, ds_next, tds) {
82 ds_next);
254 STAILQ_FOREACH(ds, &dbg->dbgp_seclist, ds_next) {
269 STAILQ_FOREACH_SAFE(ds, &dbg->dbgp_seclist, ds_next, tds) {
271 ds_next);
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.c503 uint32_t pa, struct ath_desc *ds_next, uint64_t tsf,
507 return (ar9300_proc_rx_desc_fast(ah, ds, 0, ds_next, rxs,
502 ar9300_proc_rx_desc_freebsd(struct ath_hal *ah, struct ath_desc *ds, uint32_t pa, struct ath_desc *ds_next, uint64_t tsf, struct ath_rx_status *rxs) argument
H A Dar9300_freebsd.h28 struct ath_desc *ds, uint32_t pa, struct ath_desc *ds_next,
/freebsd-11-stable/sys/kern/
H A Dsubr_devstat.c141 struct devstat *ds_next; local
143 ds_next = STAILQ_NEXT(ds_tmp, dev_links);
152 && ((ds_next == NULL)
153 || (priority > ds_next->priority))) {

Completed in 202 milliseconds