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

/haiku/src/add-ons/accelerants/neomagic/engine/
H A Dnm_general.c9 static status_t test_ram(void);
165 static status_t test_ram(void) function
173 LOG(8,("INIT: test_ram detected NULL pointer.\n"));
202 if (test_ram() == B_OK)
/haiku/src/add-ons/accelerants/skeleton/engine/
H A Dgeneral.c11 static status_t test_ram(void);
116 static status_t test_ram() function
124 LOG(8,("INIT: test_ram detected NULL pointer.\n"));
156 if (test_ram() == B_OK)
/haiku/src/add-ons/accelerants/via/engine/
H A Dgeneral.c11 static status_t test_ram(void);
140 static status_t test_ram() function
148 LOG(8,("INIT: test_ram detected NULL pointer.\n"));
180 if (test_ram() == B_OK)
/haiku/src/add-ons/accelerants/matrox/engine/
H A Dmga_general.c11 static status_t test_ram(void);
140 static status_t test_ram() function
148 LOG(8,("INIT: test_ram detected NULL pointer.\n"));
180 if (test_ram() == B_OK)
209 result = test_ram();
/haiku/src/add-ons/accelerants/nvidia/engine/
H A Dnv_general.c12 static status_t test_ram(void);
1386 static status_t test_ram() function
1394 LOG(8,("INIT: test_ram detected NULL pointer.\n"));
1426 if (test_ram() == B_OK)

Completed in 57 milliseconds