Lines Matching refs:GetValueFromAddress
19 yield kern.GetValueFromAddress(int(kqf), 'struct kqueue *')
21 yield kern.GetValueFromAddress(int(proc.p_fd.fd_wqkqueue), 'struct kqueue *')
23 yield kern.GetValueFromAddress(int(kqwl), 'struct kqueue *')
78 proc = kern.GetValueFromAddress(unsigned(proc), 'proc_t')
147 kn = kern.GetValueFromAddress(cmd_args[0], 'struct knote *')
182 return GetKqworkqSummary(kern.GetValueFromAddress(int(kq), 'struct kqworkq *'))
184 return GetKqworkloopSummary(kern.GetValueFromAddress(int(kq), 'struct kqworkloop *'))
186 return GetKqfileSummary(kern.GetValueFromAddress(int(kq), 'struct kqfile *'))
191 kq = kern.GetValueFromAddress(int(kqf), 'struct kqueue *')
210 kqf = kern.GetValueFromAddress(cmd_args[0], 'kqfile *')
229 return GetKqfileSummary(kern.GetValueFromAddress(int(kqwq), 'struct kqfile *'))
240 kqwq = kern.GetValueFromAddress(cmd_args[0], 'struct kqworkq *')
281 kqwl = kern.GetValueFromAddress(cmd_args[0], 'struct kqworkloop *')
302 kq = kern.GetValueFromAddress(cmd_args[0], 'struct kqueue *')
319 proc = kern.GetValueFromAddress(cmd_args[0], 'proc_t')
331 proc = kern.GetValueFromAddress(cmd_args[0], 'proc_t')
347 proc = kern.GetValueFromAddress(cmd_args[0], 'proc_t')
374 proc = kern.GetValueFromAddress(unsigned(proc), 'proc_t')