Searched refs:physdev_op (Results 1 - 3 of 3) sorted by relevance

/freebsd-13-stable/sys/xen/interface/
H A Dphysdev.h30 * int physdev_op(int cmd, void *args)
226 * Argument to physdev_op_compat() hypercall. Superceded by new physdev_op()
229 struct physdev_op { struct
239 typedef struct physdev_op physdev_op_t;
/freebsd-13-stable/sys/i386/include/xen/
H A Dhypercall.h305 int rc = _hypercall2(int, physdev_op, cmd, arg);
308 struct physdev_op op;
/freebsd-13-stable/sys/amd64/include/xen/
H A Dhypercall.h320 int rc = _hypercall2(int, physdev_op, cmd, arg);
324 struct physdev_op op;

Completed in 52 milliseconds