代码搜索:ioctl
找到约 10,000 项符合「ioctl」的源代码
代码结果 10,000
www.eeworm.com/read/379711/9182175
c ioctl.c
/*
* linux/fs/ioctl.c
*
* Copyright (C) 1991, 1992 Linus Torvalds
*/
#include
#include
#include
#include
#include
www.eeworm.com/read/379711/9182304
c ioctl.c
/*
* linux/fs/ext2/ioctl.c
*
* Copyright (C) 1993, 1994 Remy Card (card@masi.ibp.fr)
* Laboratoire MASI - Institut Blaise Pascal
* Univer
www.eeworm.com/read/181669/9241853
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/374989/9376270
ioctl_net
www.eeworm.com/read/179020/9378376
c ioctl.c
/*++
Copyright (c) 2005-2006 E0 Technology,Inc.
Module Name:
ioctl.c
Abstract:
Virtual Com Port Driver for USB to RS232 Converter of E0 Technology,Inc.
Environment:
Kernel mod
www.eeworm.com/read/373784/9436604
c ioctl.c
/* $id:dmIoctl.c V1.0 2001/09/5 */
/******************************************************************************
* This source code has been made available to you by CORETEK on
* AS-IS.An
www.eeworm.com/read/175783/9532783
c ioctl.c
/***************************************************************************
* *
* db.*
www.eeworm.com/read/371622/9545109
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/174782/9574416
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/169402/9863782
h ioctl.h
/*++
Copyright (c) 1993 Microsoft Corporation
Module Name:
ioctl.h
Abstract:
Environment:
Kernel & user mode
Revision History:
5-10-96 : created
--*