Home
last modified time | relevance | path

Searched defs:xen_sysctl_tmem_op (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/sys/external/mit/xen-include-public/dist/xen/include/public/
H A Dsysctl.h816 struct xen_sysctl_tmem_op { struct
817 uint32_t cmd; /* IN: XEN_SYSCTL_TMEM_OP_* . */
818 int32_t pool_id; /* IN: 0 by default unless _SAVE_*, RESTORE_* .*/
819 uint32_t cli_id; /* IN: client id, 0 for XEN_SYSCTL_TMEM_QUERY_FREEABLE_MB
822 uint32_t len; /* IN: length of 'buf'. If not applicable to use 0. */
823 uint32_t arg; /* IN: If not applicable to command use 0. */
824 uint32_t pad; /* Padding so structure is the same under 32 and 64. */
825 xen_tmem_oid_t oid; /* IN: If not applicable to command use 0s. */
826 union {
833 } u;