Lines Matching refs:dom
529 /* alloc va in backend dom for ring buffer */
538 mapop.dom = oeid;
732 domid_t dom, int vdev)
744 backend = (dom != DOMID_SELF);
756 "%s/%d/%d", xdcp->xs_path_be, dom, vdev);
806 (void) ndi_prop_update_int(DDI_DEV_T_NONE, dip, "domain", dom);
943 domid_t dom, int vdev)
1001 if ((domid == dom) && (vdevnum == vdev) && (devcls == devclass))
1845 domid_t dom;
1849 dom = DOMID_SELF;
1854 dom = tmplong;
1872 if (xvdi_find_dev(parent, xdcp->devclass, dom, vdev) == NULL)
1874 dom, vdev);
2338 domid_t dom;
2369 dom = DOMID_SELF;
2378 if (sscanf(p, "/%hu/%d/", &dom, &vdev) != 2) {
2402 if (xvdi_find_dev(parent, xdcp->devclass, dom, vdev) == NULL) {
2405 (void) xvdi_create_dev(parent, xdcp->devclass, dom, vdev);