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

/systemd/src/journal/
H A Djournalctl.c203 _cleanup_free_ char *match1 = NULL; local
209 r = asprintf(&match1, "_KERNEL_DEVICE=%c%u:%u", S_ISBLK(st.st_mode) ? 'b' : 'c', major(st.st_rdev), minor(st.st_rdev));
213 r = sd_journal_add_match(j, match1, 0);

Completed in 15 milliseconds