Home
last modified time | relevance | path

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

/xnu-10002.81.5/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 Dmach_service_port.c34 …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 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 Dstackshot_tests.m2169 …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 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-10002.81.5/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,
/xnu-10002.81.5/osfmk/ipc/
H A Dmach_port.c128 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 Dmach_kernelrpc.c47 mach_port_info_t info,