Searched refs:vml (Results 1 – 8 of 8) sorted by relevance
745 vmap_t vml[], in vpm_pagecreate() argument786 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() argument834 vml[0].vs_data = NULL; in vpm_map_pages()835 vml[0].vs_addr = (caddr_t)NULL; in vpm_map_pages()[all …]
6951 vdev_t *rvd, **vml = NULL; /* vdev modify list */ local7012 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 …]
157 extern int vml(char *);
160 vml(char *modules) in vml() function
191 if (mflag && (vml(ptr->p_modules) != 0)) in main()
310 if (vml(pmtab->p_modules) != 0) in ttymon_options()
228 if (vml(gptr->p_modules) != 0) { in read_pmtab()
1982 list_t *vml = &vmm_list; in vmm_lookup() local1987 for (sc = list_head(vml); sc != NULL; sc = list_next(vml, sc)) { in vmm_lookup()