Home
last modified time | relevance | path

Searched refs:COMM (Results 1 – 7 of 7) sorted by relevance

/freebsd/bin/ps/
H A Dps.h68 #define COMM 0x01 /* needs exec arguments and environment (XXX) */ macro
H A Dkeyword.c66 {"args", "COMMAND", NULL, "arguments", COMM|LJUST|USER, arguments, 0,
73 {"command", "COMMAND", NULL, "command", COMM|LJUST|USER, command, 0,
H A Dps.c1209 if (v->flag & COMM) in scanvars()
/freebsd/sys/i386/
H A DMakefile31 -ctags -wdt ${COMM} ${SI386}
/freebsd/sys/amd64/
H A DMakefile32 -ctags -wdt ${COMM} ${SAMD64}
/freebsd/sys/kern/
H A DMake.tags.inc11 COMM= ${SYS}/sys/vnode.h \
/freebsd/tests/sys/sound/
H A Dsndstat.c180 NV(string, COMM); in ATF_TC_BODY()