Home
last modified time | relevance | path

Searched refs:in_hdr (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/fmt/
H A Dfmt.c77 in_hdr, /* currently filling hdrbuf with potential hdr lines */ enumerator
251 hdr_state = in_hdr; in fmt()
258 case in_hdr: in fmt()
285 if (hdr_state == in_hdr) { in fmt()
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c1849 usbvc_input_header_t *in_hdr; in usbvc_free_stream_descr() local
1868 in_hdr = strm->input_header; in usbvc_free_stream_descr()
1871 if (in_hdr) { in usbvc_free_stream_descr()
1872 fmt_cnt = in_hdr->descr->bNumFormats; in usbvc_free_stream_descr()
1882 if (in_hdr) { in usbvc_free_stream_descr()
1883 kmem_free(in_hdr, sizeof (usbvc_input_header_t)); in usbvc_free_stream_descr()
2712 usbvc_input_header_t *in_hdr; in usbvc_parse_stream_header() local
2742 in_hdr = strm_if->input_header; in usbvc_parse_stream_header()
2743 in_hdr->descr = (usbvc_input_header_descr_t *)cvs_buf; in usbvc_parse_stream_header()
2744 if (in_hdr->descr->bNumFormats > 0) { in usbvc_parse_stream_header()
[all …]