代码搜索:ioctl
找到约 10,000 项符合「ioctl」的源代码
代码结果 10,000
www.eeworm.com/read/186023/8965914
c ioctl.c
#include
#include
#include
#include
extern int tty_ioctl(int dev, int cmd, int arg);
typedef int (*ioctl_ptr)(int dev,int cmd,int arg);
#define NR
www.eeworm.com/read/382922/8990368
h ioctl.h
// DeviceIoControl IOCTL codes
#define IOCTL_PCI9052Demo_REGISTER_EVENT CTL_CODE( \
FILE_DEVICE_UNKNOWN, \
0x800, \
METHOD_BUFFERED, \
FILE_ANY_ACCESS)
#define IOCTL
www.eeworm.com/read/426767/9000233
c ioctl.c
/* LIBUSB-WIN32, Generic Windows USB Library
* Copyright (c) 2002-2005 Stephan Meyer
*
* This program is free software; you can redistribute it and/or modify
* it under the term
www.eeworm.com/read/185562/9031686
c ioctl.c
/****************************************************************/
/* */
/* ioctl.c
www.eeworm.com/read/282993/9049451
c ioctl.c
#include
#include
#include
int sfd = open("/tyCo/1", O_RDWR, 0);
ioctl(sfd,FIOSETOPTIONS,OPT_LINE); //设置串口工作模式为行模式:LINE_MODE
ioctl(sfd,FIOBAUDRATE,9600);
www.eeworm.com/read/380485/9145493
c ioctl.c
/*
* linux/fs/ioctl.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
extern int tty_ioctl(int dev, int cmd, int arg);
t
www.eeworm.com/read/281525/9151549
c ioctl.c
/* ioctl.c
* Linux CAN-bus device driver.
* Written by Arnaud Westenberg email:arnaud@wanadoo.nl
* Rewritten for new CAN queues by Pavel Pisa - OCERA team member
* email:pisa@cmp.felk.cvut.cz
* T
www.eeworm.com/read/379736/9179818
c ioctl.c
/*
* linux/fs/ioctl.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
extern int tty_ioctl(int dev, int cmd, int arg);
t
www.eeworm.com/read/379714/9181219
c ioctl.c
/*
* linux/fs/ioctl.c
*
* (C) 1991 Linus Torvalds
*/
#include
#include
#include
#include
extern int tty_ioctl(int dev, int cmd, int arg);
t
www.eeworm.com/read/379711/9181936
h ioctl.h
/* $Id: ioctl.h,v 1.5 1993/07/19 21:53:50 root Exp root $
*
* linux/ioctl.h for Linux by H.H. Bergman.
*/
#ifndef _LINUX_IOCTL_H
#define _LINUX_IOCTL_H
/* ioctl command encoding: 32 bit