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

/freebsd-11-stable/sys/i386/i386/
H A Dvm86.c363 struct vm86_layout *vml = (struct vm86_layout *)vm86paddr; local
425 pcb = &vml->vml_pcb;
426 ext = &vml->vml_ext;
441 ((u_int)vml->vml_iomap - (u_int)&ext->ext_tss) << 16;
442 ext->ext_iomap = vml->vml_iomap;
443 ext->ext_vm86.vm86_intmap = vml->vml_intmap;
451 vml->vml_iomap_trailer = 0xff;
/freebsd-11-stable/sys/cddl/contrib/opensolaris/uts/common/fs/zfs/
H A Dspa.c6565 vdev_t *rvd, **vml = NULL; /* vdev modify list */ local
6626 vml = kmem_zalloc(children * sizeof (vdev_t *), KM_SLEEP);
6654 vml[c] = spa_lookup_by_guid(spa, glist[c], B_FALSE);
6655 if (vml[c] == NULL) {
6661 if (vml[c]->vdev_parent->vdev_ops != &vdev_mirror_ops ||
6662 vml[c]->vdev_islog ||
6663 !vdev_is_concrete(vml[c]) ||
6664 vml[c]->vdev_isspare ||
6665 vml[c]->vdev_isl2cache ||
6666 !vdev_writeable(vml[
[all...]

Completed in 152 milliseconds