Searched refs:taglist (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Dkobj_reloc.c69 tnf_tag_data_t **taglist)
79 *value_p = (Addr)*taglist;
80 *taglist = (tnf_tag_data_t *)offset;
136 tnf_tag_data_t *taglist = NULL; local
228 &addend, off, &probelist, &taglist) != 0) {
274 if (tnf_splice_probes(mp->flags & KOBJ_PRIM, probelist, taglist))
65 tnf_reloc_resolve(char *symname, Addr *value_p, Elf64_Sxword *addend_p, long offset, tnf_probe_control_t **probelist, tnf_tag_data_t **taglist) argument
/illumos-gate/usr/src/uts/intel/ia32/krtld/
H A Dkobj_reloc.c69 tnf_tag_data_t **taglist)
77 *value_p = (Addr)*taglist;
78 *taglist = (tnf_tag_data_t *)offset;
133 tnf_tag_data_t *taglist = NULL; local
223 off, &probelist, &taglist) != 0) {
268 if (tnf_splice_probes(mp->flags & KOBJ_PRIM, probelist, taglist))
65 tnf_reloc_resolve(char *symname, Addr *value_p, long offset, tnf_probe_control_t **probelist, tnf_tag_data_t **taglist) argument
/illumos-gate/usr/src/uts/sparc/krtld/
H A Dkobj_reloc.c69 tnf_tag_data_t **taglist)
79 *value_p = (Addr)*taglist;
80 *taglist = (tnf_tag_data_t *)offset;
168 tnf_tag_data_t *taglist = NULL; local
280 &addend, off, &probelist, &taglist) != 0) {
333 if (tnf_splice_probes(mp->flags & KOBJ_PRIM, probelist, taglist))
65 tnf_reloc_resolve(char *symname, Addr *value_p, Elf64_Sxword *addend_p, long offset, tnf_probe_control_t **probelist, tnf_tag_data_t **taglist) argument
/illumos-gate/usr/src/cmd/saf/
H A Dpmadm.c60 struct taglist *find_type();
88 struct taglist { struct
89 struct taglist *t_next; /* next in list */
421 struct taglist tl; /* 'list' for degenerate case (1 PM) */
422 register struct taglist *tp = NULL; /* working pointer */
786 struct taglist tl; /* 'list' for degenerate case (1 PM) */
787 register struct taglist *tp = NULL; /* working pointer */
945 register struct taglist *tp; /* pointer to PM list */
1297 struct taglist *
1306 struct taglist *thea
[all...]
/illumos-gate/usr/src/lib/libdscfg/common/
H A Dcfg.h61 int cfg_get_tags(CFGFILE *cfg, char ***taglist);
H A Dcfg.c3199 * of tags returned in taglist
3203 cfg_get_tags(CFGFILE *cfg, char ***taglist) argument
3236 *taglist = list;

Completed in 475 milliseconds