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

/illumos-gate/usr/src/uts/common/vm/
H A Dvpm.c745 vmap_t vml[],
786 vml[i].vs_data = (void *)&vpm->vpm_pp;
788 vml[i].vs_data = (void *)pp;
792 vml[i].vs_addr = hat_kpm_mapin(pp, 0);
793 vml[i].vs_len = PAGESIZE;
797 vml[i].vs_data = NULL;
798 vml[i].vs_addr = (caddr_t)NULL;
806 * the page addresses are returned in the SGL vml (vmap_t) array passed in.
818 vmap_t *vml,
834 vml[
741 vpm_pagecreate( struct vnode *vp, u_offset_t baseoff, size_t len, vmap_t vml[], int nseg, int *newpage) argument
813 vpm_map_pages( struct vnode *vp, u_offset_t off, size_t len, int fetchpage, vmap_t *vml, int nseg, int *newpage, enum seg_rw rw) argument
952 vpm_unmap_pages(vmap_t vml[], enum seg_rw rw) argument
1020 struct vmap vml[MINVMAPS]; local
1126 vpm_pagecreate( struct vnode *vp, u_offset_t baseoff, size_t len, vmap_t vml[], int nseg, int *newpage) argument
1139 vpm_map_pages( struct vnode *vp, u_offset_t off, size_t len, int fetchpage, vmap_t vml[], int nseg, int *newpage, enum seg_rw rw) argument
1168 vpm_unmap_pages(vmap_t vml[], enum seg_rw rw) argument
[all...]
/illumos-gate/usr/src/cmd/ttymon/
H A Dttyadm.c70 extern int vml();
203 if (mflag && (vml(ptr->p_modules) != 0))
H A Dtmexpress.c60 extern int vml();
284 if (vml(pmtab->p_modules) != 0)
H A Dtmutil.c163 * vml(modules) - validate a list of modules
167 vml(modules) function
181 log("vml: malloc failed");
H A Dtmpmtab.c47 extern int vml();
224 if (vml(gptr->p_modules) != 0) {
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c5036 vdev_t *rvd, **vml = NULL; /* vdev modify list */ local
5090 vml = kmem_zalloc(children * sizeof (vdev_t *), KM_SLEEP);
5118 vml[c] = spa_lookup_by_guid(spa, glist[c], B_FALSE);
5119 if (vml[c] == NULL) {
5125 if (vml[c]->vdev_parent->vdev_ops != &vdev_mirror_ops ||
5126 vml[c]->vdev_islog ||
5127 vml[c]->vdev_ishole ||
5128 vml[c]->vdev_isspare ||
5129 vml[c]->vdev_isl2cache ||
5130 !vdev_writeable(vml[
[all...]

Completed in 77 milliseconds