Lines Matching refs:GetValueFromAddress

229         return kern.GetValueFromAddress(inline_buffer, 'mach_msg_header_t *')
231 vec = kern.GetValueFromAddress(inline_buffer, 'ipc_kmsg_vector_t *')
232 return kern.GetValueFromAddress(unsigned(vec.kmsgv_data), 'mach_msg_header_t *')
403 … return kern.GetValueFromAddress(unsigned(kmsghp) + kmsgh.msgh_size, 'mach_msg_max_trailer_t *')
409 …return kern.GetValueFromAddress(unsigned(kmsgp.ikm_udata) + content_size, 'mach_msg_max_trailer_t …
484 ipc = kern.GetValueFromAddress(cmd_args[0], 'ipc_space *')
504 tval = kern.GetValueFromAddress(cmd_args[0], 'task *')
828 ipc = kern.GetValueFromAddress(cmd_args[0], 'ipc_space *')
867 tval = kern.GetValueFromAddress(cmd_args[0], 'task *')
939 tval = kern.GetValueFromAddress(cmd_args[0], 'task *')
1090 ipr_port = kern.GetValueFromAddress(int(ipr.ipr_soright) & ~3, 'struct ipc_port *')
1415 port = kern.GetValueFromAddress(cmd_args[0], 'struct ipc_port *')
1423 space = kern.GetValueFromAddress(cmd_options["-S"], 'struct ipc_space *')
1517 task = kern.GetValueFromAddress(cmd_args[0], 'task_t')
1567 kobj_addr = unsigned(kern.GetValueFromAddress(cmd_args[0]))
1593 task = kern.GetValueFromAddress(cmd_args[0], 'task_t')
1691 obj = kern.GetValueFromAddress(cmd_args[0], 'struct ipc_object *')
1704 space = kern.GetValueFromAddress(cmd_options["-S"], 'struct ipc_space *')
1705 obj = kern.GetValueFromAddress(cmd_args[0], 'struct ipc_object *')
1718 kmsg = kern.GetValueFromAddress(cmd_args[0], 'ipc_kmsg_t')
1830 elem = kern.GetValueFromAddress(cmd_args[0], 'ipc_importance_elem_t')
1857 ivac = kern.GetValueFromAddress(cmd_args[0], 'ipc_voucher_attr_control_t')
1933 elem = kern.GetValueFromAddress(handle_ptr, 'ipc_importance_elem_t')
1955 elem = kern.GetValueFromAddress(handle_ptr, 'bank_element_t')
1968 elem = kern.GetValueFromAddress(handle_ptr, 'user_data_element_t')
2019 ivac = kern.GetValueFromAddress(cmd_args[0], 'ipc_voucher_attr_control_t')
2132 …ivac = kern.GetValueFromAddress(unsigned(ivac), 'ipc_voucher_attr_control_t') # ??? No idea why l…
2159 voucher = kern.GetValueFromAddress(cmd_args[0], 'ipc_voucher_t')
2170 port = kern.GetValueFromAddress(cmd_args[0], 'struct ipc_port *')
2183 task = kern.GetValueFromAddress(cmd_args[0], 'task_t')