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

/systemd/src/journal/
H A Djournalctl.c143 typedef struct BootId { struct
147 LIST_FIELDS(struct BootId, boot_list);
148 } BootId; typedef in typeref:struct:BootId
982 static void boot_id_free_all(BootId *l) {
985 BootId *i = l;
993 BootId **boot,
999 _cleanup_free_ BootId *next_boot = NULL;
1024 next_boot = new0(BootId, 1);
1074 BootId **boots,
1075 BootId *query_ref_boo
[all...]

Completed in 16 milliseconds