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

/systemd/src/machine/
H A Dmachinectl.c113 typedef struct MachineInfo { struct
117 } MachineInfo; typedef in typeref:struct:MachineInfo
120 const MachineInfo *x = a, *y = b;
130 _cleanup_free_ MachineInfo *machines = NULL;
192 qsort_safe(machines, n_machines, sizeof(MachineInfo), compare_machine_info);

Completed in 2220 milliseconds