代码搜索结果
找到约 10,000 项符合
Driver 的代码
driver.c
#if !defined(__EBOS_H)
#include "ebos.h"
#endif
/*
*********************************************************************************************************
*
driver.c
#include
#include
#include
#include
#include "getopt.h"
#include "debugmalloc.h"
#define NUMTESTCASES 8
static void run_test_case(int n) {
swit
driver.h
#ifndef DRIVER_H
#define DRIVER_H
struct driver_ops {
const char *name; /* as appears in the config file */
int (*init)(struct hostapd_data *hapd);
void (*deinit)(void *priv);
int (*wireless_e
driver.c
/*
* Host AP (software wireless LAN access point) user space daemon for
* Host AP kernel driver / Kernel driver communication
* Copyright (c) 2002-2005, Jouni Malinen
*
* Thi
driver.h
/********************************************************************************
*
* $Id: driver.h,v 1.1.1.1 2004/12/08 08:38:43 hychu Exp $
*
* File: Driver.h
*
* Optimizations:
* When build
driver.cpp
/********************************************************************************
*
* $Id: driver.cpp,v 1.1.1.1 2004/12/08 08:38:43 hychu Exp $
*
* File: Main.cpp
*
* Copyright (c) 2000-2002 Dav
driver.c
#include "apue.h"
void
do_driver(char *driver)
{
pid_t child;
int pipe[2];
/*
* Create a stream pipe to communicate with the driver.
*/
if (s_pipe(pipe) < 0)
err_sys("can't create stream