HomeSort by: relevance | last modified time | path
    Searched defs:ds_next (Results 1 - 5 of 5) sorted by relevancy

  /src/external/cddl/osnet/dist/lib/libdtrace/common/
dt_decl.h 79 struct dt_scope *ds_next; /* pointer to next scope */ member in struct:dt_scope
dt_impl.h 113 uint_t ds_next; /* index of next element in hash chain */ member in struct:dt_sym
  /src/external/bsd/openldap/dist/servers/slapd/overlays/
deref.c 126 struct DerefSpec *ds_next; member in struct:DerefSpec
212 for ( dstmp = dshead; dstmp && dstmp != ds; dstmp = dstmp->ds_next ) {
244 dsp = &ds->ds_next;
259 DerefSpec *dsnext = dshead->ds_next;
311 for ( ds = dc->dc_ds; ds; ds = ds->ds_next ) {
  /src/external/cddl/osnet/dist/uts/common/fs/zfs/
dsl_destroy.c 170 dsl_dataset_t *ds_next, boolean_t after_branch_point, dmu_tx_t *tx)
178 ASSERT(ds_next->ds_deadlist.dl_oldfmt);
184 VERIFY0(bpobj_iterate(&ds_next->ds_deadlist.dl_bpobj,
195 dsl_deadlist_close(&ds_next->ds_deadlist);
198 dsl_dataset_phys(ds_next)->ds_deadlist_obj;
199 dsl_dataset_phys(ds_next)->ds_deadlist_obj = deadlist_obj;
202 dsl_deadlist_open(&ds_next->ds_deadlist, mos,
203 dsl_dataset_phys(ds_next)->ds_deadlist_obj);
304 dsl_dataset_t *ds_next; local
309 dsl_dataset_phys(ds)->ds_next_snap_obj, FTAG, &ds_next));
    [all...]
  /src/external/bsd/elftoolchain/dist/libdwarf/
_libdwarf.h 369 STAILQ_ENTRY(_Dwarf_P_Section) ds_next; /* Next section in the list. */ member in struct:_Dwarf_P_Section

Completed in 31 milliseconds