代码搜索:SECTOR
找到约 7,252 项符合「SECTOR」的源代码
代码结果 7,252
www.eeworm.com/read/170239/5405938
c flashpic8.c
/* flashpic.c:
This file contains the flash-support code that is relocated to
RAM prior to execution.
*/
#include "config.h"
#if INCLUDE_FLASH
typedef unsigned char uchar;
typedef unsigned short
www.eeworm.com/read/170239/5405940
c flashpic.c
/* flashpic.c:
This file contains the flash-support code that is relocated to
RAM prior to execution.
*/
#include "config.h"
#if INCLUDE_FLASH
typedef unsigned char uchar;
typedef unsigned short
www.eeworm.com/read/170239/5405943
c flashpic.c
/* flashpic.c:
This file contains the flash-support code that is relocated to
RAM prior to execution. This file supports all bus widths, dependent
on the definition of WIDTH8, WIDTH16, or WI
www.eeworm.com/read/170239/5405950
c flashpic_29f040.c
/* flashpic.c:
This file contains the flash-support code that is relocated to
RAM prior to execution.
*/
#include "config.h"
#if INCLUDE_FLASH
#include "stddefs.h"
#include "cpu.h"
#include "fl
www.eeworm.com/read/170239/5405956
c flashpic_29f040.c
/* flashpic.c:
This file contains the flash-support code that is relocated to
RAM prior to execution.
*/
#include "config.h"
#if INCLUDE_FLASH
typedef unsigned char uchar;
typedef unsigned short
www.eeworm.com/read/170239/5406057
c tfsclean1.c
/* tfsclean1.c:
* This is one of several different versions of tfsclean(). This version
* is by far the most complex, but offers power-hit safety and minimal
* flash overhead. It uses a "spare
www.eeworm.com/read/170239/5406064
c tfsclean.c
/* tfsclean.c:
* This portion of the tfs code supports the file system cleanup or
* defragmentation. If INCLUDE_TFSSAFEDEFRAG is set, then the power-safe
* cleanup is in place; otherwise, a muc
www.eeworm.com/read/165323/5483372
s diskboot.s
/*
* GRUB -- GRand Unified Bootloader
* Copyright (C) 1999,2000,2001,2002 Free Software Foundation, Inc.
*
* This program is free software; you can redistribute it and/or modify
* it unde
www.eeworm.com/read/392996/8316284
h disk.h
// disk.h
// Data structures to emulate a physical disk. A physical disk
// can accept (one at a time) requests to read/write a disk sector;
// when the request is satisfied, the CPU gets an interru
www.eeworm.com/read/370077/9620148
h bootsec.h
//
// Copyright (c) Microsoft Corporation. All rights reserved.
//
//
// This source code is licensed under Microsoft Shared Source License
// Version 1.0 for Windows CE.
// For a copy of the l