代码搜索:structures

找到约 10,000 项符合「structures」的源代码

代码结果 10,000
www.eeworm.com/read/491809/1187575

h openfile.h

// openfile.h // Data structures for opening, closing, reading and writing to // individual files. The operations supported are similar to // the UNIX ones -- type 'man open' to the UNIX prompt. //
www.eeworm.com/read/491809/1187604

h post.h

// post.h // Data structures for providing the abstraction of unreliable, // ordered, fixed-size message delivery to mailboxes on other // (directly connected) machines. Messages can be dropped by
www.eeworm.com/read/486037/1254910

h usb_ch9.h

/* * This file holds USB constants and structures that are needed for USB * device APIs. These are used by the USB device model, which is defined * in chapter 9 of the USB 2.0 specification. Linu
www.eeworm.com/read/486037/1256474

h usb_ch9.h

/* * This file holds USB constants and structures that are needed for USB * device APIs. These are used by the USB device model, which is defined * in chapter 9 of the USB 2.0 specification. Linu
www.eeworm.com/read/481348/1297322

h nkppc.h

/*++ Copyright (c) 1993 IBM Corporation Module Name: nkppc.h Abstract: Windows CE Kernel PowerPC specific structures and constants Revision History: Richard Hooker : Upd
www.eeworm.com/read/480930/1306408

h iosapic_private.h

/* ** This file is private to iosapic driver. ** If stuff needs to be used by another driver, move it to a common file. ** ** WARNING: fields most data structures here are ordered to make sure **
www.eeworm.com/read/480930/1310653

h iosapic.h

/* ** This file is private to iosapic driver. ** If stuff needs to be used by another driver, move it to a common file. ** ** WARNING: fields most data structures here are ordered to make sure **
www.eeworm.com/read/480930/1311241

c super.c

/* * linux/fs/super.c * * Copyright (C) 1991, 1992 Linus Torvalds * * super.c contains code to handle: - mount structures * - super-block tables *
www.eeworm.com/read/480166/1321091

svn-base sdram.h.svn-base

#ifndef __SDR_H_ #define __SDR_H_ /******************* structures *************************/ /* #define SDRBASE 0x00000000 typedef struct sdrstruct { } sdrstruct; #define sdrstr ((volatile struct
www.eeworm.com/read/479931/1328465

c funcargs.c

/* Test passing of arguments to functions. Use various sorts of arguments, including basic types, pointers to those types, structures, lots of args, etc, in various combinations. */ /* AIX