代码搜索结果
找到约 10,000 项符合
Storage 的代码
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
tclalloc.c
/*
* tclAlloc.c --
*
* This is a very fast storage allocator. It allocates blocks of a
* small number of different sizes, and keeps free lists of each size.
* Blocks that don't exactly fit are
configure
# This file is generated from configure.in by Autoconf. DO NOT EDIT!
# Local configure fragment for sysdeps/sh/elf.
if test "$usetls" != no; then
# Check for support of thread-local storage handlin
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
test.txt
Platform SDK: File Storage
ReadFile
The ReadFile function reads data from a file, starting at the position indicated by the file pointer. After the read operation has been completed, the file po
coord.java
/*
* CVS identifier:
*
* $Id: Coord.java,v 1.1.1.1 2002/07/22 09:26:50 grosbois Exp $
*
* Class: Coord
*
* Description: Class for storage of 2-D coordinates
*
*
usbbulkdevlib.lib
usbBulkDevLib {USB Bulk Only Mass Storage class driver } usbBulkDevLib {usbBulkDevLib} {VxWorks API Reference} {USB libraries} USB {}
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
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
iconview.c
/* Icon View
*
* The GtkIconView widget is used to display and manipulate icons. It
* uses a GtkTreeModel for data storage, so the list store example
* might be helpful.
*/
#include