HomeSort by relevance Sort by last modified time
    Searched defs:openlog (Results 1 - 8 of 8) sorted by null

  /external/ltp/testcases/kernel/fs/fs-bench/
random-access.c 14 int openlog[2] = { 0, 0 }; variable
60 printf("Success:\t%d\nFail:\t%d\n", openlog[SUCCESS], openlog[FAIL]);
72 openlog[FAIL]++;
76 openlog[SUCCESS]++;
80 printf("Opened\t %d\nUnopend:\t%d\n", openlog[SUCCESS],
81 openlog[FAIL]);
87 printf("Opened\t %d\nUnopend:\t%d\n", openlog[SUCCESS],
88 openlog[FAIL]);
random-access-del-create.c 14 int openlog[2] = { 0, 0 }; variable
random-del-create.c 14 int openlog[2] = { 0, 0 }; variable
  /bionic/libc/bionic/
syslog.cpp 31 void openlog(const char* log_tag, int /*options*/, int /*facility*/) { function
  /device/linaro/bootloader/edk2/CryptoPkg/Library/BaseCryptLib/SysCall/
CrtWrapper.c 417 void openlog (const char *c, int a, int b) function
  /external/ltp/testcases/kernel/fs/scsi/ltpfs/
main.c 41 int openlog[2] = { 0, 0 }; variable
532 printf("Success:\t%d\nFail:\t%d\n", openlog[SUCCESS], openlog[FAIL]);
543 openlog[FAIL]++;
549 openlog[FAIL]++;
554 openlog[SUCCESS]++;
559 printf("Opened\t %d\nUnopend:\t%d\n", openlog[SUCCESS],
560 openlog[FAIL]);
569 openlog[SUCCESS], openlog[FAIL])
    [all...]
  /external/fio/os/windows/
posix.c 389 void openlog(const char *ident, int logopt, int facility) function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 600 #define openlog(...) (pthread_testcancel(), openlog(__VA_ARGS__)) macro
    [all...]

Completed in 788 milliseconds