Searched refs:run (Results 76 - 79 of 79) sorted by relevance

1234

/haiku/
H A Dconfigure133 location, run "../../relative/path/to/haiku_source/configure <options>" from
134 within your non-default location. "jam [ options ] targets" can then be run
585 echo you will need to run \"git checkout\" again to fix this.
1100 # overwritten the next time configure is run.
1202 # overwritten the next time configure is run.
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBPlusTree.cpp429 block_run run; local
431 && fTree->fStream->FindBlockRun(offset, run, fileOffset) == B_OK) {
440 fBlockNumber = volume->ToBlock(run) + blockOffset;
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/usb/wlan/
H A Dif_run.c88 static SYSCTL_NODE(_hw_usb, OID_AUTO, run, CTLFLAG_RW | CTLFLAG_MPSAFE, 0,
89 "USB run");
91 "run debug level");
1247 * run-rt2870 (8KB) contains both,
5159 * can run into a livelock and start sending CTS-to-self frames like
6436 .name = "run",
6443 DRIVER_MODULE(run, uhub, run_driver, run_devclass, run_driver_loaded, NULL);
6444 MODULE_DEPEND(run, wlan, 1, 1, 1);
6445 MODULE_DEPEND(run, usb, 1, 1, 1);
6446 MODULE_DEPEND(run, firmwar
[all...]
/haiku/src/tests/kits/storage/
H A DMimeTypeTest.cpp160 virtual void run( CppUnit::TestResult *result ) function in class:MimeTypeTestSuite
163 CppUnit::TestSuite::run(result);
1524 IconTest(helper); // First run all the icon tests

Completed in 73 milliseconds

1234