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

/opensolaris-onvv-gate/usr/src/cmd/fmt/
H A Dfmt.c77 in_hdr, /* currently filling hdrbuf with potential hdr lines */ enumerator in enum:hdr_type
250 hdr_state = in_hdr;
257 case in_hdr:
284 if (hdr_state == in_hdr) {
/opensolaris-onvv-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c1846 usbvc_input_header_t *in_hdr; local
1865 in_hdr = strm->input_header;
1868 if (in_hdr) {
1869 fmt_cnt = in_hdr->descr->bNumFormats;
1879 if (in_hdr) {
1880 kmem_free(in_hdr, sizeof (usbvc_input_header_t));
2709 usbvc_input_header_t *in_hdr; local
2739 in_hdr = strm_if->input_header;
2740 in_hdr->descr = (usbvc_input_header_descr_t *)cvs_buf;
2741 if (in_hdr
[all...]

Completed in 99 milliseconds