Home | History | Annotate | Download | only in sys

Lines Matching refs:__uint32_t

44 typedef	__uint32_t	__fixpt_t;	/* fixed point number */
45 typedef __uint32_t __gid_t; /* group id */
46 typedef __uint32_t __id_t; /* may contain pid, uid or gid */
47 typedef __uint32_t __in_addr_t; /* base type for internet address */
49 typedef __uint32_t __ino_t; /* inode number */
51 typedef __uint32_t __mode_t; /* permissions */
52 typedef __uint32_t __nlink_t; /* link count */
57 typedef __uint32_t __socklen_t; /* length type for network syscalls */
59 typedef __uint32_t __uid_t; /* user id */
60 typedef __uint32_t __useconds_t; /* microseconds */