Home
last modified time | relevance | path

Searched refs:p_obj_iter (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/lib/libtnfctl/
H A Dopen.c83 hdl->p_obj_iter = _tnfctl_loadobj_iter; in tnfctl_exec_open()
158 hdl->p_obj_iter = _tnfctl_loadobj_iter; in tnfctl_pid_open()
234 hdl->p_obj_iter = config->p_obj_iter; in tnfctl_indirect_open()
H A Dtnfctl.h181 int (*p_obj_iter)(void *, tnfctl_ind_obj_f *, void * /* client_data */); member
H A Dinternal.c101 hdl->p_obj_iter = inprocess_loadobj_iter; in tnfctl_internal_open()
H A Dtnfctl_int.h168 int (*p_obj_iter)(void *prochandle, tnfctl_ind_obj_f *func, member
H A Dprobes.c110 miscstat = hndl->p_obj_iter(hndl->proc_p, per_loadobj, hndl); in _tnfctl_lmap_update()