Searched refs:mach_port_info_t (Results 1 – 11 of 11) sorted by relevance
| /xnu-10002.81.5/tests/ |
| H A D | immovable_rights.c | 26 MACH_PORT_RECEIVE_STATUS, (mach_port_info_t)&status, &status_size); 41 MACH_PORT_RECEIVE_STATUS, (mach_port_info_t)&status, &status_size);
|
| H A D | mach_service_port.c | 34 …butes(mach_task_self(), service_port, MACH_PORT_SERVICE_THROTTLED, (mach_port_info_t)(&is_throttle… in service_port_set_throttled() 44 …butes(mach_task_self(), service_port, MACH_PORT_SERVICE_THROTTLED, (mach_port_info_t)(is_throttled… in service_port_get_throttled() 154 …t_attributes(mach_task_self(), service_port, MACH_PORT_GUARD_INFO, (mach_port_info_t)&mpgi, MACH_P… in do_mach_notify_port_destroyed()
|
| H A D | mo_immovable_receive.c | 132 MACH_PORT_RECEIVE_STATUS, (mach_port_info_t)&status, &status_size); in server() 138 MACH_PORT_RECEIVE_STATUS, (mach_port_info_t)&status, &status_size); in server()
|
| H A D | stackshot_tests.m | 2169 …butes(mach_task_self(), service_port, MACH_PORT_SERVICE_THROTTLED, (mach_port_info_t)(&mark_thrott… 2189 …butes(mach_task_self(), service_port, MACH_PORT_SERVICE_THROTTLED, (mach_port_info_t)(&mark_thrott…
|
| /xnu-10002.81.5/libsyscall/mach/ |
| H A D | mach_port.c | 314 mach_port_info_t port_info_out, in mach_port_get_attributes() 347 mach_port_info_t port_info, in mach_port_set_attributes() 834 mach_port_info_t info, in mach_port_assert_attributes()
|
| /xnu-10002.81.5/osfmk/mach/ |
| H A D | port.h | 370 typedef integer_t *mach_port_info_t; /* varying array of natural_t */ typedef
|
| H A D | mach_port.defs | 370 out port_info_out : mach_port_info_t, CountInOut); 380 port_info : mach_port_info_t); 721 info : mach_port_info_t
|
| H A D | mach_types.defs | 98 /* mach_port_info_t: can hold either a 106 type mach_port_info_t = array[*:17] of integer_t;
|
| H A D | mach_traps.h | 240 mach_port_info_t port_info_out,
|
| /xnu-10002.81.5/osfmk/ipc/ |
| H A D | mach_port.c | 128 int flavor, mach_port_info_t info, mach_msg_type_number_t *count); 1830 mach_port_info_t info, in mach_port_get_attributes() 1976 mach_port_info_t info, in mach_port_get_attributes_from_user() 1998 mach_port_info_t info, in mach_port_set_attributes() 3229 mach_port_info_t info, in mach_port_assert_attributes()
|
| H A D | mach_kernelrpc.c | 47 mach_port_info_t info,
|