Home
last modified time | relevance | path

Searched defs:block (Results 1 – 25 of 155) sorted by relevance

1234567

/onnv-gate/usr/src/lib/libmapmalloc/common/
H A Dtextmem.c62 struct block { struct
66 struct block *next; argument
73 struct block block[1]; argument
109 struct block *block; in malloc_unlocked() local
159 struct block *block; in realloc() local
198 struct block *block; in free() local
225 split(struct block *block, size_t size) in split()
245 struct block *block; in defrag() local
/onnv-gate/usr/src/cmd/sgs/rtld/common/
H A Dmalloc.c51 struct block { struct
55 struct block *next; argument
62 struct block block[1]; member
109 struct block *block; in defrag() local
135 split(struct block *block, size_t size) in split()
161 struct block *block; in malloc() local
221 struct block *block; in realloc() local
279 struct block *block; in free() local
307 struct block *block; in addfree() local
/onnv-gate/usr/src/lib/libtecla/common/
H A Dfreelist.c51 FreeListBlock *block; /* The head of the list of free-list blocks */ member
138 FreeListBlock *block; in _rst_FreeList() local
200 FreeListBlock *block = next; in _del_FreeList() local
239 FreeListBlock *block = _new_FreeListBlock(fl); in _new_FreeListNode() local
337 FreeListBlock *block; /* The new block to be returned */ in _new_FreeListBlock() local
375 static void _thread_FreeListBlock(FreeList *fl, FreeListBlock *block) in _thread_FreeListBlock()
/onnv-gate/usr/src/lib/libparted/common/libparted/fs/ext2/
H A Dext2_buffer.c30 static __inline__ int ext2_block_hash(blk_t block) in ext2_block_hash()
91 static struct ext2_buffer_head *ext2_bh_alloc(struct ext2_buffer_cache *bc, blk_t block) in ext2_bh_alloc()
139 static struct ext2_buffer_head *ext2_bh_find(struct ext2_buffer_cache *bc, blk_t block) in ext2_bh_find()
271 int ext2_bcache_flush(struct ext2_fs *fs, blk_t block) in ext2_bcache_flush()
294 int ext2_bcache_flush_range(struct ext2_fs *fs, blk_t block, blk_t num) in ext2_bcache_flush_range()
379 struct ext2_buffer_head *ext2_bcreate(struct ext2_fs *fs, blk_t block) in ext2_bcreate()
399 struct ext2_buffer_head *ext2_bread(struct ext2_fs *fs, blk_t block) in ext2_bread()
H A Dext2.c47 int ext2_get_block_state(struct ext2_fs *fs, blk_t block) in ext2_get_block_state()
156 int ext2_read_blocks(struct ext2_fs *fs, void *ptr, blk_t block, blk_t num) in ext2_read_blocks()
161 int ext2_set_block_state(struct ext2_fs *fs, blk_t block, int state, int updatemetadata) in ext2_set_block_state()
194 int ext2_write_blocks(struct ext2_fs *fs, void *ptr, blk_t block, blk_t num) in ext2_write_blocks()
199 int ext2_zero_blocks(struct ext2_fs *fs, blk_t block, blk_t num) in ext2_zero_blocks()
260 off_t ext2_get_inode_offset(struct ext2_fs *fs, ino_t inode, blk_t *block) in ext2_get_inode_offset()
362 int ext2_do_inode(struct ext2_fs *fs, struct ext2_inode *inode, blk_t block, in ext2_do_inode()
H A Dparted_io.c80 static int do_read(void *cookie, void *ptr, blk_t block, blk_t num) in do_read()
95 static int do_write(void *cookie, void *ptr, blk_t block, blk_t num) in do_write()
H A Dext2_block_relocator.c84 struct ext2_block_entry *block; member
145 struct ext2_block_entry *findit(struct ext2_block_relocator_state *state, blk_t block) in findit()
512 struct ext2_block_entry *block; in ext2_block_relocator_copy() local
528 …r_ref(struct ext2_fs *fs, struct ext2_block_relocator_state *state, struct ext2_block_entry *block) in ext2_block_relocator_ref()
725 …xt2_block_relocator_mark(struct ext2_fs *fs, struct ext2_block_relocator_state *state, blk_t block) in ext2_block_relocator_mark()
799 blk_t block; in ext2_block_relocate_grow() local
/onnv-gate/usr/src/lib/libtnfprobe/
H A Dtnf_buf.c98 tnf_block_header_t *block; in tnfw_b_alloc_block() local
343 tnf_block_header_t *block; in tnfw_b_init_buffer() local
443 tnf_block_header_t *block, *new_block; in tnfw_b_alloc() local
559 tnf_block_header_t *block; in tnfw_b_xcommit() local
628 tnf_block_header_t *block, *next; in tnfw_b_xabort() local
/onnv-gate/usr/src/uts/common/tnf/
H A Dtnf_buf.c76 tnf_block_header_t *block; in tnfw_b_alloc_block() local
231 tnf_block_header_t *block, *new_block; in tnfw_b_alloc() local
343 tnf_block_header_t *block; in tnfw_b_init_buffer() local
/onnv-gate/usr/src/lib/libparted/common/libparted/fs/amiga/
H A Dasfs.c36 _asfs_probe_root (PedGeometry *geom, uint32_t *block, int blocksize, PedSector root) { in _asfs_probe_root()
57 uint32_t *block; in _asfs_probe() local
H A Dapfs.c36 _apfs_probe_root (uint32_t *block, uint32_t blocksize, uint32_t kind) { in _apfs_probe_root()
44 uint32_t *block; in _generic_apfs_probe() local
/onnv-gate/usr/src/lib/libcrypt/common/
H A Ddes_crypt.c301 des_encrypt_nolock(char *block, int edflag) in des_encrypt_nolock()
316 des_encrypt(char *block, int edflag) in des_encrypt()
353 char block[66]; in des_crypt() local
/onnv-gate/usr/src/lib/libparted/common/libparted/fs/hfs/
H A Djournal.c57 hfsj_update_jib(PedFileSystem* fs, uint32_t block) in hfsj_update_jib()
72 hfsj_update_jl(PedFileSystem* fs, uint32_t block) in hfsj_update_jl()
132 uint8_t* block; in hfsj_replay_transaction() local
H A Dadvfs.c187 unsigned int block, last_start, first_pass = 1; in hfs_read_bad_blocks() local
272 unsigned int block, last_bad, end_free_blocks; in hfs_get_empty_end() local
311 unsigned int block; in hfs_find_start_pack() local
H A Dadvfs_plus.c194 int block, first_pass = 1; in hfsplus_read_bad_blocks() local
279 unsigned int block, last_bad, end_free_blocks; in hfsplus_get_empty_end() local
366 unsigned int block; in hfsplus_find_start_pack() local
H A Dfile.c68 hfs_get_extent_containing (HfsPrivateFile* file, unsigned int block, in hfs_get_extent_containing()
110 unsigned int block = sector / sect_by_block; in hfs_file_find_sector() local
H A Dfile_plus.c70 hfsplus_get_extent_containing (HfsPPrivateFile* file, unsigned int block, in hfsplus_get_extent_containing()
118 unsigned int block = sector / sect_by_block; in hfsplus_file_find_extent() local
/onnv-gate/usr/src/uts/common/syscall/
H A Dsigqueue.c124 int si_code, int block) in sigqueue()
193 int si_code, int block) in sigqueue32()
/onnv-gate/usr/src/cmd/audio/include/
H A DAudioUnixfile.h44 Boolean block; // FALSE if fd set non-blocking variable
/onnv-gate/usr/src/lib/libcurses/screen/
H A Dttimeout.c96 _setblock(int block) in _setblock()
/onnv-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-ring-fp.c69 __hal_ring_block_memblock_idx(xge_hal_ring_block_t *block) in __hal_ring_block_memblock_idx()
76 __hal_ring_block_memblock_idx_set(xge_hal_ring_block_t*block, int memblock_idx) in __hal_ring_block_memblock_idx_set()
85 __hal_ring_block_next_pointer(xge_hal_ring_block_t *block) in __hal_ring_block_next_pointer()
92 __hal_ring_block_next_pointer_set(xge_hal_ring_block_t *block, in __hal_ring_block_next_pointer_set()
/onnv-gate/usr/src/grub/grub-0.97/netboot/
H A Dtftp.h42 uint16_t block; member
46 uint16_t block; member
67 uint16_t block; member
/onnv-gate/usr/src/lib/libparted/common/libparted/fs/reiserfs/
H A Dgeom_dal.c35 static int __read(dal_t *dal, void *buff, blk_t block, blk_t count) { in __read()
49 static int __write(dal_t *dal, void *buff, blk_t block, blk_t count) { in __write()
/onnv-gate/usr/src/common/net/wanboot/crypt/
H A Ddes3.c62 des3_encrypt(void *cookie, uint8_t *block) in des3_encrypt()
72 des3_decrypt(void *cookie, uint8_t *block) in des3_decrypt()
/onnv-gate/usr/src/lib/libsum/common/
H A Dsum-sha1.c116 uint32_t *e, CHAR64LONG16 *block) in do_R01()
129 uint32_t *e, CHAR64LONG16 *block) in do_R2()
142 uint32_t *e, CHAR64LONG16 *block) in do_R3()
155 uint32_t *e, CHAR64LONG16 *block) in do_R4()
173 CHAR64LONG16 *block; in sha1_transform() local

1234567