代码搜索:Compatibility
找到约 6,848 项符合「Compatibility」的源代码
代码结果 6,848
www.eeworm.com/read/382361/2637709
h fs.h
/*
* linux/fs.h compatibility header
*/
#ifndef __COMPAT_LINUX_FS_H_
#define __COMPAT_LINUX_FS_H_
#include
#if LINUX_VERSION_CODE < 0x020200
/* no fasync */
#define KILL_FASYNC(
www.eeworm.com/read/380081/2663522
h module.h
/*
* module.h compatibility header
*/
#ifndef _COMPAT_MODULE_H
#define _COMPAT_MODULE_H
#include
#if LINUX_VERSION_CODE < 0x020115
#define MODULE_AUTHOR(a)
#define MODULE_DESCRI
www.eeworm.com/read/372616/2771366
quirks readme.quirks
Below is what the bt878 data book says about the PCI bug compatibility
modes of the bt878 chip.
The triton1 insmod option sets the EN_TBFX bit in the control register.
The vsfx insmod option does th
www.eeworm.com/read/368386/2814418
c old-checksum.c
/*
* FIXME: old compatibility stuff, will be removed soon.
*/
#include
unsigned int csum_partial_copy( const char *src, char *dst, int len, int sum)
{
int src_err=0, dst_err=0;
www.eeworm.com/read/368386/2815993
c old-checksum.c
/*
* FIXME: old compatibility stuff, will be removed soon.
*/
#include
unsigned int csum_partial_copy( const char *src, char *dst, int len, int sum)
{
int src_err=0, dst_err=0;
www.eeworm.com/read/368386/2820207
quirks readme.quirks
Below is what the bt878 data book says about the PCI bug compatibility
modes of the bt878 chip.
The triton1 insmod option sets the EN_TBFX bit in the control register.
The vsfx insmod option does th
www.eeworm.com/read/367182/2853167
h math_ldbl_opt.h
/* -mlong-double-64 compatibility mode macros. */
#include
#ifndef LONG_DOUBLE_COMPAT_VERSION
# error "nldbl-abi.h must define LONG_DOUBLE_COMPAT_VERSION"
#endif
#include
www.eeworm.com/read/357083/3029401
h bsderrno.h
/* $Id: bsderrno.h,v 1.3 1996/04/25 06:12:47 davem Exp $
* bsderrno.h: Error numbers for NetBSD binary compatibility
*
* Copyright (C) 1995 David S. Miller (davem@caip.rutgers.edu)
*/
#ifndef _SP
www.eeworm.com/read/357083/3029879
h bsderrno.h
/* $Id: bsderrno.h,v 1.1 1996/12/26 13:25:21 davem Exp $
* bsderrno.h: Error numbers for NetBSD binary compatibility
*
* Copyright (C) 1996 David S. Miller (davem@caip.rutgers.edu)
*/
#ifndef _SP
www.eeworm.com/read/350657/3118371
c old-checksum.c
/*
* FIXME: old compatibility stuff, will be removed soon.
*/
#include
unsigned int csum_partial_copy( const char *src, char *dst, int len, int sum)
{
int src_err=0, dst_err=0;