OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:n_pm
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/fs/udf/
ecma167-udf.h
395
uint32_t
n_pm
; /* Number of partition maps */
member in struct:logvol_desc
udf_subr.c
1884
uint32_t
n_pm
;
local in function:udf_process_vds
1934
n_pm
= udf_rw32(ump->logical_vol->
n_pm
); /* num partmaps */
1936
lvinfo = (struct udf_logvol_info *) (&lvint->tables[2 *
n_pm
]);
1947
n_pm
= udf_rw32(ump->logical_vol->
n_pm
); /* num partmaps */
1950
if (
n_pm
> UDF_PMAPS) {
1958
for (log_part = 0; log_part <
n_pm
; log_part++) {
2043
for (log_part = 0; log_part <
n_pm
; log_part++) {
3282
uint32_t
n_pm
;
local in function:udf_read_vds_tables
[
all
...]
/src/sbin/fsck_udf/
main.c
1500
num_partmappings = udf_rw32(context.logical_vol->
n_pm
);
2396
int
n_pm
, n_phys, n_virt, n_spar, n_meta;
local in function:udf_process_vds
2445
n_pm
= udf_rw32(context.logical_vol->
n_pm
); /* num partmaps */
2448
if (
n_pm
> UDF_PMAPS) {
2456
for (log_part = 0; log_part <
n_pm
; log_part++) {
2572
for (log_part = 0; log_part <
n_pm
; log_part++) {
Completed in 18 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025