types.h File Reference

API published in:
API deprecated in:


#include <sys/cdefs.h>
#include <machine/endian.h>
#include <sys/_types.h>
#include <sys/_pthreadtypes.h>

Go to the source code of this file.


Typedefs

typedef __int8_t  int8_t
typedef __int16_t  int16_t
typedef __int32_t  int32_t
typedef __int64_t  int64_t
typedef __uint8_t  uint8_t
typedef __uint16_t  uint16_t
typedef __uint32_t  uint32_t
typedef __uint64_t  uint64_t
typedef __intptr_t  intptr_t
typedef __uintptr_t  uintptr_t
typedef __uint8_t  u_int8_t
typedef __uint16_t  u_int16_t
typedef __uint32_t  u_int32_t
typedef __uint64_t  u_int64_t
typedef __uint64_t  u_quad_t
typedef __int64_t  quad_t
typedef quad_t qaddr_t
typedef char *  caddr_t
typedef __const char *  c_caddr_t
typedef __volatile char *  v_caddr_t
typedef __blksize_t  blksize_t
typedef __blkcnt_t  blkcnt_t
typedef __clock_t  clock_t
typedef __clockid_t  clockid_t
typedef __critical_t  critical_t
typedef __int64_t  daddr_t
typedef __dev_t  dev_t
typedef __fflags_t  fflags_t
typedef __fixpt_t  fixpt_t
typedef __fsblkcnt_t  fsblkcnt_t
typedef __fsfilcnt_t  fsfilcnt_t
typedef __gid_t  gid_t
typedef __uint32_t  in_addr_t
typedef __uint16_t  in_port_t
typedef __id_t  id_t
typedef __ino_t  ino_t
typedef __key_t  key_t
typedef __lwpid_t  lwpid_t
typedef __mode_t  mode_t
typedef __nlink_t  nlink_t
typedef __off_t  off_t
typedef __pid_t  pid_t
typedef __register_t  register_t
typedef __rlim_t  rlim_t
typedef __segsz_t  segsz_t
typedef __size_t  size_t
typedef __ssize_t  ssize_t
typedef __suseconds_t  suseconds_t
typedef __time_t  time_t
typedef __timer_t  timer_t
typedef __u_register_t  u_register_t
typedef __uid_t  uid_t
typedef __useconds_t  useconds_t
typedef __vm_offset_t  vm_offset_t
typedef __vm_ooffset_t  vm_ooffset_t
typedef __vm_paddr_t  vm_paddr_t
typedef __vm_pindex_t  vm_pindex_t
typedef __vm_size_t  vm_size_t

Typedef Documentation

typedef __blkcnt_t blkcnt_t
 
typedef __blksize_t blksize_t
 
typedef __const char* c_caddr_t
 
typedef char* caddr_t
 
typedef __clock_t clock_t
 
typedef __clockid_t clockid_t
 
typedef __critical_t critical_t
 
typedef __int64_t daddr_t
 
typedef __dev_t dev_t
 
typedef __fflags_t fflags_t
 
typedef __fixpt_t fixpt_t
 
typedef __fsblkcnt_t fsblkcnt_t
 
typedef __fsfilcnt_t fsfilcnt_t
 
typedef __gid_t gid_t
 
typedef __id_t id_t
 
typedef __uint32_t in_addr_t
 
typedef __uint16_t in_port_t
 
typedef __ino_t ino_t
 
typedef __int16_t int16_t
 
typedef __int32_t int32_t
 
typedef __int64_t int64_t
 
typedef __int8_t int8_t
 
typedef __intptr_t intptr_t
 
typedef __key_t key_t
 
typedef __lwpid_t lwpid_t
 
typedef __mode_t mode_t
 
typedef __nlink_t nlink_t
 
typedef __off_t off_t
 
typedef __pid_t pid_t
 
typedef quad_t* qaddr_t
 
typedef __int64_t quad_t
 
typedef __register_t register_t
 
typedef __rlim_t rlim_t
 
typedef __segsz_t segsz_t
 
typedef __size_t size_t
 
typedef __ssize_t ssize_t
 
typedef __suseconds_t suseconds_t
 
typedef __time_t time_t
 
typedef __timer_t timer_t
 
typedef __uint16_t u_int16_t
 
typedef __uint32_t u_int32_t
 
typedef __uint64_t u_int64_t
 
typedef __uint8_t u_int8_t
 
typedef __uint64_t u_quad_t
 
typedef __u_register_t u_register_t
 
typedef __uid_t uid_t
 
typedef __uint16_t uint16_t
 
typedef __uint32_t uint32_t
 
typedef __uint64_t uint64_t
 
typedef __uint8_t uint8_t
 
typedef __uintptr_t uintptr_t
 
typedef __useconds_t useconds_t
 
typedef __volatile char* v_caddr_t
 
typedef __vm_offset_t vm_offset_t
 
typedef __vm_ooffset_t vm_ooffset_t
 
typedef __vm_paddr_t vm_paddr_t
 
typedef __vm_pindex_t vm_pindex_t
 
typedef __vm_size_t vm_size_t
 

Copyright © Nokia Corporation 2001-2008
Back to top