Home
last modified time | relevance | path

Searched refs:SML_TAG (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h513 SML_TAG *smlAddTag(SML_TAG **r_tag, int a_index,
514 SML_TAG *a_subTag);
516 SML_TAG *tag, char *path);
520 void smlDelTag(SML_TAG *tag, SML_TAG *sub_tag);
522 SML_TAG *smlDup(SML_TAG *tag);
524 void smlFreeTag(SML_TAG *tag);
538 SML_TAG *smlGetTag(SML_TAG *tag, int index);
539 SML_TAG *smlGetTagByName(SML_TAG *tag, int index, char *name);
540 SML_TAG *smlGetTagByTagParam(SML_TAG *tag, int index,
544 SML_TAG *smlNewTag(char *name);
[all …]
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsml.c174 SML_TAG *
175 smlAddTag(SML_TAG **r_tag, int a_index, SML_TAG *a_subTag) in smlAddTag()
240 smlDelTag(SML_TAG *tag, SML_TAG *sub_tag) in smlDelTag()
613 SML_TAG *
846 SML_TAG *
888 SML_TAG *
1067 SML_TAG *
1083 tag = (SML_TAG *)calloc(1, sizeof (SML_TAG)); in smlNewTag()
1692 SML_TAG *
1704 rtag = (SML_TAG *)calloc(1, sizeof (SML_TAG)); in smlDup()
[all …]
H A Dputparam.c198 SML_TAG *tag = SML_TAG__NULL; in putConditionInfo()
199 SML_TAG *ntag; in putConditionInfo()
/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c3809 SML_TAG *tag; in parseGlobalData()
3810 SML_TAG *ntag; in parseGlobalData()