Searched refs:COMM (Results 1 – 8 of 8) sorted by relevance
| /freebsd/bin/ps/ |
| H A D | ps.h | 80 #define COMM 0x01 /* needs exec arguments and environment (XXX) */ macro
|
| H A D | keyword.c | 73 {"args", {NULL}, "COMMAND", "arguments", COMM|LJUST|USER, arguments, 0, 80 {"command", {NULL}, "COMMAND", "command", COMM|LJUST|USER, command, 0,
|
| H A D | ps.c | 1269 if (v->flag & COMM) in scan_vars()
|
| /freebsd/sys/i386/ |
| H A D | Makefile | 31 -ctags -wdt ${COMM} ${SI386}
|
| /freebsd/sys/amd64/ |
| H A D | Makefile | 32 -ctags -wdt ${COMM} ${SAMD64}
|
| /freebsd/sys/kern/ |
| H A D | Make.tags.inc | 11 COMM= ${SYS}/sys/vnode.h \
|
| /freebsd/tests/sys/sound/ |
| H A D | sndstat.c | 172 NV(string, COMM); in ATF_TC_BODY()
|
| /freebsd/usr.sbin/sndctl/ |
| H A D | sndctl.c | 587 strlcpy(ch->proc, NV(string, COMM), sizeof(ch->proc)); in read_dev()
|