36: * 37: * @(#)ioctl.h 8.6 (Berkeley) 3/28/94 38: */
68: __BEGIN_DECLS 69: int ioctl __P((int, unsigned long, ...)); 70: __END_DECLS
66: #ifdef XP_OS2 67: #include <sys/ioctl.h> 68: #endif
76: /* HCI ioctl defines */ 77: #define HCIDEVUP _IOW('H', 201, int)
1749: /* Ioctl requests structures */ 1750: struct hci_dev_stats {
32: #include <linux/ioctl.h> 33: #include <asm/ioctls.h> 34: #include <asm/termbits.h> 35: #include <sys/ioctl_compat.h>
39: extern int ioctl(int, int, ...); 40:
26: /* Get the list of `ioctl' requests and related constants. */ 27: #include <bits/ioctls.h>
41: Return value depends on REQUEST. Usually -1 indicates error. */ 42: extern int ioctl (int __fd, unsigned long int __request, ...) __THROW; 43:
46: #endif /* sys/ioctl.h */
85: * Interface request structure used for socket 86: * ioctl's. All interface ioctl's must have parameter 87: * definitions which begin with ifr_name. The
1: /* $Id: ioctl.h,v 1.2 1999/12/29 22:18:15 willy Exp $ 2: * 3: * linux/ioctl.h for Linux by H.H. Bergman. 4: */
9: /* ioctl command encoding: 32 bits total, command in lower 16 bits, 10: * size of the parameter structure in the lower 14 bits of the
1: /* 2: * linux/ioctl.h for Linux by H.H. Bergman. 3: */
6: #define _ASMARM_IOCTL_H 7: 8: /* ioctl command encoding: 32 bits total, command in lower 16 bits,
48: int _Cdecl getftime (int handle, struct ftime *ftimep); 49: int _Cdecl ioctl (int handle, int func, ...); 50: /* optional 3rd and 4th args are: void * argdx, int argcx */
1: #ifndef _SYS_IOCTL_H 2: #include <misc/sys/ioctl.h> 3: 4: /* Now define the internal interfaces. */ 5: extern int __ioctl (int __fd, unsigned long int __request, ...); 6: #endif
Página inicial do Google - Google Code - Debater - Termos de serviço - Ajuda - Envie o seu código©2009 Google - Privacidade