Lines Matching refs:GetValueFromAddress

231         return kern.GetValueFromAddress(inline_buffer, 'mach_msg_header_t *')
233 vec = kern.GetValueFromAddress(inline_buffer, 'ipc_kmsg_vector_t *')
234 return kern.GetValueFromAddress(unsigned(vec.kmsgv_data), 'mach_msg_header_t *')
405 … return kern.GetValueFromAddress(unsigned(kmsghp) + kmsgh.msgh_size, 'mach_msg_max_trailer_t *')
411 …return kern.GetValueFromAddress(unsigned(kmsgp.ikm_udata) + content_size, 'mach_msg_max_trailer_t …
486 ipc = kern.GetValueFromAddress(cmd_args[0], 'ipc_space *')
507 tval = kern.GetValueFromAddress(cmd_args[0], 'task *')
852 ipc = kern.GetValueFromAddress(cmd_args[0], 'ipc_space *')
891 tval = kern.GetValueFromAddress(cmd_args[0], 'task *')
963 tval = kern.GetValueFromAddress(cmd_args[0], 'task *')
1116 ipr_port = kern.GetValueFromAddress(int(ipr.ipr_soright) & ~3, 'struct ipc_port *')
1443 port = kern.GetValueFromAddress(cmd_args[0], 'struct ipc_port *')
1451 space = kern.GetValueFromAddress(cmd_options["-S"], 'struct ipc_space *')
1543 task = kern.GetValueFromAddress(cmd_args[0], 'task_t')
1593 kobj_addr = unsigned(kern.GetValueFromAddress(cmd_args[0]))
1619 task = kern.GetValueFromAddress(cmd_args[0], 'task_t')
1721 obj = kern.GetValueFromAddress(cmd_args[0], 'struct ipc_object *')
1734 space = kern.GetValueFromAddress(cmd_options["-S"], 'struct ipc_space *')
1735 obj = kern.GetValueFromAddress(cmd_args[0], 'struct ipc_object *')
1748 kmsg = kern.GetValueFromAddress(cmd_args[0], 'ipc_kmsg_t')
1860 elem = kern.GetValueFromAddress(cmd_args[0], 'ipc_importance_elem_t')
1887 ivac = kern.GetValueFromAddress(cmd_args[0], 'ipc_voucher_attr_control_t')
1963 elem = kern.GetValueFromAddress(handle_ptr, 'ipc_importance_elem_t')
1985 elem = kern.GetValueFromAddress(handle_ptr, 'bank_element_t')
1998 elem = kern.GetValueFromAddress(handle_ptr, 'user_data_element_t')
2049 ivac = kern.GetValueFromAddress(cmd_args[0], 'ipc_voucher_attr_control_t')
2162 …ivac = kern.GetValueFromAddress(unsigned(ivac), 'ipc_voucher_attr_control_t') # ??? No idea why l…
2189 voucher = kern.GetValueFromAddress(cmd_args[0], 'ipc_voucher_t')
2200 port = kern.GetValueFromAddress(cmd_args[0], 'struct ipc_port *')
2214 task = kern.GetValueFromAddress(cmd_args[0], 'task_t')
2246 mqueue = kern.GetValueFromAddress(cmd_args[0], 'struct ipc_mqueue *')
2249 obj = kern.GetValueFromAddress(port, 'struct ipc_object *')