代码搜索:Mac 有哪些应用?

找到约 10,000 项符合「Mac 有哪些应用?」的源代码

代码结果 10,000
www.eeworm.com/read/209559/4966214

c mac_scsi.c

/* * Generic Macintosh NCR5380 driver * * Copyright 1998, Michael Schmitz * * derived in part from: */ /* * Generic Generic NCR5380 driver * * Copyright 1995, Russell King
www.eeworm.com/read/209559/4966566

c mac_hid.c

/* * drivers/macintosh/mac_hid.c * * HID support stuff for Macintosh computers. * * Copyright (C) 2000 Franz Sirl. * * This file will soon be removed in favor of an uinput userspace tool. */
www.eeworm.com/read/209559/4967202

c mac8390.c

/* mac8390.c: New driver for 8390-based Nubus (or Nubus-alike) Ethernet cards on Linux */ /* Based on the former daynaport.c driver, by Alan Cox. Some code taken from or inspired by skeleton.c
www.eeworm.com/read/209559/4968743

h ipt_mac.h

#ifndef _IPT_MAC_H #define _IPT_MAC_H struct ipt_mac_info { unsigned char srcaddr[ETH_ALEN]; int invert; }; #endif /*_IPT_MAC_H*/
www.eeworm.com/read/209559/4970451

h mac_oss.h

/* * OSS * * This is used in place of VIA2 on the IIfx. */ #define OSS_BASE (0x50f1a000) /* * Interrupt level offsets for mac_oss->irq_level */ #define OSS_NUBUS0 0 #define OSS_NUBUS1 1 #defi
www.eeworm.com/read/209559/4970453

h mac_mouse.h

#ifndef _ASM_MAC_MOUSE_H #define _ASM_MAC_MOUSE_H /* * linux/include/asm-m68k/mac_mouse.h * header file for Macintosh ADB mouse driver * 27-10-97 Michael Schmitz * copied from: * header file for
www.eeworm.com/read/209559/4970483

h mac_iop.h

/* * I/O Processor (IOP) defines and structures, mostly snagged from A/UX * header files. * * The original header from which this was taken is copyrighted. I've done some * rewriting (in fact my
www.eeworm.com/read/209559/4970493

h mac_psc.h

/* * Apple Peripheral System Controller (PSC) * * The PSC is used on the AV Macs to control IO functions not handled * by the VIAs (Ethernet, DSP, SCC, Sound). This includes nine DMA * channels.
www.eeworm.com/read/209559/4970501

h mac_baboon.h

/* * Definitions for the "Baboon" custom IC on the PowerBook 190. */ #define BABOON_BASE (0x50F1A000) /* same as IDE controller base */ #ifndef __ASSEMBLY__ struct baboon { char pad1[208]; /* ge
www.eeworm.com/read/209559/4970552

h mac_via.h

/* * 6522 Versatile Interface Adapter (VIA) * * There are two of these on the Mac II. Some IRQ's are vectored * via them as are assorted bits and bobs - eg rtc, adb. The picture * is a bit incomp