Lines Matching refs:GetValueFromAddress
14 yield kern.GetValueFromAddress(int(kqf), 'struct kqueue *')
16 yield kern.GetValueFromAddress(int(proc.p_fd.fd_wqkqueue), 'struct kqueue *')
18 yield kern.GetValueFromAddress(int(kqwl), 'struct kqueue *')
73 proc = kern.GetValueFromAddress(proc, 'proc_t')
140 kn = kern.GetValueFromAddress(cmd_args[0], 'struct knote *')
175 return GetKqworkqSummary(kern.GetValueFromAddress(int(kq), 'struct kqworkq *'))
177 return GetKqworkloopSummary(kern.GetValueFromAddress(int(kq), 'struct kqworkloop *'))
179 return GetKqfileSummary(kern.GetValueFromAddress(int(kq), 'struct kqfile *'))
184 kq = kern.GetValueFromAddress(int(kqf), 'struct kqueue *')
203 kqf = kern.GetValueFromAddress(cmd_args[0], 'kqfile *')
222 return GetKqfileSummary(kern.GetValueFromAddress(int(kqwq), 'struct kqfile *'))
233 kqwq = kern.GetValueFromAddress(cmd_args[0], 'struct kqworkq *')
274 kqwl = kern.GetValueFromAddress(cmd_args[0], 'struct kqworkloop *')
295 kq = kern.GetValueFromAddress(cmd_args[0], 'struct kqueue *')
312 proc = kern.GetValueFromAddress(cmd_args[0], 'proc_t')
324 proc = kern.GetValueFromAddress(cmd_args[0], 'proc_t')
340 proc = kern.GetValueFromAddress(cmd_args[0], 'proc_t')