代码搜索:ioctl
找到约 10,000 项符合「ioctl」的源代码
代码结果 10,000
www.eeworm.com/read/190618/8441483
c ioctl.c
/*************************************************************
* File: pmon/ioctl.c
* Purpose: Part of the Prom Monitor (PMON)
* Author: Phil Bunce (pjb@carmel.com)
* Revision History:
* 970304 S
www.eeworm.com/read/290521/8479399
h ioctl.h
// DeviceIoControl IOCTL codes supported by Wdm1
#define IOCTL_WDM1_ZERO_BUFFER CTL_CODE( \
FILE_DEVICE_UNKNOWN, \
0x801, \
METHOD_BUFFERED, \
FILE_ANY_ACCESS)
#define
www.eeworm.com/read/289120/8574918
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
www.eeworm.com/read/187912/8591616
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);
www.eeworm.com/read/288542/8623203
c ioctl.c
/****************************************************************/
/* */
/* ioctl.c */
www.eeworm.com/read/288458/8631082
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/287922/8660817
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/386806/8725729
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
www.eeworm.com/read/386806/8726121
c ioctl.c
/*
* linux/fs/ioctl.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/386806/8726317
c ioctl.c
/*
* linux/fs/ext2/ioctl.c
*
* Copyright (C) 1993, 1994 Remy Card (card@masi.ibp.fr)
* Laboratoire MASI - Institut Blaise Pascal
* Univer