代码搜索结果
找到约 10,000 项符合
Storage 的代码
stak.h
#
/*
* UNIX shell
*
* S. R. Bourne
* Bell Telephone Laboratories
*
*/
/* To use stack as temporary workspace across
* possible storage allocation (eg name lookup)
* a) get ptr from `relstak'
fdo.c
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: PCI IDE bus driver extension
* FILE: drivers/storage/pciidex/fdo.c
* PURPOSE: IRP_MJ_PNP oper
pdo.c
/*
* COPYRIGHT: See COPYING in the top level directory
* PROJECT: PCI IDE bus driver extension
* FILE: drivers/storage/pciidex/pdo.c
* PURPOSE: IRP_MJ_PNP oper
usbstor.c
/*
* PROJECT: ReactOS Universal Serial Bus Bulk Storage Driver
* LICENSE: GPL - See COPYING in the top level directory
* FILE: drivers/usb/usbstor/usbstor.c
* PURPOSE: USB b
datarecord.java
package com.libGPS4j2me.devices.StdGPS;
/**
* Storage data type for parsed GPS data.
*
* @author Loreto Parisi
*/
public class DataRecord {
/**
* Character that indicates a
pngset.c
/* pngset.c - storage of image information into info struct
*
* libpng 1.2.7 - September 12, 2004
* For conditions of distribution and use, see copyright notice in png.h
* Copyright (c) 1998
msilo.sql
-- SQL script for MSILO module
DROP DATABASE IF EXISTS msilo;
-- create a database for storage
CREATE DATABASE msilo;
USE msilo;
-- create the table
CREATE TABLE silo(
-- unique ID per mess
msilo.sql
-- SQL script for MSILO module
DROP DATABASE IF EXISTS msilo;
-- create a database for storage
CREATE DATABASE msilo;
USE msilo;
-- create the table
CREATE TABLE silo(
-- unique ID per mess
spvalue.java
package org.helpsoft.entity.sp;
import java.io.Serializable;
/**
* The SpValue objects contains all fields that are available in the storage.
*
* @author cao guangxin
*/
public class Sp
hyvalue.java
package org.helpsoft.entity.hy;
import java.io.Serializable;
/**
* The HyValue objects contains all fields that are available in the storage.
*
* @author cao guangxin
*/
public class Hy