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

/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/hdrs/
H A Dlibinst.h483 /* null reference to SML_TAG object */
485 #define SML_TAG__NULL ((SML_TAG*)NULL)
487 /* null reference to SML_TAG * object */
489 #define SML_TAG__R_NULL ((SML_TAG**)NULL)
491 /* is reference to SML_TAG object valid? */
495 /* is indirect reference to SML_TAG object valid? */
498 ((r_tag) != ((SML_TAG**)(SML_TAG__NULL)))
512 typedef struct _sml_tag_struct SML_TAG; typedef in typeref:struct:_sml_tag_struct
520 SML_TAG *tags; /* tag subtags */
528 SML_TAG *smlAddTa
[all...]
/opensolaris-onvv-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;
/opensolaris-onvv-gate/usr/src/cmd/svr4pkg/pkgcond/
H A Dmain.c3806 SML_TAG *tag;
3807 SML_TAG *ntag;

Completed in 166 milliseconds