代码搜索:handler
找到约 10,000 项符合「handler」的源代码
代码结果 10,000
www.eeworm.com/read/245586/12792918
h globals.h
#define NULL 0
/* idt.c */
//extern idt_selector_t __idt[IDT_ENTRIES];
//extern idtr_t __idtr;
/* entry.s */
extern unsigned long divide_error;
extern unsigned long system_call;
extern unsigned long
www.eeworm.com/read/140245/13094417
c ddbg_assert.c
/* libddbg (version 1.0)
* Authors: John Bucy, Greg Ganger
* Contributors: John Griffin, Jiri Schindler, Steve Schlosser
*
* Copyright (c) of Carnegie Mellon University, 2001, 2002, 2003.
*
* T
www.eeworm.com/read/307924/13713143
h filesim.h
#include "fsdefs.h"
typedef uint8_t (*FileSim_read_interval_handler_t)(uint8_t* buffer, uint32_t offset, void* p);
typedef uint16_t (*FileSim_write_interval_handler_t)(uint8_t* buffer, uint32_t offs
www.eeworm.com/read/149015/5704370
c cstartup_sam7.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
www.eeworm.com/read/147766/5720756
c s390_ext.c
/*
* arch/s390/kernel/s390_ext.c
*
* S390 version
* Copyright (C) 1999,2000 IBM Deutschland Entwicklung GmbH, IBM Corporation
* Author(s): Holger Smolinski (Holger.Smolinski@de.ibm.com),
www.eeworm.com/read/147766/5722875
c s390_ext.c
/*
* arch/s390/kernel/s390_ext.c
*
* S390 version
* Copyright (C) 1999,2000 IBM Deutschland Entwicklung GmbH, IBM Corporation
* Author(s): Holger Smolinski (Holger.Smolinski@de.ibm.com),
www.eeworm.com/read/147766/5725333
c evmisc.c
/******************************************************************************
*
* Module Name: evmisc - ACPI device notification handler dispatch
* and ACPI Global Lock supp
www.eeworm.com/read/145331/5746572
c cstartup_sam7.c
//*----------------------------------------------------------------------------
//* ATMEL Microcontroller Software Support - ROUSSET -
//*-------------------------------------------------
www.eeworm.com/read/136989/5827305
cpp timeouts.cpp
// Timeouts.cpp,v 4.2 2003/11/01 11:15:24 dhinton Exp
//
// ============================================================================
//
// = LIBRARY
// examples
//
// = FILENAME
// T
www.eeworm.com/read/136989/5828178
cpp event_channel.cpp
// Event_Channel.cpp,v 4.36 2003/11/05 02:04:53 dhinton Exp
#define ACE_BUILD_SVC_DLL
#include "Connection_Handler_Connector.h"
#include "Event_Channel.h"
#include "ace/OS_NS_sys_select.h"
#i