Home
last modified time | relevance | path

Searched refs:vml (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/vm/
H A Dvpm.c745 vmap_t vml[], in vpm_pagecreate() argument
786 vml[i].vs_data = (void *)&vpm->vpm_pp; in vpm_pagecreate()
788 vml[i].vs_data = (void *)pp; in vpm_pagecreate()
792 vml[i].vs_addr = hat_kpm_mapin(pp, 0); in vpm_pagecreate()
793 vml[i].vs_len = PAGESIZE; in vpm_pagecreate()
797 vml[i].vs_data = NULL; in vpm_pagecreate()
798 vml[i].vs_addr = (caddr_t)NULL; in vpm_pagecreate()
818 vmap_t *vml, in vpm_map_pages() argument
834 vml[0].vs_data = NULL; in vpm_map_pages()
835 vml[0].vs_addr = (caddr_t)NULL; in vpm_map_pages()
[all …]
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c6951 vdev_t *rvd, **vml = NULL; /* vdev modify list */ local
7012 vml = kmem_zalloc(children * sizeof (vdev_t *), KM_SLEEP);
7040 vml[c] = spa_lookup_by_guid(spa, glist[c], B_FALSE);
7041 if (vml[c] == NULL) {
7047 if (vml[c]->vdev_parent->vdev_ops != &vdev_mirror_ops ||
7048 vml[c]->vdev_islog ||
7049 !vdev_is_concrete(vml[c]) ||
7050 vml[c]->vdev_isspare ||
7051 vml[c]->vdev_isl2cache ||
7052 !vdev_writeable(vml[c]) ||
[all …]
/illumos-gate/usr/src/cmd/ttymon/
H A Dtmextern.h157 extern int vml(char *);
H A Dtmutil.c160 vml(char *modules) in vml() function
H A Dttyadm.c191 if (mflag && (vml(ptr->p_modules) != 0)) in main()
H A Dtmexpress.c310 if (vml(pmtab->p_modules) != 0) in ttymon_options()
H A Dtmpmtab.c228 if (vml(gptr->p_modules) != 0) { in read_pmtab()
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_sol_dev.c1982 list_t *vml = &vmm_list; in vmm_lookup() local
1987 for (sc = list_head(vml); sc != NULL; sc = list_next(vml, sc)) { in vmm_lookup()