4: * service. It is used with both the legacy mc146818 and also EFI 5: * Struct rtc_time and first 12 ioctl by Paul Gortmaker, 1996 - separated out 6: * from <linux/mc146818rtc.h> to this file for 2.4 kernels.
14: /* 15: * The struct used to pass data via the following ioctl. Similar to the 16: * struct tm in <time.h>, but it needs to be here so that the kernel
65: /* 66: * ioctl calls that are permitted to the /dev/rtc interface, if 67: * any of the RTC drivers are enabled.
165: int (*ioctl) (struct socket *sock, unsigned int cmd, 166: unsigned long arg); 167: int (*compat_ioctl) (struct socket *sock, unsigned int cmd,
302: SOCKCALL_WRAP(name, ioctl, (struct socket *sock, unsigned int cmd, \ 303: unsigned long arg), (sock, cmd, arg)) \ 304: SOCKCALL_WRAP(name, compat_ioctl, (struct socket *sock, unsigned int cmd, \
328: .poll = __lock_##name##_poll, \ 329: .ioctl = __lock_##name##_ioctl, \ 330: .compat_ioctl = __lock_##name##_compat_ioctl, \ 331: .listen = __lock_##name##_listen, \
504: /* 505: * Here are some scsi specific ioctl commands which are sometimes useful. 506: * 507: * Note that include/linux/cdrom.h also defines IOCTL 0x5300 - 0x5395 508: */
510: /* Used to obtain PUN and LUN info. Conflicts with CDROMAUDIOBUFSIZ */ 511: #define SCSI_IOCTL_GET_IDLUN 0x5382 512: 513: /* 0x5383 and 0x5384 were used for SCSI_IOCTL_TAGGED_{ENABLE,DISABLE} */ 514:
310: extern void ax25_dev_device_down(struct net_device *); 311: extern int ax25_fwd_ioctl(unsigned int, struct ax25_fwd_struct *); 312: extern struct net_device *ax25_fwd_dev(struct net_device *);
382: extern void ax25_rt_device_down(struct net_device *); 383: extern int ax25_rt_ioctl(unsigned int, void __user *); 384: extern const struct file_operations ax25_route_fops;
436: extern ax25_uid_assoc *ax25_findbyuid(uid_t); 437: extern int __must_check ax25_uid_ioctl(int, struct sockaddr_ax25 *); 438: extern const struct file_operations ax25_uid_fops;
Google Home - Google Code - Discuss - Terms of Service - Help - Submit Your Code
©2010 Google - Privacy