代码搜索:Compatibility
找到约 6,848 项符合「Compatibility」的源代码
代码结果 6,848
www.eeworm.com/read/430518/1924348
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/430518/1928118
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/430182/1935974
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/430182/1937538
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/430182/1937736
c sunos_ioctl.c
/* $Id: sunos_ioctl.c,v 1.1.1.1 2004/02/04 12:55:49 laputa Exp $
* sunos_ioctl.c: The Linux Operating system: SunOS ioctl compatibility.
*
* Copyright (C) 1995 Miguel de Icaza (miguel@nuclecu.unam
www.eeworm.com/read/430182/1940749
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/425541/2006107
java jbpmschemaupdate.java
package org.jbpm.db.compatibility;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileWriter;
import java.io.IOException;
import java.sql.Connection;
import java.sql.SQLEx
www.eeworm.com/read/409921/2225656
rc slayer.rc
/* $Id: slayer.rc 24931 2006-11-28 19:35:42Z janderwald $ */
#include
#include "resource.h"
#define REACTOS_VERSION_DLL
#define REACTOS_STR_FILE_DESCRIPTION "ReactOS Compatibility
www.eeworm.com/read/402224/2326763
java jbpmschemaupdate.java
package org.jbpm.db.compatibility;
import java.io.File;
import java.io.FileInputStream;
import java.io.FileWriter;
import java.io.IOException;
import java.sql.Connection;
import java.sql.SQLEx
www.eeworm.com/read/395229/2447926
h irqreturn.h
/* irqreturn.h */
#ifndef _LINUX_IRQRETURN_H
#define _LINUX_IRQRETURN_H
/*
* For 2.4.x compatibility, 2.4.x can use
*
* typedef void irqreturn_t;
* #define IRQ_NONE
* #define IRQ_HANDLED
* #def