Searched refs:the_fd (Results 1 - 8 of 8) sorted by relevance

/haiku-fatelf/src/add-ons/accelerants/et6x00/
H A DInitAccelerant.c21 static status_t initCommon(int the_fd) { argument
26 fd = the_fd;
57 * Initialize the accelerant. the_fd is the file handle of the device
63 status_t INIT_ACCELERANT(int the_fd) { argument
70 result = initCommon(the_fd);
/haiku-fatelf/src/add-ons/accelerants/matrox/
H A DInitAccelerant.c17 static status_t init_common(int the_fd);
20 static status_t init_common(int the_fd) argument
28 fd = the_fd;
91 Initialize the accelerant. the_fd is the file handle of the device (in
97 status_t INIT_ACCELERANT(int the_fd) argument
114 result = init_common(the_fd);
/haiku-fatelf/src/add-ons/accelerants/neomagic/
H A DInitAccelerant.c16 static status_t init_common(int the_fd);
19 static status_t init_common(int the_fd) argument
27 fd = the_fd;
122 Initialize the accelerant. the_fd is the file handle of the device (in
128 status_t INIT_ACCELERANT(int the_fd) argument
143 result = init_common(the_fd);
/haiku-fatelf/src/add-ons/accelerants/nvidia/
H A DInitAccelerant.c16 static status_t init_common(int the_fd);
19 static status_t init_common(int the_fd) { argument
26 fd = the_fd;
90 Initialize the accelerant. the_fd is the file handle of the device (in
96 status_t INIT_ACCELERANT(int the_fd) argument
112 result = init_common(the_fd);
/haiku-fatelf/src/add-ons/accelerants/nvidia_gpgpu/
H A DInitAccelerant.c16 static status_t init_common(int the_fd);
19 static status_t init_common(int the_fd) { argument
26 fd = the_fd;
90 Initialize the accelerant. the_fd is the file handle of the device (in
96 status_t INIT_ACCELERANT(int the_fd) argument
111 result = init_common(the_fd);
/haiku-fatelf/src/add-ons/accelerants/skeleton/
H A DInitAccelerant.c16 static status_t init_common(int the_fd);
19 static status_t init_common(int the_fd) { argument
26 fd = the_fd;
91 Initialize the accelerant. the_fd is the file handle of the device (in
97 status_t INIT_ACCELERANT(int the_fd) { argument
112 result = init_common(the_fd);
/haiku-fatelf/src/add-ons/accelerants/via/
H A DInitAccelerant.c16 static status_t init_common(int the_fd);
19 static status_t init_common(int the_fd) { argument
26 fd = the_fd;
91 Initialize the accelerant. the_fd is the file handle of the device (in
97 status_t INIT_ACCELERANT(int the_fd) { argument
112 result = init_common(the_fd);
/haiku-fatelf/src/add-ons/accelerants/radeon/
H A DInitAccelerant.c26 // the_fd - file descriptor of kernel driver
28 static status_t init_common( int the_fd, bool accelerant_is_clone ) argument
42 ai->fd = the_fd;
145 // the_fd - file handle of kernel driver
146 status_t INIT_ACCELERANT( int the_fd )
154 result = init_common( the_fd, 0 );

Completed in 68 milliseconds