代码搜索:disk
找到约 10,000 项符合「disk」的源代码
代码结果 10,000
www.eeworm.com/read/131315/5932645
h disk.h
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* This software was developed by the Computer Systems Engineering group
* at Lawrence Berkeley
www.eeworm.com/read/128884/5978963
c disk.c
/****************************************Copyright (c)**************************************************
** 广州周立功单片机发展有限公司
** 研 究
www.eeworm.com/read/125688/6024883
h disk.h
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* This software was developed by the Computer Systems Engineering group
* at Lawrence Berkeley
www.eeworm.com/read/125688/6026320
h disk.h
/*
* Copyright (c) 1992, 1993
* The Regents of the University of California. All rights reserved.
*
* This software was developed by the Computer Systems Engineering group
* at Lawrence Berkeley
www.eeworm.com/read/124989/6034950
c disk.c
#include "etherboot.h"
#include "disk.h"
#undef disk_disable
static int dummy(void *unused __unused)
{
return (0);
}
static unsigned char disk_buffer[DISK_BUFFER_SIZE];
struct disk disk =
{
{
0
www.eeworm.com/read/124989/6034984
h disk.h
#ifndef DISK_H
#define DISK_H
#include "dev.h"
/*
* Structure returned from disk_probe and passed to other driver
* functions.
*/
struct disk
{
struct dev dev; /* This must come first */
in
www.eeworm.com/read/117325/6104532
h disk.h
/*
* Template MIB group interface - disk.h
*
*/
#ifndef _MIBGROUP_DISK_H
#define _MIBGROUP_DISK_H
void init_disk(void);
config_require(util_funcs)
extern FindVarMethod var_extensible_disk;
/*
www.eeworm.com/read/117325/6104549
c disk.c
/*
* disk.c
*/
#include
#include
#if HAVE_STDLIB_H
#include
#endif
#if HAVE_UNISTD_H
#include
#endif
#if HAVE_FCNTL_H
#include
#endif
#include