代码搜索:Filesystem
找到约 7,034 项符合「Filesystem」的源代码
代码结果 7,034
www.eeworm.com/read/328235/3445697
c filesystem.c
#include "filesystem.h"
#include "fat.h"
#include "pcmcia.h"
#include "ide.h"
DataFunctions filesystemDataFunctions;
int filesystemLoad(DEVICE_TYPE device, int diskNumber)
{
switch(device)
{
#if
www.eeworm.com/read/328235/3445712
h filesystem.h
#ifndef FILESYSTEM_H
#define FILESYSTEM_H
#include "functions.h"
#define PCMCIA 1
#define IDE 2
#define SDMS 3
typedef int DEVICE_TYPE;
int filesystemLoad(DEVICE_TYPE device, int diskNumber);
int
www.eeworm.com/read/327360/3461271
cpp filesystem.cpp
//%2006////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
// Company, L.P.; IBM Corp.; The Open Gro
www.eeworm.com/read/327360/3461323
cpp filesystem.cpp
//%2006////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
// Company, L.P.; IBM Corp.; The Open Gro
www.eeworm.com/read/327360/3461585
h filesystem.h
//%2006////////////////////////////////////////////////////////////////////////
//
// Copyright (c) 2000, 2001, 2002 BMC Software; Hewlett-Packard Development
// Company, L.P.; IBM Corp.; The Open Gro
www.eeworm.com/read/315726/3615971
java filesystem.java
/*
* Licensed to the Apache Software Foundation (ASF) under one or more
* contributor license agreements. See the NOTICE file distributed with
* this work for additional information regarding c
www.eeworm.com/read/306289/3743949
lst filesystem.lst
GAS LISTING /tmp/ccKyQdye.s page 1
1 .section .mdebug.abi32
2 .previous
3 .section .debug_abbrev,"",@progbits
4 $Ldebug_abbr
www.eeworm.com/read/306289/3744006
c filesystem.c
#include "filesystem.h"
#include "fat.h"
#include "pcmcia.h"
#include "ide.h"
DataFunctions filesystemDataFunctions;
int filesystemLoad(DEVICE_TYPE device, int diskNumber)
{
switch(device)
{
#if
www.eeworm.com/read/306289/3744023
h filesystem.h
#ifndef FILESYSTEM_H
#define FILESYSTEM_H
#include "functions.h"
#define PCMCIA 1
#define IDE 2
#define SDMS 3
#define NAND 4
typedef int DEVICE_TYPE;
int filesystemLoad(DEVICE_TYPE device, int d