Home
last modified time | relevance | path

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

/freebsd/tools/test/stress2/misc/
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 Dsyzkaller13.sh99 static unsigned long long procid;
228 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 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 Dsyzkaller54.sh52 static unsigned long long procid;
305 for (procid = 0; procid < 4; procid++) {
H A Dsyzkaller52.sh57 static unsigned long long procid;
438 for (procid = 0; procid < 4; procid++) {
/freebsd/usr.sbin/syslogd/
H A Dsyslogd.c952 const char *omsg, *hostname, *app_name, *procid, *msgid, in parsemsg_rfc5424() local
1053 PARSE_STRING("PROCID", procid); in parsemsg_rfc5424()
1104 logmsg(pri, timestamp, hostname, app_name, procid, msgid, in parsemsg_rfc5424()
1170 const char **procid) in parsemsg_rfc3164_app_name_procid() argument
1196 *procid = procid_begin; in parsemsg_rfc3164_app_name_procid()
1200 *procid = NULL; in parsemsg_rfc3164_app_name_procid()
1214 const char *app_name, *procid; in parsemsg_rfc3164() local
1285 parsemsg_rfc3164_app_name_procid(&msg, &app_name, &procid); in parsemsg_rfc3164()
1287 logmsg(pri, timestamp, from, app_name, procid, NULL, NULL, line, 0); in parsemsg_rfc3164()
1533 const char *app_name, const char *procid, const char *msgid, in logmsg() argument
[all …]