Home
last modified time | relevance | path

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

/hurd/
A Dintr-msg.c210 name = ty->msgtl_name; in _hurd_intr_rpc_mach_msg()
211 size = ty->msgtl_size; in _hurd_intr_rpc_mach_msg()
212 number = ty->msgtl_number; in _hurd_intr_rpc_mach_msg()
213 ty = (void *) ty + sizeof (mach_msg_type_long_t); in _hurd_intr_rpc_mach_msg()
217 name = ty->msgtl_header.msgt_name; in _hurd_intr_rpc_mach_msg()
218 size = ty->msgtl_header.msgt_size; in _hurd_intr_rpc_mach_msg()
220 ty = (void *) ty + sizeof (mach_msg_type_t); in _hurd_intr_rpc_mach_msg()
225 clean_ports ((void *) ty, 0); in _hurd_intr_rpc_mach_msg()
227 ty = (void *) ty + (((((number * size) + 7) >> 3) in _hurd_intr_rpc_mach_msg()
233 clean_ports (*(void **) ty, in _hurd_intr_rpc_mach_msg()
[all …]

Completed in 4 milliseconds