Searched defs:USE (Results 1 - 1 of 1) sorted by relevance

/systemd/src/shared/
H A Dsleep-config.c40 #define USE(x, y) do{ (x) = (y); (y) = NULL; } while(0) macro
67 USE(modes, suspend_mode);
70 USE(states, suspend_state);
76 USE(modes, hibernate_mode);
81 USE(states, hibernate_state);
87 USE(modes, hybrid_mode);
92 USE(states, hybrid_state);

Completed in 10 milliseconds