代码搜索:ioctl

找到约 10,000 项符合「ioctl」的源代码

代码结果 10,000
www.eeworm.com/read/275970/10780299

c ioctl.c

/* * Copyright (c) 1991, 1992 Paul Kranenburg * Copyright (c) 1993 Branko Lankester * Copyright (c) 1993, 1994, 1995, 1996 Rick Sladkey *
www.eeworm.com/read/419594/10856642

c ioctl.c

/* * can_ioctl - can4linux CAN driver module * * can4linux -- LINUX CAN device driver source * * This file is subject to the terms and conditions of the GNU General Public * License. See the f
www.eeworm.com/read/419410/10870236

ioctl_net

www.eeworm.com/read/273025/10931287

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/272137/10969049

h ioctl.h

// DeviceIoControl IOCTL codes supported by any2000.sys typedef struct _CardInfo { USHORT VendorID; USHORT DeviceID; UCHAR Version; } CardInfo, *PCardInfo; #define IOCTL
www.eeworm.com/read/416039/11043956

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/469281/6980098

c ioctl.c

/* * linux/fs/ioctl.c * * (C) 1991 Linus Torvalds */ #include // 字符串头文件。主要定义了一些有关字符串操作的嵌入函数。 #include // 错误号头文件。包含系统中各种出错号。(Linus 从minix 中引进的)。 #include // 文件状态头文
www.eeworm.com/read/410203/7002886

c ioctl.c

/*++ Copyright (c) 1991, 1992, 1993 Microsoft Corporation Module Name: ioctl.c Abstract: This module contains the ioctl dispatcher as well as a couple of routines that are
www.eeworm.com/read/465763/7045299

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/465115/7058487

c ioctl.c

/****************************************************************/ /* */ /* ioctl.c