Searched refs:COMM (Results 1 – 7 of 7) sorted by relevance
/freebsd/bin/ps/ |
H A D | ps.h | 68 #define COMM 0x01 /* needs exec arguments and environment (XXX) */ macro
|
H A D | keyword.c | 66 {"args", "COMMAND", NULL, "arguments", COMM|LJUST|USER, arguments, 0, 73 {"command", "COMMAND", NULL, "command", COMM|LJUST|USER, command, 0,
|
H A D | ps.c | 1209 if (v->flag & COMM) in scanvars()
|
/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 | 180 NV(string, COMM); in ATF_TC_BODY()
|