Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtnfctl/
H A Dprobes.c69 objlist_t *la_obj;
77 static objlist_t *loadobj_find(tnfctl_handle_t *,
79 static tnfctl_errcode_t get_num_probes(tnfctl_handle_t *, objlist_t *, int *);
80 static tnfctl_errcode_t read_probes_in_obj(tnfctl_handle_t *, objlist_t *,
82 static void free_obj_fields(objlist_t *);
87 static tnfctl_errcode_t link_targ_obj_probes(tnfctl_handle_t *, objlist_t *);
88 static tnfctl_errcode_t unlink_targ_obj_probes(tnfctl_handle_t *, objlist_t *);
99 objlist_t *cur_obj; in _tnfctl_lmap_update()
179 objlist_t *cur_obj, *prev_obj, *tmp_obj; in _tnfctl_find_all_probes()
272 objlist_t *obj, *tmp; in _tnfctl_free_objs_and_probes()
[all …]
H A Dtnfctl_int.h84 typedef struct objlist objlist_t; typedef
89 objlist_t *obj; /* obj that this probe is in */
110 objlist_t *next;
157 objlist_t *objlist;
H A Dsym.c127 objlist_t *obj; in _tnfctl_sym_find()
171 objlist_t *obj, *found_obj; in _tnfctl_sym_obj_find()
226 objlist_t *obj; in _tnfctl_sym_findname()
H A Dkernel_int.c371 objlist_t *obj_p; in _tnfctl_refresh_kernel()
471 objlist_t **o_pp; in alloc_probe_space()
472 objlist_t *obj_p, *nobj_p; in alloc_probe_space()
495 nobj_p = calloc(1, sizeof (objlist_t)); in alloc_probe_space()
H A Dprobes_ext.c134 objlist_t *obj_p; in tnfctl_probe_apply_ids()