代码搜索:CallBack
找到约 10,000 项符合「CallBack」的源代码
代码结果 10,000
www.eeworm.com/read/161121/5557030
c srm_puts.c
/*
* arch/alpha/lib/srm_puts.c
*/
#include
#include
long
srm_puts(const char *str, long len)
{
long remaining, written;
if (!callback_init_done)
return len;
www.eeworm.com/read/158872/5590970
c sim-load.c
/* Utility to load a file into the simulator.
Copyright (C) 1997 Free Software Foundation, Inc.
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU G
www.eeworm.com/read/152843/5658857
c srm_puts.c
/*
* arch/alpha/lib/srm_puts.c
*/
#include
#include
long
srm_puts(const char *str, long len)
{
long remaining, written;
if (!callback_init_done)
return len;
www.eeworm.com/read/197327/6869424
h pm.h
#ifndef __PM_H__
#define __PM_H__
#include "low.h"
#include "list.h"
#ifdef CONFIG_PM
/*
* Power management requests
*/
enum
{
PM_SUSPEND, /* enter D1-D3 */
PM_RESUME, /* enter D0
www.eeworm.com/read/472660/6873093
c l2_packet_none.c
/*
* WPA Supplicant - Layer2 packet handling example with dummy functions
* Copyright (c) 2003-2005, Jouni Malinen
*
* This program is free software; you can redistribute it a
www.eeworm.com/read/173745/9637449
inc not.inc
; ..\LIB\ACTIVEDS.LIB PROTOTYPES
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
; ..\LIB\ADPTIF.LIB PROTOTYPES
; ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
FwBindFwInterfaceToAdapter PROTO :DWORD,:DWORD
FwConnectionRequestF
www.eeworm.com/read/110490/15532561
h log_extauth_p.h
#ifndef __LOG_EXTAUTH_P_H__
#define __LOG_EXTAUTH_P_H__ 1
#ifdef WITH_EXTAUTH
#include
#ifndef SUN_LEN
# define SUN_LEN(ptr) ((size_t) (((struct sockaddr_un *) NULL)->sun_path) \
www.eeworm.com/read/109477/15556653
h pm.h
/*
* pm.h - Power management interface
*
* Copyright (C) 2000 Andrew Henroid
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General
www.eeworm.com/read/109308/15559721
h pm.h
#ifndef __PM_H__
#define __PM_H__
#include "low.h"
#include "list.h"
#ifdef CONFIG_PM
/*
* Power management requests
*/
enum
{
PM_SUSPEND, /* enter D1-D3 */
PM_RESUME, /* enter D0
www.eeworm.com/read/108728/15577845
c snmpcallbackdomain.c
#include
#include
#include
#include
#include
#if HAVE_STRING_H
#include
#else
#include
#endif
#if HAVE