Searched refs:buf_map (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dcprboot.h95 uint_t *buf_map; /* map of buf phys page numbers */ member in struct:statefile
108 * buf_map starts out as an identity map, and gets updated as
112 #define SF_BUF_PPN(off) *(sfile.buf_map + mmu_btop(off))
H A Dbitmap.c372 * sfile.buf_map
391 sfile.buf_map = (uint_t *)newvirt;
397 imap = sfile.buf_map;
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c1042 bufgrp = &strm_if->buf_map;
2358 list_create(&(strm_if->buf_map.uv_buf_free),
2360 list_create(&(strm_if->buf_map.uv_buf_done),
2939 strm_if->buf_map.buf_head = bufs;
2962 list_insert_tail(&strm_if->buf_map.uv_buf_free, &bufs[i]);
2967 strm_if->buf_map.buf_cnt = buf_cnt;
2968 strm_if->buf_map.buf_filling = NULL;
2985 strm_if->buf_map.buf_filling = NULL;
2986 while (!list_is_empty(&strm_if->buf_map.uv_buf_free)) {
2987 buf = (usbvc_buf_t *)list_head(&strm_if->buf_map
[all...]
H A Dusbvc_v4l2.c274 if (strm_if->buf_map.buf_cnt) {
294 if (reqbuf.count == strm_if->buf_map.buf_cnt) {
355 usbvc_bufg = &usbvcp->usbvc_curr_strm->buf_map;
387 usbvc_bufg = &usbvcp->usbvc_curr_strm->buf_map;
1140 bufgrp = &usbvcp->usbvc_curr_strm->buf_map;
1229 (list_is_empty(&usbvcp->usbvc_curr_strm->buf_map.uv_buf_done))) {
1236 while (list_is_empty(&usbvcp->usbvc_curr_strm->buf_map.uv_buf_done)) {
1252 buf_done = list_head(&usbvcp->usbvc_curr_strm->buf_map.uv_buf_done);
1254 list_remove(&usbvcp->usbvc_curr_strm->buf_map.uv_buf_done, buf_done);
/illumos-gate/usr/src/uts/common/sys/usb/clients/video/usbvc/
H A Dusbvc_var.h138 usbvc_buf_grp_t buf_map; /* buf used for mmap I/O */ member in struct:usbvc_stream_if

Completed in 56 milliseconds