Searched refs:domid (Results 1 - 5 of 5) sorted by relevance

/openbsd-current/sys/dev/pv/
H A Dxenreg.h263 domid_t domid; /* IN */ member in struct:xen_hvm_param
618 * GTF_permit_access: Allow @domid to map/access @frame.
619 * GTF_accept_transfer: Allow @domid to transfer ownership of one page frame
621 * GTF_transitive: Allow @domid to transitively access a subrange of
632 * GTF_readonly: Restrict @domid to read-only mappings and accesses. [GST]
633 * GTF_reading: Grant entry is currently mapped for reading by @domid. [XEN]
634 * GTF_writing: Grant entry is currently mapped for writing by @domid. [XEN]
646 domid_t domid; member in struct:grant_entry
727 domid_t domid; member in struct:xen_add_to_physmap
H A Dxen.c513 xatp.domid = DOMID_SELF;
533 xhp.domid = DOMID_SELF;
1023 xatp.domid = DOMID_SELF;
1169 ge->ge_table[ref].domid = domain;
1199 (ge->ge_table[ref].domid << 16);
1205 ref + ge->ge_start, ge->ge_table[ref].domid,
H A Dxenstore.c213 xhv.domid = DOMID_SELF;
225 xhv.domid = DOMID_SELF;
/openbsd-current/sys/dev/pci/
H A Dxspd.c96 xhp.domid = DOMID_SELF;
/openbsd-current/usr.sbin/pcidump/
H A Dpcidump.c178 int c, error = 0, dumpall = 1, domid = 0; local
231 snprintf(pcidev, 16, "/dev/pci%d", domid++);

Completed in 199 milliseconds