Searched defs:a_subTag (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/svr4pkg/libinst/
H A Dsml.c165 * a_subTag - [RO, *RW] - (SML_TAG *)
168 * The location within "r_tag" where "a_subTag"
175 smlAddTag(SML_TAG **r_tag, int a_index, SML_TAG *a_subTag) argument
181 assert(SML_TAG__ISVALID(a_subTag));
194 a_subTag->name, tag->name);
220 (void) memcpy(&(tag->tags[a_index]), a_subTag,

Completed in 69 milliseconds