Lines Matching refs:GetValueFromAddress
15 yield kern.GetValueFromAddress(int(kqf), 'struct kqueue *')
17 yield kern.GetValueFromAddress(int(proc.p_fd.fd_wqkqueue), 'struct kqueue *')
19 yield kern.GetValueFromAddress(int(kqwl), 'struct kqueue *')
74 proc = kern.GetValueFromAddress(unsigned(proc), 'proc_t')
143 kn = kern.GetValueFromAddress(cmd_args[0], 'struct knote *')
178 return GetKqworkqSummary(kern.GetValueFromAddress(int(kq), 'struct kqworkq *'))
180 return GetKqworkloopSummary(kern.GetValueFromAddress(int(kq), 'struct kqworkloop *'))
182 return GetKqfileSummary(kern.GetValueFromAddress(int(kq), 'struct kqfile *'))
187 kq = kern.GetValueFromAddress(int(kqf), 'struct kqueue *')
206 kqf = kern.GetValueFromAddress(cmd_args[0], 'kqfile *')
225 return GetKqfileSummary(kern.GetValueFromAddress(int(kqwq), 'struct kqfile *'))
236 kqwq = kern.GetValueFromAddress(cmd_args[0], 'struct kqworkq *')
277 kqwl = kern.GetValueFromAddress(cmd_args[0], 'struct kqworkloop *')
298 kq = kern.GetValueFromAddress(cmd_args[0], 'struct kqueue *')
315 proc = kern.GetValueFromAddress(cmd_args[0], 'proc_t')
327 proc = kern.GetValueFromAddress(cmd_args[0], 'proc_t')
343 proc = kern.GetValueFromAddress(cmd_args[0], 'proc_t')
370 proc = kern.GetValueFromAddress(unsigned(proc), 'proc_t')