Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/test/
H A Dsignal-logging.c174 char *logmsg; in logging_format() local
195 read_log_msg(logmsg); in logging_format()
196 assert(strcmp(logmsg, "(EE) test message\n") == 0); in logging_format()
200 read_log_msg(logmsg); in logging_format()
201 assert(strcmp(&logmsg[strlen(logmsg) - 3], "en\n") == 0); in logging_format()
205 read_log_msg(logmsg); in logging_format()
206 assert(strcmp(&logmsg[strlen(logmsg) - 3], "en\n") == 0); in logging_format()
210 read_log_msg(logmsg); in logging_format()
211 assert(strcmp(logmsg, "(EE) %s %d %u %% %p %i\n") == 0); in logging_format()
215 read_log_msg(logmsg); in logging_format()
[all …]
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/testdir/
H A Dsort.src154 logmsg="Dhrystone 2 without register variables"
159 logmsg="Dhrystone 2 using register variables"
164 logmsg="Arithmetic Test (type = $bench): $options Iterations"
171 logmsg="Arithmetic Test (sqrt(2) with dc to 99 decimal places)"
175 logmsg="Recursion Test: Tower of Hanoi Problem"
181 logmsg="System Call Overhead Test: 5 x $options Calls"
185 logmsg="Pipe-based Context Switching Test: 2 x $options Switches"
188 logmsg="Pipe Throughput Test: read & write $options x 512 byte blocks"
191 logmsg="Process Creation Test: $options forks"
194 logmsg="Execl Throughput Test: $options execs"
[all …]
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/selftest/cases/
H A Dmanifest.py123 logmsg = msg+':\n'+'\n'.join(m_entry[k].missing)
124 self.logger.debug(logmsg)
126 self.fail(logmsg)
161 logmsg = msg+':\n'+'\n'.join(m_entry.missing)
162 self.logger.debug(logmsg)
164 self.fail(logmsg)
/OK3568_Linux_fs/kernel/net/netfilter/
H A Dnf_conntrack_proto_sctp.c332 const char *logmsg; in sctp_error() local
335 logmsg = "nf_ct_sctp: short packet "; in sctp_error()
342 logmsg = "nf_ct_sctp: failed to read header "; in sctp_error()
347 logmsg = "nf_ct_sctp: bad CRC "; in sctp_error()
354 nf_l4proto_log_invalid(skb, state->net, state->pf, IPPROTO_SCTP, "%s", logmsg); in sctp_error()
/OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/unfs3/unfs3/
H A D0001-daemon.c-Libtirpc-porting-fixes.patch17 @@ -117,7 +117,7 @@ void logmsg(int prio, const char *fmt, ...)
H A Dalternate_rpc_ports.patch151 logmsg(LOG_INFO,
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/syslog-ng/files/
H A DCVE-2022-38725-0002.patch104 +#include "logmsg/logmsg.h"
/OK3568_Linux_fs/buildroot/package/pound/
H A D0002-fix-openssl-1.1.0.patch284 logmsg(LOG_WARNING, "thr_RSAgen() lock: %s", strerror(ret_val));
291 logmsg(LOG_WARNING,"RSA_generate(%d, 512) failed", n);
296 logmsg(LOG_WARNING,"RSA_generate(%d, 1024) failed", n);
/OK3568_Linux_fs/buildroot/dl/unixbench/git/UnixBench/
H A DWRITING_TESTS24 * "logmsg": the full name to display for this test.
/OK3568_Linux_fs/kernel/tools/power/pm-graph/
H A Dbootgraph.py684 if sysvals.testlog and sysvals.logmsg:
685 hf.write('<div id="testlog" style="display:none;">\n'+sysvals.logmsg+'</div>\n')
H A Dsleepgraph.py125 logmsg = '' variable in SystemValues
316 self.logmsg = ''
319 self.logmsg += msg+'\n'
2570 if sv.logmsg and sv.testlog:
4679 if sysvals.testlog and sysvals.logmsg:
4680 hf.write('<div id="testlog" style="display:none;">\n'+sysvals.logmsg+'</div>\n')
/OK3568_Linux_fs/buildroot/dl/ncurses/
HDncurses-6.1-20190824.patch.gz1# ncurses 6.1 - patch 20190824 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20191214.patch.gz1# ncurses 6.1 - patch 20191214 - Thomas E. Dickey 2# 3# --- ...
HDncurses-6.1-20190609-patch.sh.bz21#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...
/OK3568_Linux_fs/yocto/meta-openembedded/meta-networking/recipes-connectivity/rdist/rdist-6.1.5/
H A Drdist-6.1.5-cleanup.patch2054 extern void logmsg();