OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bigbuf
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/pci/bktr/
bktr_os.c
767
if (bktr->
bigbuf
== 0) /* no frame buffer allocated (ioctl failed) */
811
return(atop(vtophys(bktr->
bigbuf
) + offset));
1236
if (bktr->
bigbuf
== 0) /* no frame buffer allocated (ioctl failed) */
1276
return(i386_btop(vtophys(bktr->
bigbuf
) + offset));
1760
if (bktr->
bigbuf
== 0) /* no frame buffer allocated (ioctl failed) */
1796
return(i386_btop(vtophys(bktr->
bigbuf
) + offset));
bktr_core.c
566
bktr->
bigbuf
= sbuf;
568
memset((void *) bktr->
bigbuf
, 0, BROOKTREE_ALLOC);
890
ts =(struct timeval *)bktr->
bigbuf
+
1197
if (bktr->
bigbuf
== 0) /* no frame buffer allocated (ioctl failed) */
1228
status = uiomove((void *)bktr->
bigbuf
, count, uio);
1619
if (bktr->
bigbuf
==0) /* no frame buffer allocated */
1661
if (bktr->
bigbuf
==0) /* no frame buffer allocated */
1789
bktr->
bigbuf
);
1795
kmem_free(kernel_map, bktr->
bigbuf
,
1799
bktr->
bigbuf
= sbuf
[
all
...]
bktr_reg.h
455
vaddr_t
bigbuf
; /* buffer that holds the captured image */
member in struct:bktr_softc
463
int alloc_pages; /* number of pages in
bigbuf
*/
Completed in 15 milliseconds
Indexes created Wed Oct 15 07:09:58 GMT 2025