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

/systemd/src/systemctl/
H A Dsystemctl.c3245 typedef struct ExecStatusInfo { struct
3259 LIST_FIELDS(struct ExecStatusInfo, exec);
3260 } ExecStatusInfo; typedef in typeref:struct:ExecStatusInfo
3262 static void exec_status_info_free(ExecStatusInfo *i) {
3271 static int exec_status_info_deserialize(sd_bus_message *m, ExecStatusInfo *i) {
3405 LIST_HEAD(ExecStatusInfo, exec);
3412 ExecStatusInfo *p;
3925 _cleanup_free_ ExecStatusInfo *info = NULL;
3931 info = new0(ExecStatusInfo, 1);
3943 info = new0(ExecStatusInfo,
[all...]

Completed in 178 milliseconds