HomeSort by relevance Sort by last modified time
    Searched full:klogctl (Results 1 - 25 of 352) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /bionic/libc/arch-arm64/syscalls/
klogctl.S 5 ENTRY(klogctl) function
14 END(klogctl)
  /bionic/libc/arch-arm/syscalls/
klogctl.S 5 ENTRY(klogctl) function
16 END(klogctl)
  /bionic/libc/arch-mips/syscalls/
klogctl.S 5 ENTRY(klogctl) function
19 END(klogctl)
  /bionic/libc/arch-x86_64/syscalls/
klogctl.S 5 ENTRY(klogctl) function
15 END(klogctl)
  /bionic/libc/arch-mips64/syscalls/
klogctl.S 5 ENTRY(klogctl) function
25 END(klogctl)
  /external/valgrind/memcheck/tests/linux/
syslog-syscall.c 6 * klogctl().
19 number_of_unread_characters = klogctl(9, 0, 0);
  /external/toybox/toys/lsb/
dmesg.c 38 if (klogctl(8, NULL, TT.level)) perror_exit("klogctl");
45 if (!size && 1>(size = klogctl(10, 0, 0))) perror_exit("klogctl");;
47 size = klogctl(3 + (toys.optflags & FLAG_c), data, size);
48 if (size < 0) perror_exit("klogctl");
  /bionic/libc/arch-x86/syscalls/
klogctl.S 5 ENTRY(klogctl) function
39 END(klogctl)
  /external/toybox/toys/pending/
klogd.c 38 klogctl(8, NULL, level);
50 klogctl(7, NULL, 0);
51 klogctl(0, NULL, 0);
75 klogctl(1, NULL, 0);
85 size = klogctl(2, start, sizeof(msg_buffer) - used - 1);
  /development/ndk/platforms/android-3/include/sys/
klog.h 47 extern int klogctl(int, char *, int);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
klog.h 30 extern int klogctl (int __type, char *__bufp, int __len) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
klog.h 30 extern int klogctl (int __type, char *__bufp, int __len) __THROW;
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
klog.h 30 extern int klogctl (int __type, char *__bufp, int __len) __THROW;
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/sys/
klog.h 47 extern int klogctl(int, char *, int);
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/sys/
klog.h 47 extern int klogctl(int, char *, int);
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/sys/
klog.h 47 extern int klogctl(int, char *, int);
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/sys/
klog.h 47 extern int klogctl(int, char *, int);
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/sys/
klog.h 47 extern int klogctl(int, char *, int);
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/sys/
klog.h 47 extern int klogctl(int, char *, int);
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/sys/
klog.h 47 extern int klogctl(int, char *, int);
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/sys/
klog.h 47 extern int klogctl(int, char *, int);
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/sys/
klog.h 47 extern int klogctl(int, char *, int);
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/sys/
klog.h 47 extern int klogctl(int, char *, int);
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/sys/
klog.h 47 extern int klogctl(int, char *, int);
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/sys/
klog.h 47 extern int klogctl(int, char *, int);

Completed in 2769 milliseconds

1 2 3 4 5 6 7 8 91011>>