OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ISO_DEFAULT_BLOCK_SIZE
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/lib/libsa/
cd9660.c
76
#define cdb2devb(bno) ((bno) *
ISO_DEFAULT_BLOCK_SIZE
/ DEV_BSIZE)
149
buf_size =
ISO_DEFAULT_BLOCK_SIZE
;
157
ISO_DEFAULT_BLOCK_SIZE
, buf, &nread);
160
if (nread !=
ISO_DEFAULT_BLOCK_SIZE
) {
172
if (isonum_723(vd->logical_block_size) !=
ISO_DEFAULT_BLOCK_SIZE
)
179
if (psize >
ISO_DEFAULT_BLOCK_SIZE
) {
180
dealloc(buf,
ISO_DEFAULT_BLOCK_SIZE
);
181
buf = alloc(buf_size = roundup(psize,
ISO_DEFAULT_BLOCK_SIZE
));
237
if (!(psize %
ISO_DEFAULT_BLOCK_SIZE
)) {
244
ISO_DEFAULT_BLOCK_SIZE
,
[
all
...]
/src/usr.sbin/installboot/
cd9660.c
76
ISO_DEFAULT_BLOCK_SIZE
* 16);
95
if (blocksize !=
ISO_DEFAULT_BLOCK_SIZE
) {
110
uint8_t buf[
ISO_DEFAULT_BLOCK_SIZE
];
147
ISO_DEFAULT_BLOCK_SIZE
* 16);
/src/usr.sbin/mscdlabel/
iso9660.c
13
#define BLKSIZ
ISO_DEFAULT_BLOCK_SIZE
/src/sys/fs/cd9660/
iso.h
102
#define
ISO_DEFAULT_BLOCK_SIZE
2048
cd9660_vfsops.c
417
iso_bsize =
ISO_DEFAULT_BLOCK_SIZE
;
/src/sys/stand/efiboot/
efiblock.c
252
lba *
ISO_DEFAULT_BLOCK_SIZE
, &vd, sizeof(vd));
268
if (isonum_723(vd.logical_block_size) !=
ISO_DEFAULT_BLOCK_SIZE
) {
701
off = (EFI_LBA)dblk *
ISO_DEFAULT_BLOCK_SIZE
;
/src/sys/arch/i386/stand/lib/
biosdisk.c
195
#define devb2cdb(bno) (((bno) * DEV_BSIZE) /
ISO_DEFAULT_BLOCK_SIZE
)
635
if (isonum_723(vd->logical_block_size) !=
ISO_DEFAULT_BLOCK_SIZE
)
/src/usr.sbin/sysinst/
util.c
71
#define ISO_BLKSIZE
ISO_DEFAULT_BLOCK_SIZE
Completed in 17 milliseconds
Indexes created Sat Oct 18 17:09:52 GMT 2025