OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:path_table_size
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/fs/cd9660/
iso.h
82
char
path_table_size
[ISODCL (133, 140)]; /* 733 */
member in struct:iso_primary_descriptor
119
char
path_table_size
[ISODCL (133, 140)]; /* 733 */
member in struct:iso_supplementary_descriptor
/src/external/gpl2/mkhybrid/dist/
iso9660.h
75
char
path_table_size
[ISODCL (133, 140)]; /* 733 */
member in struct:iso_primary_descriptor
mkisofs.c
66
unsigned int
path_table_size
= 0;
variable
1685
path_blocks = (
path_table_size
+ (SECTOR_SIZE - 1)) >> 11;
/src/external/bsd/libarchive/dist/libarchive/
archive_write_set_format_iso9660.c
735
int
path_table_size
;
member in struct:iso9660::vdd
3910
set_num_733(bp+133, vdd->
path_table_size
);
4232
vdd->
path_table_size
= size;
4312
size_t
path_table_size
;
local
4315
path_table_size
= 0;
4320
path_table_size
+= r;
4324
path_table_size
=
path_table_size
% PATH_TABLE_BLOCK_SIZE;
4325
if (
path_table_size
> 0)
4326
r = write_null(a, PATH_TABLE_BLOCK_SIZE -
path_table_size
);
[
all
...]
Completed in 33 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026