Home
last modified time | relevance | path

Searched refs:NE_DEV_NAME (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/samples/nitro_enclaves/
H A Dne_ioctl_sample.c96 * NE_DEV_NAME - Nitro Enclaves (NE) misc device that provides the ioctl interface.
98 #define NE_DEV_NAME "/dev/nitro_enclaves" macro
790 ne_dev_fd = open(NE_DEV_NAME, O_RDWR | O_CLOEXEC); in main()
/kernel/linux/linux-6.6/samples/nitro_enclaves/
H A Dne_ioctl_sample.c96 * NE_DEV_NAME - Nitro Enclaves (NE) misc device that provides the ioctl interface.
98 #define NE_DEV_NAME "/dev/nitro_enclaves" macro
789 ne_dev_fd = open(NE_DEV_NAME, O_RDWR | O_CLOEXEC); in main()

Completed in 3 milliseconds