Home
last modified time | relevance | path

Searched refs:r_tag (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsml.c182 assert(SML_TAG__R_ISVALID(r_tag)); in smlAddTag()
186 tag = *r_tag; in smlAddTag()
983 *r_tag = tag; in smlConvertStringToTag()
1031 *r_tag = SML_TAG__NULL; in smlReadOneTag()
1041 if (*r_tag != SML_TAG__NULL) { in smlReadOneTag()
1043 (unsigned long)*r_tag, in smlReadOneTag()
1044 (*r_tag)->name ? (*r_tag)->name : "<no name>"); in smlReadOneTag()
2413 *r_tag = SML_TAG__NULL; in _smlReadTag()
2686 *r_tag = tag; in _smlReadTag()
2793 *r_tag = tag; in _smlReadTag()
[all …]
/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h482 #define SML_TAG__R_ISVALID(r_tag) \ argument
483 ((r_tag) != ((SML_TAG**)(SML_TAG__NULL)))
513 SML_TAG *smlAddTag(SML_TAG **r_tag, int a_index,
543 int smlLoadTagFromFile(SML_TAG **r_tag, char *a_fileName);
551 int smlReadOneTag(SML_TAG **r_tag, char *a_str);
552 int smlConvertStringToTag(SML_TAG **r_tag, char *str);