Searched full:fbio (Results 1 – 24 of 24) sorted by relevance
4 Subject: [PATCH] fbio.cpp, improxy.cpp, fbterm.cpp: fix musl compile11 fbio.cpp:33:8: error: ‘fd_set’ does not name a type24 src/fbio.cpp | 1 +29 diff --git a/src/fbio.cpp b/src/fbio.cpp31 --- a/src/fbio.cpp32 +++ b/src/fbio.cpp
34 #include <asm/fbio.h>37 #include <sys/fbio.h>44 #include <sys/fbio.h>47 #include <machine/fbio.h>50 #include <sun/fbio.h>
8 /* Constants used for fbio SunOS compatibility */48 /* fbio ioctls */
145 + 2 /* memory request to fbio block */ in nv10_calc_arb()146 + 7; /* data returned from fbio block */ in nv10_calc_arb()
5 #include <uapi/asm/fbio.h>
93 no-header-test += asm/fbio.h
14 #include <asm/fbio.h>
86 #include <asm/fbio.h>
96 FBIO "read" FIFO periodic resetting enabled.
16 #include <asm/fbio.h>
21 #include <asm/fbio.h>
23 #include <asm/fbio.h>
22 #include <asm/fbio.h>
1999 struct bio *tbio, *fbio; in sync_request_write() local2014 fbio = r10_bio->devs[i].bio; in sync_request_write()2015 fbio->bi_iter.bi_size = r10_bio->sectors << 9; in sync_request_write()2016 fbio->bi_iter.bi_idx = 0; in sync_request_write()2017 fpages = get_resync_pages(fbio)->pages; in sync_request_write()2071 md_bio_reset_resync_pages(tbio, rp, fbio->bi_iter.bi_size); in sync_request_write()2079 bio_copy_data(tbio, fbio); in sync_request_write()2102 && r10_bio->devs[i].bio != fbio) in sync_request_write()2103 bio_copy_data(tbio, fbio); in sync_request_write()
143 #include <sys/fbio.h>
453 mclks += 2; /* fb_cas_n_ memory request to fbio block */ in nv10CalcArbitration()454 mclks += 7; /* sm_d_rdv data returned from fbio block */ in nv10CalcArbitration()
887 mclks += 2; /* fb_cas_n_ memory request to fbio block */ in nv10CalcArbitration()888 mclks += 7; /* sm_d_rdv data returned from fbio block */ in nv10CalcArbitration()
1#!/bin/sh 2# Use this script to patch ncurses 6.1 to 6.1 ( ...