代码搜索:9660
找到约 787 项符合「9660」的源代码
代码结果 787
www.eeworm.com/read/134379/13994489
h iso_fs_sb.h
#ifndef _ISOFS_FS_SB
#define _ISOFS_FS_SB
/*
* iso9660 super-block data in memory
*/
struct isofs_sb_info {
unsigned long s_ninodes;
unsigned long s_nzones;
unsigned long s_firstdatazone;
unsig
www.eeworm.com/read/109477/15556832
h iso_fs_sb.h
#ifndef _ISOFS_FS_SB
#define _ISOFS_FS_SB
/*
* iso9660 super-block data in memory
*/
struct isofs_sb_info {
unsigned long s_ninodes;
unsigned long s_nzones;
unsigned long s_firstdatazone;
unsig
www.eeworm.com/read/284411/8935071
c playback.c
#include "config.h"
#include "global.h"
#include "regmap.h"
#include "func.h"
#include "stc.h"
#include "fs9660.h"
// In ogt.c
extern void reset_ogt(void);
// In mpegsys.c
extern void r
www.eeworm.com/read/101082/6244531
8cdfs mount.8cdfs
.\" SCCSID: @(#)mount.8cdfs 7.1 4/26/90
.TH mount 8cdfs
.SH Name
mount, umount \- mount and unmount a ISO 9660 (CD-ROM) File System (CDFS)
.SH Syntax
.B /etc/mount \-t cdfs [
.B \-r
.B \-o
.I options
www.eeworm.com/read/101082/6246391
8cdfs mount.8cdfs
.\" SCCSID: @(#)mount.8cdfs 7.1 4/26/90
.TH mount 8cdfs
.SH Name
mount, umount \- mount and unmount a ISO 9660 (CD-ROM) File System (CDFS)
.SH Syntax
.B /etc/mount \-t cdfs [
.B \-r
.B \-o
.I options
www.eeworm.com/read/258097/11885905
h sysmain2_car.h
inline void power_on_init_car(void)
{
ClearOsdMsg(1);
browser = read_iso9660;
cd_type_loaded=CDROM;
cd_type=CDROM;
system_state=SYSTEM_STOP;
media_type = MEDIA_CD;
sys_cmd=CMD_FU
www.eeworm.com/read/242732/4539754
rc cdfs.rc
/* $Id: cdfs.rc 21710 2006-04-22 16:36:21Z tretiakov $ */
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ISO9660 Driver\0"
#define REACTOS_STR_INTERNAL_NAME "cdfs\0"
#define R
www.eeworm.com/read/216802/4883431
rc cdfs.rc
/* $Id: cdfs.rc 21710 2006-04-22 16:36:21Z tretiakov $ */
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ISO9660 Driver\0"
#define REACTOS_STR_INTERNAL_NAME "cdfs\0"
#define R
www.eeworm.com/read/209211/4984068
c boot.c
#include
#include
#include
#include
#include "iso9660.h"
/* FreeBSD 4.5 installation CD for reference
g% cdsector 17 | xd -b
1+0 records in
1+0 records out
0000000
www.eeworm.com/read/209211/4984075
c direc.c
#include
#include
#include
#include
#include "iso9660.h"
void
mkdirec(Direc *direc, XDir *d)
{
memset(direc, 0, sizeof(Direc));
direc->name = atom(d->name);
dire