Lines Matching refs:GetValueFromAddress
18 yield kern.GetValueFromAddress(int(kqf), 'struct kqueue *')
20 yield kern.GetValueFromAddress(int(proc.p_fd.fd_wqkqueue), 'struct kqueue *')
22 yield kern.GetValueFromAddress(int(kqwl), 'struct kqueue *')
77 proc = kern.GetValueFromAddress(unsigned(proc), 'proc_t')
144 kn = kern.GetValueFromAddress(cmd_args[0], 'struct knote *')
179 return GetKqworkqSummary(kern.GetValueFromAddress(int(kq), 'struct kqworkq *'))
181 return GetKqworkloopSummary(kern.GetValueFromAddress(int(kq), 'struct kqworkloop *'))
183 return GetKqfileSummary(kern.GetValueFromAddress(int(kq), 'struct kqfile *'))
188 kq = kern.GetValueFromAddress(int(kqf), 'struct kqueue *')
207 kqf = kern.GetValueFromAddress(cmd_args[0], 'kqfile *')
226 return GetKqfileSummary(kern.GetValueFromAddress(int(kqwq), 'struct kqfile *'))
237 kqwq = kern.GetValueFromAddress(cmd_args[0], 'struct kqworkq *')
278 kqwl = kern.GetValueFromAddress(cmd_args[0], 'struct kqworkloop *')
299 kq = kern.GetValueFromAddress(cmd_args[0], 'struct kqueue *')
316 proc = kern.GetValueFromAddress(cmd_args[0], 'proc_t')
328 proc = kern.GetValueFromAddress(cmd_args[0], 'proc_t')
344 proc = kern.GetValueFromAddress(cmd_args[0], 'proc_t')