#include <ansi.h>Include dependency graph for types.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Data Structures | |
| struct | u64_t |
Defines | |
| #define | MAJOR 8 |
| #define | MINOR 0 |
| #define | minor(dev) (((dev) >> MINOR) & 0xff) |
| #define | major(dev) (((dev) >> MAJOR) & 0xff) |
| #define | makedev(major, minor) ((dev_t) (((major) << MAJOR) | ((minor) << MINOR))) |
Typedefs | |
| typedef unsigned int | size_t |
| typedef int | ssize_t |
| typedef long | time_t |
| typedef long | clock_t |
| typedef unsigned long | sigset_t |
| typedef long | useconds_t |
| typedef short | dev_t |
| typedef char | gid_t |
| typedef unsigned long | ino_t |
| typedef unsigned short | mode_t |
| typedef short | nlink_t |
| typedef unsigned long | off_t |
| typedef int | pid_t |
| typedef short | uid_t |
| typedef unsigned long | zone_t |
| typedef unsigned long | block_t |
| typedef unsigned long | bit_t |
| typedef unsigned short | zone1_t |
| typedef unsigned short | bitchunk_t |
| typedef unsigned char | u8_t |
| typedef unsigned short | u16_t |
| typedef unsigned long | u32_t |
| typedef char | i8_t |
| typedef short | i16_t |
| typedef long | i32_t |
| typedef int | Dev_t |
| typedef int | _mnx_Gid_t |
| typedef int | Nlink_t |
| typedef int | _mnx_Uid_t |
| typedef int | U8_t |
| typedef unsigned long | U32_t |
| typedef int | I8_t |
| typedef int | I16_t |
| typedef long | I32_t |
| typedef unsigned long | Ino_t |
| typedef int | Zone1_t |
| typedef int | Bitchunk_t |
| typedef int | U16_t |
| typedef int | _mnx_Mode_t |
| typedef void | _PROTOTYPE ((*sighandler_t),(int)) |
| typedef unsigned char | u_char |
| typedef unsigned short | u_short |
| typedef unsigned int | u_int |
| typedef unsigned long | u_long |
| typedef char * | caddr_t |
|
|
|
|
|
Definition at line 130 of file types.h. Referenced by alloc_inode(), alloc_zone(), clone_opcl(), ctty_io(), dev_close(), dev_io(), dev_open(), dev_up(), do_ioctl(), do_svrctl(), do_unpause(), fproc_dmp(), gen_opcl(), list(), main(), rw_block(), select_major_match(), select_unsuspend_by_endpt(), and show_info(). |
|
|
|
|
|
|
|
|
Definition at line 131 of file types.h. Referenced by alloc_inode(), alloc_zone(), clone_opcl(), ctty_io(), dev_io(), dev_up(), do_ioctl(), do_unpause(), fproc_dmp(), gen_opcl(), list(), rw_block(), and show_info(). |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.4.6