Searched refs:mach_port_info_t (Results 1 – 10 of 10) sorted by relevance
| /xnu-8019.80.24/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 | 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 | mach_service_port.c | 115 …t_attributes(mach_task_self(), service_port, MACH_PORT_GUARD_INFO, (mach_port_info_t)&mpgi, MACH_P… in do_mach_notify_port_destroyed()
|
| /xnu-8019.80.24/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() 829 mach_port_info_t info, in mach_port_assert_attributes()
|
| /xnu-8019.80.24/osfmk/ipc/ |
| H A D | mach_port.c | 113 int flavor, mach_port_info_t info, mach_msg_type_number_t *count); 1844 mach_port_info_t info, in mach_port_get_attributes() 1965 mach_port_info_t info, in mach_port_get_attributes_from_user() 1987 mach_port_info_t info, in mach_port_set_attributes() 2768 (mach_port_info_t)&options->mpl, sizeof(options->mpl) / sizeof(int)); in mach_port_construct() 3213 mach_port_info_t info, in mach_port_assert_attributes()
|
| H A D | mach_kernelrpc.c | 47 mach_port_info_t info,
|
| /xnu-8019.80.24/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 | 372 out port_info_out : mach_port_info_t, CountInOut); 382 port_info : mach_port_info_t); 741 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 | 228 mach_port_info_t port_info_out,
|