代码搜索:Compatibility
找到约 6,848 项符合「Compatibility」的源代码
代码结果 6,848
www.eeworm.com/read/486037/1256582
h atmapi.h
/* atmapi.h - ATM API user space/kernel compatibility */
/* Written 1999,2000 by Werner Almesberger, EPFL ICA */
#ifndef _LINUX_ATMAPI_H
#define _LINUX_ATMAPI_H
#if defined(__sparc__) || defined
www.eeworm.com/read/480930/1306093
c chipram.c
/*
** linux/amiga/chipram.c
**
** Modified 03-May-94 by Geert Uytterhoeven
** - 64-bit aligned allocations for full AGA compatibility
**
** Rewritten 15/9/2000 by
www.eeworm.com/read/480930/1308172
h ipfwadm_core.h
#ifndef _IPFWADM_CORE_H
#define _IPFWADM_CORE_H
/* Minor modifications to fit on compatibility framework:
Rusty.Russell@rustcorp.com.au
*/
/*
* IP firewalling code. This is taken from 4.4BSD. Ple
www.eeworm.com/read/480930/1308620
h atmapi.h
/* atmapi.h - ATM API user space/kernel compatibility */
/* Written 1999,2000 by Werner Almesberger, EPFL ICA */
#ifndef _LINUX_ATMAPI_H
#define _LINUX_ATMAPI_H
#if defined(__sparc__) || defined
www.eeworm.com/read/480930/1312425
c ipfwadm_core.c
/* Minor modifications to fit on compatibility framework:
Rusty.Russell@rustcorp.com.au
*/
#include
#define CONFIG_IP_FIREWALL
#define CONFIG_IP_FIREWALL_VERBOSE
#define CONFIG_IP
www.eeworm.com/read/479151/1337741
c sunkbd.c
/* keyboard.c: Sun keyboard driver.
*
* Copyright (C) 1995, 1996, 1997 David S. Miller (davem@caip.rutgers.edu)
*
* Added vuid event generation and /dev/kbd device for SunOS
* compatibility - Mig
www.eeworm.com/read/479151/1340993
h ipfwadm_core.h
#ifndef _IPFWADM_CORE_H
#define _IPFWADM_CORE_H
/* Minor modifications to fit on compatibility framework:
Rusty.Russell@rustcorp.com.au
*/
/*
* IP firewalling code. This is taken from 4.4BSD. Ple
www.eeworm.com/read/479151/1341441
h atmapi.h
/* atmapi.h - ATM API user space/kernel compatibility */
/* Written 1999,2000 by Werner Almesberger, EPFL ICA */
#ifndef _LINUX_ATMAPI_H
#define _LINUX_ATMAPI_H
#if defined(__sparc__) || defined
www.eeworm.com/read/479151/1343901
c ipfwadm_core.c
/* Minor modifications to fit on compatibility framework:
Rusty.Russell@rustcorp.com.au
*/
#include
#define CONFIG_IP_FIREWALL
#define CONFIG_IP_FIREWALL_VERBOSE
#define CONFIG_IP
www.eeworm.com/read/470720/1444523
c bitfield5_main.c
// The offset of `B::f2' is not ABI-compliant and may change in a future
// version of GCC.
// g++.dg/abi/bitfield5.C tests this with -Wabi.
// Split into pieces for binary compatibility testing Octob