Home
last modified time | relevance | path

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

/freebsd/bin/ps/
H A Dps.h80 #define COMM 0x01 /* needs exec arguments and environment (XXX) */ macro
H A Dkeyword.c73 {"args", {NULL}, "COMMAND", "arguments", COMM|LJUST|USER, arguments, 0,
80 {"command", {NULL}, "COMMAND", "command", COMM|LJUST|USER, command, 0,
H A Dps.c1269 if (v->flag & COMM) in scan_vars()
/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.c172 NV(string, COMM); in ATF_TC_BODY()
/freebsd/usr.sbin/sndctl/
H A Dsndctl.c587 strlcpy(ch->proc, NV(string, COMM), sizeof(ch->proc)); in read_dev()