Home
last modified time | relevance | path

Searched refs:openlog (Results 1 – 25 of 53) sorted by relevance

123

/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-daemons/tftp-hpa/files/
H A D0001-__progname-is-provided-by-libc.patch38 - openlog(__progname, LOG_PID | LOG_NDELAY, LOG_DAEMON);
39 + openlog(tftpd_progname, LOG_PID | LOG_NDELAY, LOG_DAEMON);
47 - openlog(__progname, LOG_PID | LOG_NDELAY, LOG_DAEMON);
48 + openlog(tftpd_progname, LOG_PID | LOG_NDELAY, LOG_DAEMON);
/OK3568_Linux_fs/yocto/poky/meta/recipes-extended/tcp-wrappers/tcp-wrappers-7.6/
H A Dfix_warnings2.patch92 -openlog(name, logopt, facility)
93 +void openlog(name, logopt, facility)
/OK3568_Linux_fs/external/mpp/osal/linux/
H A Dos_log.cpp49 openlog("mpp", option, LOG_USER); in SyslogWrapper()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sys/
H A Dsyslog.h181 extern void openlog (const char *__ident, int __option, int __facility);
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sys/
H A Dsyslog.h181 extern void openlog (const char *__ident, int __option, int __facility);
/OK3568_Linux_fs/kernel/tools/laptop/freefall/
H A Dfreefall.c139 openlog(app_name, LOG_CONS | LOG_PID | LOG_NDELAY, LOG_LOCAL1); in main()
/OK3568_Linux_fs/kernel/tools/usb/usbip/src/
H A Dusbip.c160 openlog("", LOG_PID, LOG_USER); in main()
/OK3568_Linux_fs/kernel/tools/hv/
H A Dhv_fcopy_daemon.c186 openlog("HV_FCOPY", 0, LOG_USER); in main()
H A Dhv_vss_daemon.c244 openlog("Hyper-V VSS", 0, LOG_USER); in main()
H A Dhv_kvp_daemon.c1400 openlog("KVP", 0, LOG_USER); in main()
/OK3568_Linux_fs/kernel/tools/thermal/tmon/
H A Dtmon.c127 openlog("tmon.log", LOG_CONS | LOG_PID | LOG_NDELAY, LOG_LOCAL0); in start_syslog()
/OK3568_Linux_fs/u-boot/common/
H A Dzglobal.h210 # define openlog(name,pid,facility) /* void it */ macro
H A Dlrz.c565 openlog(program_name,LOG_PID,ENABLE_SYSLOG); in zmodem_rx()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/share/info/
H A Dlibc.info-81532 * openlog: (libc)openlog.
4131 * openlog:: Open connection to Syslog
4143 File: libc.info, Node: openlog, Next: syslog; vsyslog, Up: Submitting Syslog Messages
4145 18.2.1 openlog
4151 -- Function: void openlog (const char *IDENT, int OPTION, int FACILITY)
4156openlog’ opens or reopens a connection to Syslog in preparation
4164 If IDENT is NULL, or if ‘openlog’ is not called, the default
4173 you must call ‘openlog’ again; overwriting the string pointed to by
4182 use ‘openlog’, you must call ‘closelog’ before any point where your
4190 openlog ("mylibrary", option, priority);
[all …]
H A Dlibc.info-171532 * openlog: (libc)openlog.
3240 * LOG_CONS: openlog. (line 81)
3259 * LOG_NDELAY: openlog. (line 94)
3262 * LOG_ODELAY: openlog. (line 102)
3263 * LOG_PERROR: openlog. (line 75)
3264 * LOG_PID: openlog. (line 88)
H A Dlibc.info1532 * openlog: (libc)openlog.
2516 Node: openlog2263297
H A Dlibc.info-161532 * openlog: (libc)openlog.
3995 * openlog: openlog. (line 9)
H A Ddir1401 * openlog: (libc)openlog.
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/share/info/
H A Dlibc.info-81532 * openlog: (libc)openlog.
4131 * openlog:: Open connection to Syslog
4143 File: libc.info, Node: openlog, Next: syslog; vsyslog, Up: Submitting Syslog Messages
4145 18.2.1 openlog
4151 -- Function: void openlog (const char *IDENT, int OPTION, int FACILITY)
4156openlog’ opens or reopens a connection to Syslog in preparation
4164 If IDENT is NULL, or if ‘openlog’ is not called, the default
4173 you must call ‘openlog’ again; overwriting the string pointed to by
4182 use ‘openlog’, you must call ‘closelog’ before any point where your
4190 openlog ("mylibrary", option, priority);
[all …]
H A Dlibc.info-171532 * openlog: (libc)openlog.
3240 * LOG_CONS: openlog. (line 81)
3259 * LOG_NDELAY: openlog. (line 94)
3262 * LOG_ODELAY: openlog. (line 102)
3263 * LOG_PERROR: openlog. (line 75)
3264 * LOG_PID: openlog. (line 88)
H A Dlibc.info1532 * openlog: (libc)openlog.
2516 Node: openlog2263297
H A Dlibc.info-161532 * openlog: (libc)openlog.
3995 * openlog: openlog. (line 9)
H A Ddir1401 * openlog: (libc)openlog.
H A Dlibc.info-141532 * openlog: (libc)openlog.
/OK3568_Linux_fs/kernel/tools/power/pm-graph/
H A Dsleepgraph.py842 fp = self.openlog(filename, 'w')
891 def openlog(self, filename, mode): member in SystemValues
925 tf = self.openlog(self.ftracefile, 'r')
996 with self.openlog(self.ftracefile, 'a') as fp:
1381 lf = sysvals.openlog(sysvals.dmesgfile, 'r')
2897 fp = sv.openlog(sv.ftracefile, 'r')
3040 fp = sysvals.openlog(sysvals.ftracefile, 'r')
3082 tf = sysvals.openlog(sysvals.ftracefile, 'r')
3195 tf = sysvals.openlog(sysvals.ftracefile, 'r')
3644 lf = sysvals.openlog(sysvals.dmesgfile, 'r')
[all …]

123