Searched refs:run (Results 1 - 25 of 79) sorted by last modified time

1234

/haiku/src/apps/poorman/
H A DPoorManWindow.cpp253 text_run run; local
256 run.offset = 0;
257 run.color = color;
260 runs.runs[0] = run;
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DInode.cpp147 block_run& run, fs_vnode_ops* vnodeOps,
195 block_run& run, fs_vnode_ops* vnodeOps, Inode** _inode)
208 run = fRun;
210 volume->ToVnode(run), mode, run);
374 block_run& run)
404 Node().inode_num = run;
1472 Inode::FindBlockRun(off_t pos, block_run& run, off_t& offset) argument
1476 // find matching block run
1510 run
194 New(block_run* parentRun, mode_t mode, uint32 publishFlags, block_run& run, fs_vnode_ops* vnodeOps, Inode** _inode) argument
373 Inode(Volume* volume, Transaction& transaction, ino_t id, mode_t mode, block_run& run) argument
1694 _AllocateBlockArray(Transaction& transaction, block_run& run, size_t length, bool variableSize) argument
1811 block_run run; local
2079 _FreeStaticStreamArray(Transaction& transaction, int32 level, block_run run, off_t size, off_t offset, off_t& max) argument
2170 block_run run = array[i]; local
2717 block_run run; local
[all...]
H A DBPlusTree.cpp429 block_run run; local
431 && fTree->fStream->FindBlockRun(offset, run, fileOffset) == B_OK) {
440 fBlockNumber = volume->ToBlock(run) + blockOffset;
H A Dkernel_interface.cpp539 block_run run; local
545 status_t status = inode->FindBlockRun(offset, run, fileOffset);
549 vecs[index].offset = volume->ToOffset(run) + offset - fileOffset;
550 vecs[index].length = ((uint32)run.Length() << blockShift)
807 block_run run; local
808 while (allocator.AllocateBlocks(transaction, 8, 0, 64, 1, run)
811 ", %" B_PRIu16 ")\n", run.allocation_group, run.start,
812 run.length));
814 for (int32 i = 0;i < run
[all...]
H A DBlockAllocator.cpp43 Allocate(block_run run) argument
45 fRun(run)
65 Free(block_run run) argument
67 fRun(run)
372 /*! Allocates the specified run in the allocation group.
373 Doesn't check if the run is valid or already allocated partially, nor
441 /*! Frees the specified run in the allocation group.
442 Doesn't check if the run is valid or was not completely allocated, nor
727 is put into \a run.
734 uint16 start, uint16 maximum, uint16 minimum, block_run& run)
[all...]
H A DCheckVisitor.cpp27 block_run run; member in struct:check_index
191 FATAL(("CheckVisitor didn't run through\n"));
316 index->run = inode->BlockRun();
380 // Iterating over the B+tree failed - we let the checkfs run
524 status = _CheckAllocated(runs[index], "indirect->run");
587 "double indirect->runs->run");
606 CheckVisitor::_CheckAllocated(block_run run, const char* type) argument
610 // make sure the block run is valid
611 if (!allocator.IsValidBlockRun(run, type)) {
618 off_t start = GetVolume()->ToBlock(run);
[all...]
/haiku/src/system/kernel/vm/
H A Dvm_page.cpp337 out.Print("page alloc run: start %#" B_PRIxPHYSADDR " length: %"
1157 kprintf("longest free pages run: %" B_PRIuPHYSADDR " pages (at %"
1160 kprintf("longest free/cached pages run: %" B_PRIuPHYSADDR " pages (at %"
1953 void SetTo(PageWriterRun* run, vm_page* page, int32 maxPages);
2111 PageWriteTransfer::SetTo(PageWriterRun* run, vm_page* page, int32 maxPages) argument
2113 fRun = run;
2345 PageWriterRun run; local
2346 if (run.Init(kNumPages) != B_OK) {
2392 run.PrepareNextRun();
2458 run
[all...]
/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/apps/icon-o-matic/import_export/styled_text/
H A DStyledTextImporter.h26 text_run *run; member in struct:style_map
48 status_t _AddStyle(Icon *icon, text_run *run);
50 status_t _AddShape(Icon *icon, BShape *shape, text_run *run);
H A DStyledTextImporter.cpp283 // import run colors as styles
293 text_run *run = NULL; local
295 run = &runs->runs[0];
302 // make sure we are still on the (good) run
303 while (run && currentRun < runs->count - 1 &&
305 run = &runs->runs[++currentRun];
306 //printf("switching to run %d\n", currentRun);
315 if (run)
316 font = run->font;
356 for (int j = 0; run
382 _AddStyle(Icon *icon, text_run *run) argument
429 _AddShape(Icon *icon, BShape *shape, text_run *run) argument
[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
/haiku/src/tests/add-ons/kernel/file_systems/bfs/dump_log/
H A Ddump_log.cpp46 toBlock(disk_super_block &superBlock, block_run run) argument
48 return ((((off_t)run.AllocationGroup()) << superBlock.AllocationGroupShift()) | (off_t)run.Start());
53 toOffset(disk_super_block &superBlock, block_run run) argument
55 return toBlock(superBlock, run) << superBlock.BlockShift();
/haiku/src/system/boot/loader/file_systems/bfs/
H A DStream.cpp27 CachedBlock(Volume& volume, block_run run);
30 uint8* SetTo(block_run run);
57 CachedBlock::CachedBlock(Volume &volume, block_run run) argument
63 SetTo(run);
101 CachedBlock::SetTo(block_run run) argument
103 return SetTo(fVolume.ToBlock(run));
110 Stream::Stream(Volume& volume, block_run run) argument
114 if (read_pos(volume.Device(), volume.ToOffset(run), this, sizeof(bfs_inode))
198 Stream::FindBlockRun(off_t pos, block_run& run, off_t& offset) argument
200 // find matching block run
312 block_run run; local
[all...]
/haiku/src/bin/bfs_tools/lib/
H A DInode.cpp235 Inode::SetParent(const block_run& run) argument
237 fInode->parent = run;
243 Inode::SetBlockRun(const block_run& run) argument
245 fInode->inode_num = run;
246 fBlockRun = run;
399 block_run run;
400 status = fAttributes->GetNextEntry(name, &run);
407 Attribute *attribute = (Attribute *)Inode::Factory(fDisk, run);
571 Inode::Factory(Disk *disk, block_run run) argument
577 if (disk->ReadAt(disk->ToOffset(run), inod
1130 GetNextEntry(char *name, block_run *run) argument
1152 GetNextEntry(block_run *run) argument
1161 Contains(const block_run *run) argument
1210 FindEntry(const char *name, block_run *run) argument
[all...]
/haiku/src/bin/bfs_tools/
H A Drecover.cpp71 Inode* Get(block_run run) argument
73 return Acquire((Inode *)fHashtable.GetValue(&run));
121 static uint32 BlockRunHash(const block_run *run) argument
123 return (run->allocation_group << 16) | run->start;
140 InodeGetter(Disk& disk, block_run run) argument
142 fInode = Inode::Factory(&disk, run);
184 virtual Inode *InodeAt(block_run run) argument
187 if ((inode = gLogged.Get(run)) != NULL)
190 if ((inode = gMissing.Get(run)) !
325 block_run run; local
356 block_run run; local
457 block_run run = node->Parent(); local
619 block_run run; local
664 block_run run; local
[all...]
H A Dchkindex.cpp44 bool Contains(block_run *run) argument
46 return ContainsKey((void *)run);
49 bool Put(block_run &run) argument
55 memcpy(value,&run,sizeof(block_run));
64 static uint32 BlockRunHash(const block_run *run) argument
66 return run->allocation_group << 16 | run->start;
97 block_run run; local
98 while (directory->GetNextEntry(name,&run) >= B_OK)
103 gHashtable.Put(run);
154 block_run run = disk.ToBlockRun(offset); local
198 block_run *run = NULL; local
365 checkIndex(Disk &disk,char *attribute,block_run &run,bool collect) argument
502 block_run run; local
[all...]
H A Dbfswhich.cpp151 block_run run; local
152 while (directory->GetNextEntry(name, &run) == B_OK) {
159 Inode *inode = Inode::Factory(&disk, run);
174 name, run.allocation_group, run.start);
211 testBitmap(Disk& disk, const block_run& run) argument
220 printf("Block bitmap sees block %lld as %s.\n", disk.ToBlock(run),
221 bitmap.UsedAt(disk.ToBlock(run)) ? "used" : "free");
300 block_run run = parseBlockRun(disk, argv[1], argv[2]); local
301 off_t block = disk.ToBlock(run);
[all...]
/haiku/src/bin/
H A Dleak_analyser.sh14 To generate such a file run a program with the following
/haiku/src/tools/checkstyle/
H A Dcheckstyle.py16 def run(fileSet, rules, outputFileName): function
92 run(files, cppRules, "styleviolations.html")
/haiku/src/add-ons/kernel/drivers/network/wlan/ralinkwifi/
H A Dglue.c44 extern driver_t* DRIVER_MODULE_NAME(run, uhub);
57 DRIVER_MODULE_NAME(run, uhub),
/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/tools/
H A Dhardlink_packages.py30 if subprocess.run(['package_repo'], None, None, None,
/haiku/3rdparty/docker/bootstrap/
H A DMakefile17 ${ENGINE} run -v bootstrap_work:/work:exec ${EXTRA} docker.io/haiku/bootstrap:${VER} prep
19 ${ENGINE} run -e TARGET_ARCH=$(TARGET_ARCH) -v bootstrap_work:/work:exec ${EXTRA} docker.io/haiku/bootstrap:${VER} crosstools
21 ${ENGINE} run -e TARGET_ARCH=$(TARGET_ARCH) -v bootstrap_work:/work:exec ${EXTRA} docker.io/haiku/bootstrap:${VER} bootstrap
23 ${ENGINE} run -it -e TARGET_ARCH=$(TARGET_ARCH) -v bootstrap_work:/work:exec ${EXTRA} docker.io/haiku/bootstrap:${VER} /bin/bash -l
/haiku/src/add-ons/translators/rtf/
H A Dconvert.cpp276 copy_text_run(text_run *run) argument
284 if (run != NULL) {
285 newRun->offset = run->offset;
286 newRun->font = run->font;
287 newRun->color = run->color;
299 dump_text_run(text_run *run)
301 if (run == NULL)
304 printf("run: offset = %ld, color = {%d,%d,%d}, font = ",
305 run->offset, run
363 text_run *run = (text_run *)fRuns.RemoveItem((int32)0); local
377 PrepareTextRun(text_run *run) argument
[all...]
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Dlcnalloc.c118 int i, j, run = 0; local
130 run += 8;
135 if (run > max_range) {
136 max_range = run;
137 start_pos = (s64)i * 8 - run;
139 run = 0;
151 if (run > max_range) {
152 max_range = run;
153 start_pos = (s64)i * 8 + (j - run);
155 run
[all...]

Completed in 285 milliseconds

1234