• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10.1/xnu-2782.1.97/osfmk/mach/

Lines Matching refs:type

59  *	Mach kernel standard interface type declarations
68 type int8_t = MACH_MSG_TYPE_INTEGER_8;
69 type uint8_t = MACH_MSG_TYPE_INTEGER_8;
70 type int16_t = MACH_MSG_TYPE_INTEGER_16;
71 type uint16_t = MACH_MSG_TYPE_INTEGER_16;
72 type int32_t = MACH_MSG_TYPE_INTEGER_32;
73 type uint32_t = MACH_MSG_TYPE_INTEGER_32;
74 type int64_t = MACH_MSG_TYPE_INTEGER_64;
75 type uint64_t = MACH_MSG_TYPE_INTEGER_64;
81 type int32 = int32_t;
82 type unsigned32 = uint32_t;
83 type int64 = int64_t;
84 type unsigned64 = uint64_t;
89 type char = MACH_MSG_TYPE_CHAR;
90 type boolean_t = MACH_MSG_TYPE_BOOLEAN;
94 type kern_return_t = int;
96 type pointer_t = ^array[] of MACH_MSG_TYPE_BYTE
100 type mach_port_t = MACH_MSG_TYPE_COPY_SEND;
101 type mach_port_array_t = array[] of mach_port_t;
103 type mach_port_name_t = MACH_MSG_TYPE_PORT_NAME;
104 type mach_port_name_array_t = array[] of mach_port_name_t;
106 type mach_port_right_t = natural_t;
108 type mach_port_type_t = natural_t;
109 type mach_port_type_array_t = array[] of mach_port_type_t;
111 type mach_port_urefs_t = natural_t;
112 type mach_port_delta_t = integer_t;
113 type mach_port_seqno_t = natural_t;
114 type mach_port_mscount_t = unsigned;
115 type mach_port_msgcount_t = unsigned;
116 type mach_port_rights_t = unsigned;
117 type mach_msg_id_t = integer_t;
118 type mach_msg_size_t = natural_t;
119 type mach_msg_type_name_t = unsigned;
120 type mach_msg_options_t = integer_t;
122 type mach_port_move_receive_t = MACH_MSG_TYPE_MOVE_RECEIVE
124 type mach_port_copy_send_t = MACH_MSG_TYPE_COPY_SEND
126 type mach_port_make_send_t = MACH_MSG_TYPE_MAKE_SEND
128 type mach_port_move_send_t = MACH_MSG_TYPE_MOVE_SEND
130 type mach_port_make_send_once_t = MACH_MSG_TYPE_MAKE_SEND_ONCE
132 type mach_port_move_send_once_t = MACH_MSG_TYPE_MOVE_SEND_ONCE
135 type mach_port_receive_t = MACH_MSG_TYPE_PORT_RECEIVE
137 type mach_port_send_t = MACH_MSG_TYPE_PORT_SEND
139 type mach_port_send_once_t = MACH_MSG_TYPE_PORT_SEND_ONCE
142 type mach_port_poly_t = polymorphic