Home
last modified time | relevance | path

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

/third_party/toybox/toys/pending/
Dklogd.c38 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/
Dklogctl.c29 int ret = klogctl(SYSLOG_ACTION_SIZE_BUFFER, 0, 0); in klogctl_0100()
40 int ret = klogctl(-1, 0, 0); in klogctl_0200()
Dtest_src_functionalext_supplement_linux.gni18 "klogctl",
/third_party/musl/porting/uniproton/kernel/include/sys/
Dklog.h8 int klogctl (int, char *, int);
/third_party/musl/include/sys/
Dklog.h8 int klogctl (int, char *, int);
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dklog.h8 int klogctl (int, char *, int);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
Dklog.h8 int klogctl (int, char *, int);
/third_party/musl/src/linux/
Dklogctl.c4 int klogctl (int type, char *buf, int len) in klogctl() function
/third_party/toybox/toys/lsb/
Ddmesg.c100 int rc = klogctl(type, buf, len); in xklogctl()
/third_party/musl/
Dlibc.map.txt1043 klogctl;
Dmusl_src.gni491 "src/linux/klogctl.c",