OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dpme_map_entries
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/pdisk/dist/
validate.c
420
limit = mb->
dpme_map_entries
;
462
printf("\tentry count is 0x%"PRIx32", real value unknown\n", mb->
dpme_map_entries
);
465
if (mb->
dpme_map_entries
!= limit) {
467
printf("\tentry count is 0x%"PRIx32", should be %"PRId32"\n", mb->
dpme_map_entries
, limit);
convert.c
82
reverse4((uint8_t *)&data->
dpme_map_entries
);
dpme.h
92
uint32_t
dpme_map_entries
;
member in struct:dpme
partition_map.c
281
limit = data->
dpme_map_entries
;
307
|| (data->
dpme_map_entries
!= limit && dflag == 0)) {
561
data->
dpme_map_entries
= 1;
755
data->
dpme_map_entries
= 1;
838
cur->data->
dpme_map_entries
= map->blocks_in_map;
dump.c
599
printf(" number of map entries: %"PRId32"\n", p->
dpme_map_entries
);
Completed in 26 milliseconds
Indexes created Wed Jul 22 00:25:13 UTC 2026