代码搜索结果

找到约 10,000 项符合 Interrupt 的代码

interrupt.c

/* $Id: interrupt.c,v 1.1.4.1 2001/11/20 14:19:37 kai Exp $ * * Copyright (C) 1996 SpellCaster Telecommunications Inc. * * This software may be used and distributed according to the terms * of t

interrupt.c

/* drivers/net/tulip/interrupt.c Maintained by Jeff Garzik Copyright 2000,2001 The Linux Kernel Team Written/copyright 1994-2001 by Donald Becker. This software may be used

interrupt.c

/* drivers/net/tulip/interrupt.c Maintained by Jeff Garzik Copyright 2000 The Linux Kernel Team Written/copyright 1994-1999 by Donald Becker. This software may be us

interrupt.cc

/* * Simulator of microcontrollers (interrupt.cc) * * Copyright (C) 1999,99 Drotos Daniel, Talker Bt. * * To contact author send email to drdani@mazsola.iit.uni-miskolc.hu * */ /* This file i

interrupt.h

/* interrupt.h */ #ifndef _LINUX_INTERRUPT_H #define _LINUX_INTERRUPT_H #include #include #include struct irqaction { void (*handler)(int, void *, str

interrupt.h

/* * Copyright (c) 1997, Stefan Esser * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that th

interrupt.h

/* * Copyright (c) 1997-1998 University of Utah and the Flux Group. * All rights reserved. * * This file is part of the Flux OSKit. The OSKit is free software, also known * as "open source;" yo

interrupt.h

/* * $Id: interrupt.h,v 1.1 2002/02/07 01:09:36 linfusheng Exp $ */ #ifndef INTERRUPT_H #define INTERRUPT_H /* * Interrupt handler chains. isa_intr_establish() inserts a handler into * th

interrupt.c

/* * $Id: interrupt.c,v 1.2 2002/02/07 01:08:53 linfusheng Exp $ */ #include "includes.h" #include "interrupt.h" #define N_INTR 16 struct intrhand intrhand[N_INTR]; void init_intr_t