Searched refs:klogctl (Results 1 – 11 of 11) sorted by relevance
/third_party/toybox/toys/pending/ |
D | klogd.c | 38 klogctl(8, NULL, level); 50 klogctl(7, NULL, 0); in handle_signal() 51 klogctl(0, NULL, 0); in handle_signal() 75 klogctl(1, NULL, 0); in klogd_main() 85 size = klogctl(2, start, sizeof(msg_buffer) - used - 1); in klogd_main()
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | klogctl.c | 29 int ret = klogctl(SYSLOG_ACTION_SIZE_BUFFER, 0, 0); in klogctl_0100() 40 int ret = klogctl(-1, 0, 0); in klogctl_0200()
|
D | test_src_functionalext_supplement_linux.gni | 18 "klogctl",
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | klog.h | 8 int klogctl (int, char *, int);
|
/third_party/musl/include/sys/ |
D | klog.h | 8 int klogctl (int, char *, int);
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | klog.h | 8 int klogctl (int, char *, int);
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | klog.h | 8 int klogctl (int, char *, int);
|
/third_party/musl/src/linux/ |
D | klogctl.c | 4 int klogctl (int type, char *buf, int len) in klogctl() function
|
/third_party/toybox/toys/lsb/ |
D | dmesg.c | 100 int rc = klogctl(type, buf, len); in xklogctl()
|
/third_party/musl/ |
D | libc.map.txt | 1043 klogctl;
|
D | musl_src.gni | 491 "src/linux/klogctl.c",
|