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

/systemd/src/core/
H A Dswap.h34 typedef enum SwapResult { enum
43 } SwapResult; typedef in typeref:enum:SwapResult
74 SwapResult result;
108 const char* swap_result_to_string(SwapResult i) _const_;
109 SwapResult swap_result_from_string(const char *s) _pure_;
H A Ddbus-swap.c77 static BUS_DEFINE_PROPERTY_GET_ENUM(property_get_result, swap_result, SwapResult);
H A Dswap.c666 static void swap_enter_dead(Swap *s, SwapResult f) {
680 static void swap_enter_active(Swap *s, SwapResult f) {
689 static void swap_enter_signal(Swap *s, SwapState state, SwapResult f) {
910 SwapResult f;
963 SwapResult f;
1446 DEFINE_STRING_TABLE_LOOKUP(swap_result, SwapResult);

Completed in 655 milliseconds