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

/haiku/src/system/boot/platform/next_m68k/
H A Dnextrom.h229 volatile struct bmap *mg_bmap_chip;
/haiku/src/add-ons/kernel/file_systems/userlandfs/server/fuse/
H A Dfuse_fs.cpp339 if (fs->ops.bmap == NULL)
341 return fs->ops.bmap(path, blocksize, idx);
/haiku/headers/private/userlandfs/fuse/
H A Dfuse_lowlevel.h866 void (*bmap) (fuse_req_t req, fuse_ino_t ino, size_t blocksize, member in struct:fuse_lowlevel_ops
1226 * bmap
H A Dfuse.h455 int (*bmap) (const char *, size_t blocksize, uint64_t *idx); member in struct:fuse_operations
/haiku/src/apps/mail/
H A DMailWindow.cpp2059 BBitmap bmap(rect, B_BITMAP_ACCEPTS_VIEWS, B_RGBA32);
2060 bmap.Lock();
2061 bmap.AddChild(&header_view);
2064 bmap.AddChild(&line);
2066 bmap.Unlock();
2101 bmap.RemoveChild(&header_view);
2102 bmap.RemoveChild(&line);

Completed in 54 milliseconds