代码搜索结果

找到约 10,000 项符合 Storage 的代码

timerb.dni

[Interrupts] Enabled=1 [MemoryMap] Enabled=0 TypeVolition=1 UnspecRange=1 ActionState=1 [DisAssemblyWindow] NumStates=_ 1 State 1=_ 1 [State Storage] Control Register=0 [Sequencer] Contro

pango-glyph.h

/* Pango * pango-glyph.h: Glyph storage * * Copyright (C) 2000 Red Hat Software * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Library G

kconfig

config INFINIBAND_SRP tristate "InfiniBand SCSI RDMA Protocol" depends on INFINIBAND && SCSI ---help--- Support for the SCSI RDMA Protocol over InfiniBand. This allows you to access storage

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

inventoryejb.java

package com.j2eeapp.cdstore.storage; import java.rmi.RemoteException; import javax.ejb.*; public abstract class InventoryEJB implements EntityBean { /** * Attributes declaration

inventoryejb.java

package com.j2eeapp.cdstore.storage; import java.rmi.RemoteException; import javax.ejb.*; public abstract class InventoryEJB implements EntityBean { /** * Attributes declaration

switch.c

/* Test the types of switch statement. type: char, int, long sign: signed, unsigned storage: static, attr: volatile */ #include {sign} {type} sparseSwitch({sign} {type

configure

# This file is generated from configure.in by Autoconf. DO NOT EDIT! # Local configure fragment for sysdeps/alpha/elf. if test "$usetls" != no; then # Check for support of thread-local storage hand

usblspnp.c

/*++ Copyright (c) 1999 Microsoft Corporation Module Name: Usblspnp.c Abstract: USB LS-120 Mass Storage Device Sample Driver Plug and Play module Environment: ke