代码搜索:handler

找到约 10,000 项符合「handler」的源代码

代码结果 10,000
www.eeworm.com/read/368386/2814616

s int-handler.s

/* * Copyright 2001 MontaVista Software Inc. * Author: jsun@mvista.com or jsun@junsun.net * * First-level interrupt dispatcher for ddb5477 * * This program is free software; you can redistribute
www.eeworm.com/read/368386/2814632

s int-handler.s

#include #include #include #include .text .set macro .set noat .align 5 NESTED(it8172_IRQ, PT_SIZE, sp) SAVE_ALL CLI # I
www.eeworm.com/read/368386/2814665

s int-handler.s

/* * arch/mips/ddb5074/int-handler.S -- NEC DDB Vrc-5074 interrupt handler * * Based on arch/mips/sgi/kernel/indyIRQ.S * * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * * Copyright
www.eeworm.com/read/368386/2814719

s int-handler.s

/* * arch/mips/ddb5074/int-handler.S -- NEC DDB Vrc-5074 interrupt handler * * Based on arch/mips/sgi/kernel/indyIRQ.S * * Copyright (C) 1996 David S. Miller (dm@engr.sgi.com) * * Copyright
www.eeworm.com/read/368386/2814789

s int-handler.s

/* $Id: int-handler.S,v 1.14 1999/05/01 22:40:34 ralf Exp $ * * This file is subject to the terms and conditions of the GNU General Public * License. See the file "COPYING" in the main directory o
www.eeworm.com/read/368386/2814810

s int-handler.s

/* * arch/mips/dec/int-handler.S * * Copyright (C) 1995, 1996, 1997 Paul M. Antoine and Harald Koerfgen * Copyright (C) 2000 Maciej W. Rozycki * * Written by Ralf Baechle and Andreas Busse, mod
www.eeworm.com/read/368386/2814818

s int-handler.s

/* * SNI RM200 PCI specific interrupt handler code. * * Copyright (C) 1994, 95, 96, 97, 98, 1999, 2000 by Ralf Baechle */ #include #include #include #in
www.eeworm.com/read/365242/2898190

c uart_handler.c

#include "hardware_reg.h" #include "HA_typedef.h" #include "intc.h" #include "uart.h" //********************UART中断处理子函数******************// /////////////////////////////UART0///////////////////
www.eeworm.com/read/362032/2938972

c write_handler.c

#include #include #include "macro.h" #include "TextForm.h" #include "ioctl_op.h" #include "utils.h" extern FIELD *field[FIELD_CNT+1]; //The last one must be NULL extern FOR
www.eeworm.com/read/362032/2938974

h read_handler.h

#ifndef __READ_HANDLER_H #define __READ_HANDLER_H void Handle_READ(char *ifname); #endif