Searched refs:header_type (Results 1 - 3 of 3) sorted by relevance

/freebsd-current/sys/dev/isci/scil/
H A Dintel_pci.h85 U8 header_type; member in struct:sci_pci_common_header
/freebsd-current/usr.bin/fmt/
H A Dfmt.c441 /* ^-- header_type of previous line; -1 at para start */
453 HdrType header_type = hdr_NonHeader; local
457 header_type = hdr_Header;
459 header_type = hdr_Continuation;
472 || header_type == hdr_Header
473 || (header_type == hdr_NonHeader && prev_header_type > hdr_NonHeader)
475 && header_type != hdr_Continuation
481 if (header_type == hdr_Header)
499 header_type != hdr_Continuation)
502 prev_header_type = header_type;
[all...]
/freebsd-current/sys/dev/mlx5/
H A Dmlx5_ifc.h3303 u8 header_type[0x2]; member in struct:mlx5_ifc_config_item_bits

Completed in 113 milliseconds