Searched refs:header_status (Results 1 - 2 of 2) sorted by path

/freebsd-11-stable/contrib/top/
H A Ddisplay.c92 static enum { OFF, ON, ERASE } header_status = ON; variable in typeref:enum:__anon4187
866 if (header_status == ON)
872 else if (header_status == ERASE)
874 header_status = OFF;
887 if (header_status == ERASE)
892 header_status = OFF;
1050 header_status = ON;
1052 else if (header_status == ON)
1054 header_status = ERASE;
/freebsd-11-stable/sys/dev/e1000/
H A De1000_hw.h451 __le16 header_status; member in struct:e1000_rx_desc_packet_split::__anon6385::__anon6390

Completed in 147 milliseconds