Home
last modified time | relevance | path

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

/freebsd/tools/test/stress2/misc/
H A Dsyzkaller71.sh57 static unsigned long long procid;
118 *(uint16_t*)0x20000042 = htobe16(0x4e22 + procid * 4);
126 *(uint16_t*)0x20000182 = htobe16(0x4e22 + procid * 4);
148 for (procid = 0; procid < 4; procid++) {
H A Dsyzkaller55.sh52 static unsigned long long procid;
113 *(uint16_t*)0x20000002 = htobe16(0x4e23 + procid * 4);
120 *(uint16_t*)0x20000082 = htobe16(0x4e23 + procid * 4);
178 for (procid = 0; procid < 4; procid++) {
H A Dsyzkaller15.sh53 static unsigned long long procid;
160 NONFAILING(*(uint16_t*)0x10000182 = htobe16(0x4e22 + procid * 4));
172 for (procid = 0; procid < 4; procid++) {
H A Dsyzkaller16.sh67 static unsigned long long procid;
313 NONFAILING(*(uint16_t*)0x10000002 = htobe16(0x4e22 + procid * 4));
337 NONFAILING(*(uint16_t*)0x10000182 = htobe16(0x4e22 + procid * 4));
369 NONFAILING(*(uint16_t*)0x10000142 = htobe16(0x4e22 + procid * 4));
398 for (procid = 0; procid < 4; procid++) {
H A Dsyzkaller25.sh74 static unsigned long long procid;
406 NONFAILING(*(uint16_t*)0x20000302 = htobe16(0x4e23 + procid * 4));
421 NONFAILING(*(uint16_t*)0x20000042 = htobe16(0x4e23 + procid * 4));
436 NONFAILING(*(uint16_t*)0x20000002 = htobe16(0x4e23 + procid * 4));
439 NONFAILING(*(uint8_t*)0x20000006 = 0 + procid * 1);
457 for (procid = 0; procid < 4; procid++) {
H A Dsyzkaller28.sh56 static unsigned long long procid;
264 *(uint16_t*)0x20000002 = htobe16(0x4e22 + procid * 4);
288 *(uint16_t*)0x20000182 = htobe16(0x4e22 + procid * 4);
338 for (procid = 0; procid < 4; procid++) {
H A Dsyzkaller69.sh82 static unsigned long long procid;
436 NONFAILING(*(uint16_t*)0x200000c2 = htobe16(0x4e20 + procid * 4));
450 NONFAILING(*(uint16_t*)0x2000004a = htobe16(0x4e21 + procid * 4));
464 NONFAILING(*(uint16_t*)0x20000142 = htobe16(0x4e20 + procid * 4));
476 for (procid = 0; procid < 4; procid++) {
H A Dsyzkaller13.sh99 static unsigned long long procid;
228 for (procid = 0; procid < 4; procid++) {
H A Dsyzkaller14.sh57 static unsigned long long procid;
277 for (procid = 0; procid < 4; procid++) {
H A Dsyzkaller32.sh67 static unsigned long long procid;
281 for (procid = 0; procid < 4; procid++) {
H A Dsyzkaller58.sh52 static unsigned long long procid;
271 for (procid = 0; procid < 2; procid++) {
H A Dsyzkaller78.sh77 static unsigned long long procid;
251 for (procid = 0; procid < 4; procid++) {
H A Dsyzkaller54.sh52 static unsigned long long procid;
305 for (procid = 0; procid < 4; procid++) {
H A Dsyzkaller80.sh55 static unsigned long long procid;
302 for (procid = 0; procid < 4; procid++) {
H A Dsyzkaller85.sh59 static unsigned long long procid;
439 NONFAILING(*(uint16_t*)0x200000000042 = htobe16(0x4e23 + procid * 4));
473 for (procid = 0; procid < 4; procid++) {
H A Dsyzkaller88.sh57 static unsigned long long procid;
285 for (procid = 0; procid < 4; procid++) {
H A Dsyzkaller52.sh57 static unsigned long long procid;
438 for (procid = 0; procid < 4; procid++) {
H A Dsyzkaller84.sh56 static unsigned long long procid;
382 for (procid = 0; procid < 4; procid++) {
H A Dsyzkaller86.sh80 static unsigned long long procid;
528 for (procid = 0; procid < 4; procid++) {
/freebsd/usr.sbin/syslogd/
H A Dsyslogd.c943 const char *omsg, *hostname, *app_name, *procid, *msgid, in parsemsg_rfc5424() local
1044 PARSE_STRING("PROCID", procid); in parsemsg_rfc5424()
1095 logmsg(pri, timestamp, hostname, app_name, procid, msgid, in parsemsg_rfc5424()
1161 const char **procid) in parsemsg_rfc3164_app_name_procid() argument
1189 *procid = procid_begin; in parsemsg_rfc3164_app_name_procid()
1193 *procid = NULL; in parsemsg_rfc3164_app_name_procid()
1207 const char *app_name, *procid; in parsemsg_rfc3164() local
1278 parsemsg_rfc3164_app_name_procid(&msg, &app_name, &procid); in parsemsg_rfc3164()
1280 logmsg(pri, timestamp, from, app_name, procid, NULL, NULL, line, 0); in parsemsg_rfc3164()
1526 const char *app_name, const char *procid, const char *msgid, in logmsg() argument
[all …]