Searched refs:direct (Results 26 - 40 of 40) sorted by relevance

12

/haiku/src/add-ons/kernel/file_systems/bfs/
H A DDebug.cpp85 if (!stream->direct[i].IsZero()) {
86 kprintf(" direct[%02d] = ", i);
87 dump_block_run("", stream->direct[i]);
H A Dbfs.h120 block_run direct[NUM_DIRECT_BLOCKS]; member in struct:BFS::data_stream
H A DBlockAllocator.cpp980 if (data.direct[last + 1].IsZero())
983 group = data.direct[last].AllocationGroup();
984 start = data.direct[last].Start() + data.direct[last].Length();
/haiku/src/bin/bfs_tools/lib/
H A Dbfs.h79 block_run direct[NUM_DIRECT_BLOCKS]; member in struct:data_stream
/haiku/src/kits/tracker/
H A DPose.h80 void DrawIcon(BPoint where, BView* view, BSize size, bool direct,
/haiku/src/add-ons/decorators/BeDecorator/
H A DBeDecorator.cpp715 \param direct Draw without double buffering.
719 BeDecorator::_DrawClose(Decorator::Tab* _tab, bool direct, BRect rect) argument
734 _DrawButtonBitmap(bitmap, direct, rect);
744 \param direct Draw without double buffering.
748 BeDecorator::_DrawZoom(Decorator::Tab* _tab, bool direct, BRect rect) argument
765 _DrawButtonBitmap(bitmap, direct, rect);
770 BeDecorator::_DrawMinimize(Decorator::Tab* tab, bool direct, BRect rect) argument
867 BeDecorator::_DrawButtonBitmap(ServerBitmap* bitmap, bool direct, BRect rect) argument
873 fDrawingEngine->SetCopyToFrontEnabled(direct);
/haiku/src/tests/system/kernel/cache/
H A Dpages_io_test.cpp50 file_extent direct[CACHED_FILE_EXTENTS]; member in union:file_map::__anon44
101 return &direct[index];
117 // from the direct range
451 // translate the iovecs into direct device accesses
501 // a) also use this direct I/O for writes (otherwise, it would
/haiku/src/kits/app/
H A DMessage.cpp2135 BPrivate::BDirectMessageTarget* direct = NULL; local
2138 BPrivate::gDefaultTokens.AcquireHandlerTarget(token, &direct);
2140 if (direct != NULL) {
2141 // We have a direct local message target - we can just enqueue the
2149 direct->Release();
2230 if (direct == NULL) {
2251 if (direct != NULL) {
2252 KTRACE("BMessage send direct: port: %ld, token: %ld, "
2257 direct->AddMessage(copy);
2258 if (direct
[all...]
/haiku/src/servers/app/
H A DDesktop.cpp425 fDirectScreenLock("direct screen lock"),
1492 // stop direct frame buffer access
1493 bool direct = false; local
1496 direct = true;
1531 // resume direct frame buffer access
1532 if (direct) {
1570 // stop direct frame buffer access
1571 bool direct = false; local
1574 direct = true;
1603 // resume direct fram
[all...]
/haiku/headers/private/drivers/
H A Dscsi_cmds.h841 // content of dev_spec_parameter for direct access devices
1174 direct : 1, // direction: 0 forward, 1 backward
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DInode.cpp159 TRACE("Inode::WriteBack() finished %" B_PRId32 "\n", Node().stream.direct[0]);
H A Dext2.h354 uint32 direct[EXT2_DIRECT_BLOCKS]; member in struct:ext2_data_stream
H A DBlockAllocator.cpp749 // Only direct blocks
750 lastBlock = dataStream->direct[numBlocks];
/haiku/src/add-ons/kernel/drivers/disk/scsi/scsi_cd/
H A Dscsi_cd.cpp585 cmd.direct = buf->direction < 0;
/haiku/src/apps/poorman/libhttpd/
H A Dlibhttpd.c69 # define dirent direct
2841 while ( ( de = readdir( dirp ) ) != 0 ) /* dirent or direct */

Completed in 155 milliseconds

12