'\" t .TH "SD_JOURNAL_SEEK_HEAD" "3" "" "elogind 252.9" "sd_journal_seek_head" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" sd_journal_seek_head, sd_journal_seek_tail, sd_journal_seek_monotonic_usec, sd_journal_seek_realtime_usec, sd_journal_seek_cursor \- Seek to a position in the journal .SH "SYNOPSIS" .sp .ft B .nf #include .fi .ft .HP \w'int\ sd_journal_seek_head('u .BI "int sd_journal_seek_head(sd_journal\ *" "j" ");" .HP \w'int\ sd_journal_seek_tail('u .BI "int sd_journal_seek_tail(sd_journal\ *" "j" ");" .HP \w'int\ sd_journal_seek_monotonic_usec('u .BI "int sd_journal_seek_monotonic_usec(sd_journal\ *" "j" ", sd_id128_t\ " "boot_id" ", uint64_t\ " "usec" ");" .HP \w'int\ sd_journal_seek_realtime_usec('u .BI "int sd_journal_seek_realtime_usec(sd_journal\ *" "j" ", uint64_t\ " "usec" ");" .HP \w'int\ sd_journal_seek_cursor('u .BI "int sd_journal_seek_cursor(sd_journal\ *" "j" ", const\ char\ *" "cursor" ");" .SH "DESCRIPTION" .PP As elogind can not open any systemd journals, the functions \fBsd_journal_seek_head\fR, \fBsd_journal_seek_tail\fR, \fBsd_journal_seek_monotonic_usec\fR, \fBsd_journal_seek_realtime_usec\fR and \fBsd_journal_seek_cursor\fR do nothing\&. .SH "RETURN VALUE" .PP The functions return \-ENOSYS\&. .SH "SEE ALSO" .PP \fBelogind\fR(8), \fBsd_journal_open\fR(3), \fBsd_journal_next\fR(3), \fBsd_journal_get_data\fR(3), \fBsd_journal_get_cursor\fR(3), \fBsd_journal_get_realtime_usec\fR(3)