This post is to note some materials for Linux ioctl function:
- ioctl: hdio
- Linux kernel map: Chapter 6.1 ioctl
- Linux Device Driver 專欄
- Linux 驅動程式的 I/O, #1: 基本概念
- Linux 驅動程式的 I/O, #3: kernel-space 與 user-space 的「I/O」
- Linux 驅動程式的 I/O, #4: fops->ioctl 實作
- Creating an Ioctl command in linux (before linux kernel 2.6.36)
- Device Drivers, Part 9: I/O Control in Linux
- 基礎 Linux Device Driver 驅動程式#9 (IOCTL)
- Example of a Variadic Function
- Linux Device Drivers Series
- 如何用C語言取得硬體資訊,如主機板序號等?
- uname – get name and information about current kernel