Home
last modified time | relevance | path

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

/external/toybox/toys/lsb/
Ddmesg.c99 static int xklogctl(int type, char *buf, int len) in xklogctl() function
160 if (!(size = TT.size)) size = xklogctl(10, 0, 0); in dmesg_main()
162 data[size = xklogctl(3+(toys.optflags&FLAG_c), data, size)] = 0; in dmesg_main()
178 if (toys.optflags & FLAG_n) xklogctl(8, 0, TT.level); in dmesg_main()
181 if (toys.optflags & (FLAG_C|FLAG_c)) xklogctl(5, 0, 0); in dmesg_main()