OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BLOCK_SIZE
(Results
1 - 10
of
10
) sorted by relevancy
/src/sbin/dkscan_bsdlabel/
dkscan_util.h
33
#define
BLOCK_SIZE
512 /* XXX */
/src/lib/libc/compat/arch/sparc64/sys/
compat___sigtramp1.S
61
#define
BLOCK_SIZE
SPARC64_BLOCK_SIZE
112
add %sp, BIAS+CC64FSZ+
BLOCK_SIZE
, %l0 /* Generate a pointer so */
115
inc
BLOCK_SIZE
, %l0
119
add %sp, BIAS+CC64FSZ+
BLOCK_SIZE
, %l0 /* Generate a pointer so */
121
add %l0, 2*
BLOCK_SIZE
, %l0 /* and skip what we already stored */
123
inc
BLOCK_SIZE
, %l0
144
add %sp, BIAS+CC64FSZ+
BLOCK_SIZE
, %l0 /* Generate a pointer so */
147
inc
BLOCK_SIZE
, %l0
152
add %sp, BIAS+CC64FSZ+
BLOCK_SIZE
, %l0 /* Generate a pointer so */
154
inc 2*
BLOCK_SIZE
, %l0 /* and skip what we already loaded *
[
all
...]
/src/common/lib/libc/arch/sparc64/string/
strmacros.h
40
#define
BLOCK_SIZE
SPARC64_BLOCK_SIZE
/src/sys/arch/luna68k/stand/boot/
disklabel.c
302
#define
BLOCK_SIZE
SBSIZE
305
" seek amount = 1 blocks\n",
BLOCK_SIZE
);
308
if (scsi_read(i, lbl_buff,
BLOCK_SIZE
) == 0)
318
if (scsi_read(32, lbl_buff,
BLOCK_SIZE
) == 0) {
322
if (scsi_write(16, lbl_buff,
BLOCK_SIZE
) != 0) {
/src/sys/arch/sparc64/sparc64/
mp_subr.S
88
#define
BLOCK_SIZE
SPARC64_BLOCK_SIZE
375
add %g3, 2*
BLOCK_SIZE
, %g3 ! Skip a block
378
inc
BLOCK_SIZE
, %g3
383
inc
BLOCK_SIZE
, %g3
386
inc
BLOCK_SIZE
, %g3
locore.s
95
#define
BLOCK_SIZE
SPARC64_BLOCK_SIZE
6574
add %sp, BIAS+CC64FSZ+
BLOCK_SIZE
, %l0 ! Generate a pointer so we can
6577
inc
BLOCK_SIZE
, %l0
6581
add %sp, BIAS+CC64FSZ+
BLOCK_SIZE
, %l0 ! Generate a pointer so we can
6583
add %l0, 2*
BLOCK_SIZE
, %l0 ! and skip what we already stored
6585
inc
BLOCK_SIZE
, %l0
6608
add %sp, BIAS+CC64FSZ+
BLOCK_SIZE
, %l0 ! Generate a pointer so we can
6611
inc
BLOCK_SIZE
, %l0
6616
add %sp, BIAS+CC64FSZ+
BLOCK_SIZE
, %l0 ! Generate a pointer so we can
6618
inc 2*
BLOCK_SIZE
, %l0 ! and skip what we already loade
[
all
...]
/src/sys/dev/dtv/
dtv_buffer.c
49
#define
BLOCK_SIZE
DTV_DEFAULT_BLOCKSIZE
50
#define BLOCK_ALIGN(a) (((a) +
BLOCK_SIZE
- 1) & ~(
BLOCK_SIZE
- 1))
140
nbufs = BLOCK_ALIGN(bufsize) /
BLOCK_SIZE
;
173
ds->ds_buf[i]->db_length =
BLOCK_SIZE
;
174
offset +=
BLOCK_SIZE
;
/src/sys/arch/hpc/stand/hpcboot/
memory.h
69
enum {
BLOCK_SIZE
= WCE_REGION_SIZE * 64 }; // 4MByte
/src/sys/arch/i386/stand/cdboot/
cdboot.S
42
#define
BLOCK_SIZE
2048 /* Default for ISO 9660 */
45
#define ROOTDIR_ADDR end+
BLOCK_SIZE
/* Where Root Directory is loaded */
123
movw $
BLOCK_SIZE
/2, %cx
279
addl $(
BLOCK_SIZE
-1), %edx /* Convert file length to */
305
#define MAX_SECTORS (0x10000/
BLOCK_SIZE
)
362
. = start +
BLOCK_SIZE
/src/sys/dev/isa/
seagate.c
94
#define
BLOCK_SIZE
512 /* size of READ/WRITE areas on SCSI card */
100
*
BLOCK_SIZE
bytes at a time.
1309
if (scb->datalen && !(scb->datalen %
BLOCK_SIZE
)) {
1335
"1" (
BLOCK_SIZE
>> 2),
1338
for (len =
BLOCK_SIZE
;
1352
"1" (
BLOCK_SIZE
>> 2),
1355
for (len =
BLOCK_SIZE
;
1360
scb->datalen -=
BLOCK_SIZE
;
Completed in 22 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025