Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
fsl_hv_ioctl_status Struct Reference

#include <fsl_hypervisor.h>

Data Fields

__u32 ret
 
__u32 partition
 
__u32 status
 

Detailed Description

struct fsl_hv_ioctl_status - get a partition's status : return error code from the hypervisor : the ID of the partition to query, or -1 for the calling partition : The returned status of the partition

Used by FSL_HV_IOCTL_PARTITION_GET_STATUS

Values of 'status': 0 = Stopped 1 = Running 2 = Starting 3 = Stopping

Definition at line 73 of file fsl_hypervisor.h.

Field Documentation

Definition at line 75 of file fsl_hypervisor.h.

__u32 ret

Definition at line 74 of file fsl_hypervisor.h.

Definition at line 76 of file fsl_hypervisor.h.


The documentation for this struct was generated from the following file: