OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CD9660_SECTOR_SIZE
(Results
1 - 3
of
3
) sorted by relevancy
/src/usr.sbin/makefs/cd9660/
cd9660_debug.c
156
char temp[
CD9660_SECTOR_SIZE
];
161
memset(temp, 0,
CD9660_SECTOR_SIZE
);
209
if (fseeko(fd,
CD9660_SECTOR_SIZE
* sector, SEEK_SET) == -1)
234
unsigned char buf[
CD9660_SECTOR_SIZE
];
246
if (fseeko(fd,
CD9660_SECTOR_SIZE
* sector, SEEK_SET) == -1)
248
fread(buf, 1,
CD9660_SECTOR_SIZE
, fd);
252
memcpy(&bootVD, buf,
CD9660_SECTOR_SIZE
);
255
memcpy(&primaryVD, buf,
CD9660_SECTOR_SIZE
);
cd9660_write.c
67
char buf[
CD9660_SECTOR_SIZE
];
123
memset(buf, 0,
CD9660_SECTOR_SIZE
);
415
static char buf[
CD9660_SECTOR_SIZE
];
/src/usr.sbin/makefs/
cd9660.h
131
#define
CD9660_SECTOR_SIZE
2048
Completed in 12 milliseconds
Indexes created Wed Oct 01 18:09:54 GMT 2025