Home
last modified time | relevance | path

Searched refs:OP_MARK (Results 1 – 6 of 6) sorted by relevance

/freebsd-9-stable/sys/dev/ath/ath_hal/
Dah_decode.h41 OP_MARK = 3, /* application marker */ enumerator
/freebsd-9-stable/tools/tools/ath/arcode/
Darcode.c105 case OP_MARK: in main()
/freebsd-9-stable/contrib/bmake/
Dmake.c535 unmarked = ((cgn->type & OP_MARK) == 0); in MakeHandleUse()
536 cgn->type |= OP_MARK; in MakeHandleUse()
874 cgn->type &= ~OP_MARK; in MakeUnmark()
891 if (cgn->type & OP_MARK) in MakeAddAllSrc()
893 cgn->type |= OP_MARK; in MakeAddAllSrc()
Dmake.h302 #define OP_MARK 0x01000000 /* Node found while expanding .ALLSRC */ macro
/freebsd-9-stable/sys/dev/ath/
Dah_osdep.c294 r->op = OP_MARK; in OS_MARK()
/freebsd-9-stable/tools/tools/ath/athdecode/
Dmain.c99 case OP_MARK: in main()