Searched defs:zvp (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_graph.c160 zfs_vertex_t *zvp = zfs_alloc(hdl, sizeof (zfs_vertex_t)); local
162 if (zvp == NULL)
167 (void) strlcpy(zvp->zv_dataset, dataset, sizeof (zvp->zv_dataset));
169 if ((zvp->zv_edges = zfs_alloc(hdl,
171 free(zvp);
175 zvp->zv_edgealloc = MIN_EDGECOUNT;
177 return (zvp);
184 zfs_vertex_destroy(zfs_vertex_t *zvp) argument
188 for (i = 0; i < zvp
199 zfs_vertex_add_edge(libzfs_handle_t *hdl, zfs_vertex_t *zvp, zfs_vertex_t *dest) argument
241 zfs_vertex_sort_edges(zfs_vertex_t *zvp) argument
323 zfs_vertex_t *zvp; local
409 zfs_vertex_t *zvp; local
643 zfs_vertex_t *zvp; local
[all...]

Completed in 26 milliseconds