Lines Matching refs:GetValueFromAddress

229         return kern.GetValueFromAddress(int(addressof(kmsgp.ikm_big_data)), 'mach_msg_header_t *')
231 return kern.GetValueFromAddress(int(addressof(kmsgp.ikm_small_data)), 'mach_msg_header_t *')
232 return kern.GetValueFromAddress(unsigned(kmsgp.ikm_kdata), '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 *')
505 tval = kern.GetValueFromAddress(cmd_args[0], 'task *')
850 ipc = kern.GetValueFromAddress(cmd_args[0], 'ipc_space *')
889 tval = kern.GetValueFromAddress(cmd_args[0], 'task *')
961 tval = kern.GetValueFromAddress(cmd_args[0], 'task *')
1114 ipr_port = kern.GetValueFromAddress(int(ipr.ipr_soright) & ~3, 'struct ipc_port *')
1444 port = kern.GetValueFromAddress(cmd_args[0], 'struct ipc_port *')
1452 space = kern.GetValueFromAddress(cmd_options["-S"], 'struct ipc_space *')
1547 task = kern.GetValueFromAddress(cmd_args[0], 'task_t')
1597 kobj_addr = unsigned(kern.GetValueFromAddress(cmd_args[0]))
1623 task = kern.GetValueFromAddress(cmd_args[0], 'task_t')
1725 obj = kern.GetValueFromAddress(cmd_args[0], 'struct ipc_object *')
1738 space = kern.GetValueFromAddress(cmd_options["-S"], 'struct ipc_space *')
1739 obj = kern.GetValueFromAddress(cmd_args[0], 'struct ipc_object *')
1752 kmsg = kern.GetValueFromAddress(cmd_args[0], 'ipc_kmsg_t')
1864 elem = kern.GetValueFromAddress(cmd_args[0], 'ipc_importance_elem_t')
1890 ivac = kern.GetValueFromAddress(cmd_args[0], 'ipc_voucher_attr_control_t')
1979 elem = kern.GetValueFromAddress(handle_ptr, 'ipc_importance_elem_t')
2001 elem = kern.GetValueFromAddress(handle_ptr, 'bank_element_t')
2014 elem = kern.GetValueFromAddress(handle_ptr, 'user_data_element_t')
2065 ivac = kern.GetValueFromAddress(cmd_args[0], 'ipc_voucher_attr_control_t')
2197 voucher = kern.GetValueFromAddress(cmd_args[0], 'ipc_voucher_t')
2208 port = kern.GetValueFromAddress(cmd_args[0], 'struct ipc_port *')
2222 task = kern.GetValueFromAddress(cmd_args[0], 'task_t')
2254 mqueue = kern.GetValueFromAddress(cmd_args[0], 'struct ipc_mqueue *')
2257 obj = kern.GetValueFromAddress(port, 'struct ipc_object *')