dm_deps
struct dm_deps *
struct dm_deps *deps;
if ((dmt->data_buffer = malloc(sizeof(struct dm_deps) +
deps = (struct dm_deps *)dmt->data_buffer;
memset(deps, 0, sizeof(struct dm_deps) + (count * sizeof(uint64_t)));
struct dm_deps *dm_task_get_deps(struct dm_task *dmt);