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

/opensolaris-onvv-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_graph.c162 zfs_vertex_t *zvp = zfs_alloc(hdl, sizeof (zfs_vertex_t)); local
164 if (zvp == NULL)
169 (void) strlcpy(zvp->zv_dataset, dataset, sizeof (zvp->zv_dataset));
171 if ((zvp->zv_edges = zfs_alloc(hdl,
173 free(zvp);
177 zvp->zv_edgealloc = MIN_EDGECOUNT;
179 return (zvp);
186 zfs_vertex_destroy(zfs_vertex_t *zvp) argument
190 for (i = 0; i < zvp
201 zfs_vertex_add_edge(libzfs_handle_t *hdl, zfs_vertex_t *zvp, zfs_vertex_t *dest) argument
243 zfs_vertex_sort_edges(zfs_vertex_t *zvp) argument
325 zfs_vertex_t *zvp; local
383 zfs_vertex_t *zvp; local
618 zfs_vertex_t *zvp; local
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/vm/
H A Dseg_kmem.h71 #define zvp (kvps[KV_ZVP]) macro
H A Dseg_kmem.c807 seg->s_data = &zvp;
972 return (segkmem_alloc_vn(vmp, size, vmflag, &zvp));
1053 segkmem_free_vn(vmp, inaddr, size, &zvp, NULL);
H A Dpage_retire.c853 if ((datap == &kvp) || (datap == &zvp)) {
863 if ((datap == &kvp) || (datap == &zvp)) {
H A Dpage_lock.c144 * The lock for kvp is VPH_TABLE_SIZE + 0, and the lock for zvp is
894 if (vp == &zvp)
/opensolaris-onvv-gate/usr/src/uts/sfmmu/vm/
H A Dhat_sfmmu.c4453 * retry. If it doesn't exist in &kvp and &zvp,
4462 /* check zvp before giving up */
4464 pp = page_lookup(&zvp, (u_offset_t)saddr,
4632 * retry. If it doesn't exist in &kvp and &zvp,
4640 /* check zvp before giving up */
4642 pp = page_lookup(&zvp, (u_offset_t)saddr,

Completed in 81 milliseconds