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

/linux-master/include/uapi/linux/
H A Dnitro_enclaves.h77 * * NE_ERR_NOT_IN_INIT_STATE - The enclave is not in init state
102 * * NE_ERR_NOT_IN_INIT_STATE - The enclave is not in init state (init =
131 * * NE_ERR_NOT_IN_INIT_STATE - The enclave is not in init state
168 * * NE_ERR_NOT_IN_INIT_STATE - The enclave is not in init state
254 * NE_ERR_NOT_IN_INIT_STATE - The enclave is not in init state when setting
257 #define NE_ERR_NOT_IN_INIT_STATE (270) macro
/linux-master/samples/nitro_enclaves/
H A Dne_ioctl_sample.c322 case NE_ERR_NOT_IN_INIT_STATE: {
420 case NE_ERR_NOT_IN_INIT_STATE: {
548 case NE_ERR_NOT_IN_INIT_STATE: {
587 case NE_ERR_NOT_IN_INIT_STATE: {
/linux-master/drivers/virt/nitro_enclaves/
H A Dne_misc_dev.c1165 return -NE_ERR_NOT_IN_INIT_STATE;
1233 return -NE_ERR_NOT_IN_INIT_STATE;
1277 return -NE_ERR_NOT_IN_INIT_STATE;
1357 return -NE_ERR_NOT_IN_INIT_STATE;

Completed in 107 milliseconds