Home
last modified time | relevance | path

Searched refs:ds_head (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/lib/libpkg/common/
H A Ddstream.c89 } *ds_head, *ds_toc; variable
124 toc_pt = ds_head; in ds_order()
427 ds_head = tail = (struct dstoc *)0; in ds_init()
457 ds_head = tail = toc_pt; in ds_init()
468 if (!ds_head) { in ds_init()
498 ds_toc = ds_head; in ds_init()
510 if (ds_head == NULL) { in ds_findpkg()
526 ds_toc = ds_head; in ds_findpkg()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Ddsl_destroy.c455 dsl_dataset_t *ds_head; in dsl_destroy_snapshot_sync_impl() local
458 dsl_dir_phys(ds->ds_dir)->dd_head_dataset_obj, FTAG, &ds_head)); in dsl_destroy_snapshot_sync_impl()
464 err = dsl_dataset_snap_lookup(ds_head, in dsl_destroy_snapshot_sync_impl()
470 VERIFY0(dsl_dataset_snap_remove(ds_head, ds->ds_snapname, tx, B_TRUE)); in dsl_destroy_snapshot_sync_impl()
471 dsl_dataset_rele(ds_head, FTAG); in dsl_destroy_snapshot_sync_impl()
/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_link.c1041 dsp->ds_head = dhp; in dls_link_add()
1066 dhp = dsp->ds_head; in dls_link_remove()
1084 p->ds_head = NULL; in dls_link_remove()
/illumos-gate/usr/src/uts/common/sys/
H A Ddld_impl.h212 dls_head_t *ds_head; member
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_str.c713 ASSERT(dsp->ds_head == NULL); in dld_str_destroy()