Home
last modified time | relevance | path

Searched refs:klogctl (Results 1 – 5 of 5) sorted by relevance

/rust-libc-0.2.174/libc-test/semver/
H A Dandroid.txt3493 klogctl
H A Dlinux.txt4008 klogctl
/rust-libc-0.2.174/
H A DCHANGELOG.md579 - Linux: add `klogctl` in <https://github.com/rust-lang/libc/pull/3777>
/rust-libc-0.2.174/src/unix/linux_like/android/
H A Dmod.rs3930 pub fn klogctl(syslog_type: c_int, bufp: *mut c_char, len: c_int) -> c_int; in klogctl() function
/rust-libc-0.2.174/src/unix/linux_like/linux/
H A Dmod.rs6916 pub fn klogctl(syslog_type: c_int, bufp: *mut c_char, len: c_int) -> c_int; in klogctl() function