Searched refs:desc (Results 1 – 2 of 2) sorted by relevance
242 for (; desc < desc_end; ++desc) in _hurd_intr_rpc_mach_msg()243 switch (desc->type.type) in _hurd_intr_rpc_mach_msg()246 switch (desc->port.disposition) in _hurd_intr_rpc_mach_msg()250 desc->port.name); in _hurd_intr_rpc_mach_msg()261 if (desc->out_of_line.deallocate) in _hurd_intr_rpc_mach_msg()263 (vm_address_t) desc->out_of_line.address, in _hurd_intr_rpc_mach_msg()264 desc->out_of_line.size); in _hurd_intr_rpc_mach_msg()267 switch (desc->ool_ports.disposition) in _hurd_intr_rpc_mach_msg()284 if (desc->ool_ports.deallocate) in _hurd_intr_rpc_mach_msg()286 (vm_address_t) desc->ool_ports.address, in _hurd_intr_rpc_mach_msg()[all …]
238 char **desc, mach_msg_type_number_t *desclen) in _S_msg_describe_ports() argument245 end = *desc + *desclen; in _S_msg_describe_ports()246 p = *desc; in _S_msg_describe_ports()256 *desclen = p - *desc; in _S_msg_describe_ports()
Completed in 6 milliseconds