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

/illumos-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h476 /* null reference to SML_TAG object */
478 #define SML_TAG__NULL ((SML_TAG*)NULL)
480 /* null reference to SML_TAG * object */
482 #define SML_TAG__R_NULL ((SML_TAG**)NULL)
484 /* is reference to SML_TAG object valid? */
488 /* is indirect reference to SML_TAG object valid? */
491 ((r_tag) != ((SML_TAG**)(SML_TAG__NULL)))
505 typedef struct _sml_tag_struct SML_TAG; typedef in typeref:struct:_sml_tag_struct
513 SML_TAG *tags; /* tag subtags */
521 SML_TAG *smlAddTa
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsml.c125 static int _smlReadTag(SML_TAG **r_tag, char **a_str, char *parent);
128 SML_TAG *tag);
132 static void _smlFreeTag(SML_TAG *tag);
157 * Arguments: r_tag - [RO, *RW] - (SML_TAG **)
165 * a_subTag - [RO, *RW] - (SML_TAG *)
167 * Returns: SML_TAG *
174 SML_TAG *
175 smlAddTag(SML_TAG **r_tag, int a_index, SML_TAG *a_subTag)
177 SML_TAG *ta
[all...]
H A Dputparam.c198 SML_TAG *tag = SML_TAG__NULL;
199 SML_TAG *ntag;
/illumos-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c3804 SML_TAG *tag;
3805 SML_TAG *ntag;

Completed in 78 milliseconds