Searched refs:Block (Results 1 - 25 of 56) sorted by relevance

123

/haiku/src/libs/libtelnet/
H A Dkey-proto.h62 void key_lookup(unsigned char *, Block);
63 void key_stream_init(Block, Block, int);
H A Dencrypt.h65 typedef unsigned char Block[8]; typedef
68 typedef struct { Block __; } Schedule[16];
76 #define SAMEKEY(k1, k2) (!bcmp((void *)k1, (void *)k2, sizeof(Block)))
H A Denc_des.c68 Block krbdes_key;
70 Block temp_feed;
76 Block str_output;
77 Block str_feed;
78 Block str_iv;
79 Block str_ikey;
115 void fb64_stream_iv(Block, struct stinfo *);
121 void fb64_stream_key(Block, struct stinfo *);
210 des_random_key((Block *)fbp->temp_feed);
211 des_ecb_encrypt((Block *)fb
[all...]
H A Dkrb4encpwd.c113 static Block session_key = { 0 };
203 Block datablock;
233 memmove((void *)session_key, (void *)adat.session, sizeof(Block));
243 memmove((void *)challenge, (void *)data, sizeof(Block));
281 Block enckey;
H A Dkerberos.c93 static Block session_key = { 0 };
95 static Block challenge = { 0 };
242 Block datablock;
276 memmove((void *)session_key, (void *)adat.session, sizeof(Block));
302 memmove((void *)datablock, (void *)data, sizeof(Block));
382 if ((cnt != sizeof(Block)) ||
/haiku/src/tests/system/kernel/file_corruption/fs/
H A DBlock.h16 class Block { class
18 inline Block();
19 inline ~Block();
21 void TransferFrom(Block& other);
48 Block::Block() function in class:Block
56 Block::~Block()
H A DBlock.cpp7 #include "Block.h"
16 Block::TransferFrom(Block& other)
31 Block::GetReadable(Volume* volume, uint64 blockIndex)
41 Block::GetWritable(Volume* volume, uint64 blockIndex, Transaction& transaction)
57 Block::GetZero(Volume* volume, uint64 blockIndex, Transaction& transaction)
73 Block::MakeWritable(Transaction& transaction)
97 Block::Put()
111 Block::_Init(Volume* volume, uint64 blockIndex, const void* data,
H A DSymLink.cpp11 #include "Block.h"
55 Block block;
83 Block block;
/haiku/src/add-ons/kernel/file_systems/reiserfs/
H A DBlockCache.h30 class Block;
44 status_t GetBlock(Block *block);
45 status_t GetBlock(uint64 number, Block **block);
46 void PutBlock(Block *block);
49 Block *_FindBlock(uint64 number);
50 status_t _ReadBlock(uint64 number, Block **block);
53 friend class Block;
62 List<Block*> fBlocks;
H A DBlock.cpp0 // Block.cpp
22 #include "Block.h"
33 \class Block
42 Block::Block() function in class:Block
52 Block::~Block()
59 Block::GetCache() const
66 Block::GetBlockSize() const
73 Block
[all...]
H A DBlockCache.cpp35 #include "Block.h"
70 for (int32 i = 0; Block *block = fBlocks.ItemAt(i); i++) {
106 BlockCache::GetBlock(Block *block)
122 BlockCache::GetBlock(uint64 number, Block **result)
132 Block *block = _FindBlock(number);
152 BlockCache::PutBlock(Block *block)
165 Block *
168 for (int32 i = 0; Block *block = fBlocks.ItemAt(i); i++) {
177 BlockCache::_ReadBlock(uint64 number, Block **result)
182 Block *bloc
[all...]
H A DBlock.h0 // Block.h
40 // Block
41 class Block { class
43 Block();
44 ~Block();
98 class Node : public Block {
H A DTree.h27 class Block;
53 status_t GetBlock(uint64 blockNumber, Block **block);
H A DTree.cpp25 #include "Block.h"
123 Tree::GetBlock(uint64 blockNumber, Block **block)
137 Block *block;
140 if (block->GetKind() == Block::KIND_UNKNOWN)
141 block->SetKind(Block::KIND_FORMATTED);
142 if (block->GetKind() == Block::KIND_FORMATTED) {
/haiku/src/bin/
H A Dchop.c61 static char Block[BLOCKSIZE]; // and stored in the global Block array variable
194 char *beg = Block; // pointer to the beginning of the block data to be written out
195 char *end = Block; // end of the current block (init to beginning to force first block read)
202 got = read(fdin, Block, BLOCKSIZE);
206 beg = Block;
207 end = Block + got - 1;
H A Dunchop.c37 static char Block[BLOCKSIZE]; // and stored in the global Block array variable
126 got = read(fdin, Block, BLOCKSIZE);
130 write(fdout, Block, got);
/haiku/src/add-ons/kernel/file_systems/netfs/headers/shared/
H A DBlocker.h19 status_t Block(int32* userData = NULL);
/haiku/src/add-ons/kernel/file_systems/netfs/server/
H A DLockable.h17 status_t Block();
H A DLockable.cpp22 // Block
24 LockerCandidate::Block() function in class:LockerCandidate
27 status_t error = fBlocker.Block(&userData);
/haiku/src/system/boot/loader/file_systems/fat/
H A DCachedBlock.h37 uint8 *Block() const { return fBlock; } function in class:FATFS::CachedBlock
/haiku/src/add-ons/kernel/file_systems/udf/
H A DIcb.h131 descriptor_tag &_Tag() const { return ((icb_header *)fData.Block())->tag(); }
132 icb_entry_tag &_IcbTag() const { return ((icb_header *)fData.Block())->icb_tag(); }
134 { return (file_icb_entry *)fData.Block(); }
136 { return (extended_file_icb_entry *)fData.Block(); }
197 ? (Descriptor *)fDescriptorBlock->Block() : NULL;
/haiku/src/add-ons/kernel/file_systems/ntfs/libntfs/
H A Ddevice.h64 #define NDevBlock(nd) test_ndev_flag(nd, Block)
65 #define NDevSetBlock(nd) set_ndev_flag(nd, Block)
66 #define NDevClearBlock(nd) clear_ndev_flag(nd, Block)
/haiku/src/add-ons/kernel/file_systems/ext2/
H A DHTreeEntryIterator.cpp189 "\n", start->Block(), start->Hash());
191 DirectoryIterator(fDirectory, start->Block() * fBlockSize, this);
202 start->Block(), start->Hash());
204 status_t status = fDirectory->FindBlock(start->Block() * fBlockSize,
272 entry->Block());
274 childBlock = entry->Block();
/haiku/src/add-ons/kernel/file_systems/bfs/
H A DBlockAllocator.cpp7 //! Block bitmap handling and allocation policies
99 class Block : public AbstractTraceEntry { class in namespace:BFSBlockTracing
101 Block(const char* label, off_t blockNumber, const uint8* data, function in class:BFSBlockTracing::Block
183 uint32& Block(int32 index) { return ((uint32*)fBlock)[index]; } function in class:AllocationBlock
184 uint8* Block() const { return (uint8*)fBlock; } function in class:AllocationBlock
269 return Block(block >> 5) & HOST_ENDIAN_TO_BFS_INT32(1UL << (block % 32));
282 T(Block("b-alloc-in", fBlockNumber, fBlock, fVolume->BlockSize(),
292 T(BlockChange("b-alloc", block, Block(block),
293 Block(block) | HOST_ENDIAN_TO_BFS_INT32(mask)));
304 Block(bloc
[all...]
/haiku/src/add-ons/kernel/file_systems/exfat/
H A DCachedBlock.h26 const uint8* Block() const { return fBlock; } function in class:CachedBlock

Completed in 74 milliseconds

123