代码搜索结果
找到约 10,000 项符合
Storage 的代码
storage_select.pas
unit Storage_Select;
interface
uses
Windows, Messages, SysUtils, Variants, Classes, Graphics, Controls, Forms,
Dialogs, ExtCtrls, XPMenu, StdCtrls, Grids, Buttons, DBGrids;
type
Tfrm
storage_select.dfm
object frm_Storage_Select: Tfrm_Storage_Select
Left = 77
Top = 238
Width = 696
Height = 480
AutoSize = True
BorderIcons = [biSystemMenu]
Caption = #12304#20179#24211#36873#25321#1
file_storage.c
/*
* file_storage.c -- File-backed USB Storage Gadget, for USB development
*
* Copyright (C) 2003, 2004 Alan Stern
* All rights reserved.
*
* Redistribution and use in source and binary forms, w
hr_storage.h
/*
* Host Resources MIB - storage group interface - hr_system.h
*
*/
#ifndef _MIBGROUP_HRSTORAGE_H
#define _MIBGROUP_HRSTORAGE_H
extern void init_hr_storage (void);
extern FindVarMethod var_hrsto
hr_storage.c
/*
* Host Resources MIB - storage group implementation - hr_storage.c
*
*/
#include
#include
#include
#if TIME_WITH_SYS_TIME
# ifdef WIN32
# include
hr_storage.h
/*
* Host Resources MIB - storage group interface - hr_system.h
*
*/
#ifndef _MIBGROUP_HRSTORAGE_H
#define _MIBGROUP_HRSTORAGE_H
extern void init_hr_storage (void);
extern FindVarMethod var_hrsto
hr_storage.c
/*
* Host Resources MIB - storage group implementation - hr_storage.c
*
*/
#include
#include
#include
#if HAVE_UNISTD_H
#include
#endif
#if TIME_
mass_storage.c
#include "usb.h"
#include "udc.h"
#if 1
#define dprintf(x...)
//printf(x)
#else
#define dprintf(x...)
#endif
#ifndef NULL
#define NULL
#endif
/*
* USB mass storage class subclasses
*/
enum UMASS_S