Home
last modified time | relevance | path

Searched refs:HEADERS_BOR (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/avs/dsstat/
H A Ddsstat.h103 #define HEADERS_BOR 0x02 /* field headers at beginning of run */ macro
H A Dmulti_stats.c191 hflags &= (HEADERS_EXL | HEADERS_ATT | HEADERS_BOR); in report()
H A Ddsstat.c361 hflags = HEADERS_BOR; in main()
H A Dreport.c366 if (hflags & HEADERS_BOR) in header()
H A Dsdbc_stats.c358 if (hflags == HEADERS_BOR) in sdbc_header()