Searched refs:SNAPSHOT_IOC_MAGIC (Results 1 – 1 of 1) sorted by relevance
/aosp12/bionic/libc/kernel/uapi/linux/ |
H A D | suspend_ioctls.h | 26 #define SNAPSHOT_IOC_MAGIC '3' macro 27 #define SNAPSHOT_FREEZE _IO(SNAPSHOT_IOC_MAGIC, 1) 28 #define SNAPSHOT_UNFREEZE _IO(SNAPSHOT_IOC_MAGIC, 2) 29 #define SNAPSHOT_ATOMIC_RESTORE _IO(SNAPSHOT_IOC_MAGIC, 4) 30 #define SNAPSHOT_FREE _IO(SNAPSHOT_IOC_MAGIC, 5) 31 #define SNAPSHOT_FREE_SWAP_PAGES _IO(SNAPSHOT_IOC_MAGIC, 9) 32 #define SNAPSHOT_S2RAM _IO(SNAPSHOT_IOC_MAGIC, 11) 35 #define SNAPSHOT_PLATFORM_SUPPORT _IO(SNAPSHOT_IOC_MAGIC, 15) 36 #define SNAPSHOT_POWER_OFF _IO(SNAPSHOT_IOC_MAGIC, 16) 37 #define SNAPSHOT_CREATE_IMAGE _IOW(SNAPSHOT_IOC_MAGIC, 17, int) [all …]
|