Searched refs:ExecUtmpMode (Results 1 – 4 of 4) sorted by relevance
31 typedef enum ExecUtmpMode { enum37 } ExecUtmpMode; typedef253 ExecUtmpMode utmp_mode;506 const char* exec_utmp_mode_to_string(ExecUtmpMode i) _const_;507 ExecUtmpMode exec_utmp_mode_from_string(const char *s) _pure_;
50 static BUS_DEFINE_PROPERTY_GET_ENUM(property_get_exec_utmp_mode, exec_utmp_mode, ExecUtmpMode);1645 static BUS_DEFINE_SET_TRANSIENT_PARSE(utmp_mode, ExecUtmpMode, exec_utmp_mode_from_string);
133 DEFINE_CONFIG_PARSE_ENUM(config_parse_exec_utmp_mode, exec_utmp_mode, ExecUtmpMode, "Failed to pars…
7123 DEFINE_STRING_TABLE_LOOKUP(exec_utmp_mode, ExecUtmpMode);