OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PBLOCK_SIZE
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/pdisk/dist/
partition_map.c
156
m = open_deblock_media(
PBLOCK_SIZE
, m);
158
map->misc = (Block0 *) malloc(
PBLOCK_SIZE
);
164
} else if (read_media(map->m, (long long) 0,
PBLOCK_SIZE
, (char *)map->misc) == 0
176
size =
PBLOCK_SIZE
;
181
size = (size /
PBLOCK_SIZE
) *
PBLOCK_SIZE
;
182
if (size <
PBLOCK_SIZE
) {
183
size =
PBLOCK_SIZE
;
187
map->logical_block =
PBLOCK_SIZE
;
246
data = (DPME *) malloc(
PBLOCK_SIZE
);
[
all
...]
validate.c
117
if (read_media(the_media, (long long) 0,
PBLOCK_SIZE
, buffer) == 0) {
144
if (read_media(the_media, ((long long) n) * g,
PBLOCK_SIZE
, (void *)buffer) == 0) {
377
if (g <
PBLOCK_SIZE
) {
378
g =
PBLOCK_SIZE
;
380
the_media = open_deblock_media(
PBLOCK_SIZE
, the_media);
382
buffer = malloc(
PBLOCK_SIZE
);
partition_map.h
38
#define
PBLOCK_SIZE
512
pdisk.c
169
if (sizeof(DPME) !=
PBLOCK_SIZE
) {
171
"is not equal to block size (%d)\n", sizeof(DPME),
PBLOCK_SIZE
);
173
if (sizeof(Block0) !=
PBLOCK_SIZE
) {
175
"is not equal to block size (%d)\n", sizeof(Block0),
PBLOCK_SIZE
);
1096
if (g <
PBLOCK_SIZE
) {
1097
g =
PBLOCK_SIZE
;
dump.c
402
data = (DPME *) malloc(
PBLOCK_SIZE
);
738
patch_block = (uint8_t *) malloc(
PBLOCK_SIZE
);
744
if (read_media(m, (long long)offset,
PBLOCK_SIZE
, (char *)patch_block) == 0) {
752
patch_block = (uint8_t *) malloc(
PBLOCK_SIZE
*i);
757
s = patch_block +
PBLOCK_SIZE
*i;
759
s -=
PBLOCK_SIZE
;
761
if (read_media(m, offset+i,
PBLOCK_SIZE
, (char *)s) == 0) {
hfs_misc.c
192
mdb = (struct mdb_record *) malloc(
PBLOCK_SIZE
);
Completed in 18 milliseconds
Indexes created Tue Jul 21 00:24:56 UTC 2026