Home
last modified time | relevance | path

Searched refs:mach_port_info_t (Results 1 – 10 of 10) sorted by relevance

/xnu-8792.61.2/tests/
H A Dimmovable_rights.c26 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 Dmo_immovable_receive.c132 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 Dmach_service_port.c115 …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-8792.61.2/libsyscall/mach/
H A Dmach_port.c314 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-8792.61.2/osfmk/ipc/
H A Dmach_port.c127 int flavor, mach_port_info_t info, mach_msg_type_number_t *count);
1829 mach_port_info_t info, in mach_port_get_attributes()
1950 mach_port_info_t info, in mach_port_get_attributes_from_user()
1972 mach_port_info_t info, in mach_port_set_attributes()
2727 (mach_port_info_t)&options->mpl, sizeof(options->mpl) / sizeof(int)); in mach_port_construct()
3172 mach_port_info_t info, in mach_port_assert_attributes()
H A Dmach_kernelrpc.c47 mach_port_info_t info,
/xnu-8792.61.2/osfmk/mach/
H A Dport.h370 typedef integer_t *mach_port_info_t; /* varying array of natural_t */ typedef
H A Dmach_port.defs370 out port_info_out : mach_port_info_t, CountInOut);
380 port_info : mach_port_info_t);
721 info : mach_port_info_t
H A Dmach_types.defs98 /* mach_port_info_t: can hold either a
106 type mach_port_info_t = array[*:17] of integer_t;
H A Dmach_traps.h240 mach_port_info_t port_info_out,