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

/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dinstvol.c110 char **r_updated);
139 char **r_updated, char *a_zoneName)
161 * r_updated is an optional parameter that can be passed in
163 * updated. Do not initialize r_updated; the call to instvol
688 if ((r_updated != (char **)NULL) &&
689 (*r_updated == (char *)NULL) &&
789 if (r_updated != (char **)NULL) {
790 *r_updated = updated;
826 * char **r_updated - [RO, *RW]
840 char **r_updated)
137 instvol(struct cfextra **extlist, char *srcinst, int part, int nparts, PKGserver pkgserver, VFP_T **a_cfTmpVfp, char **r_updated, char *a_zoneName) argument
838 domerg(struct cfextra **extlist, int part, int nparts, int myclass, char **srcp, char **dstp, char **r_updated) argument
[all...]

Completed in 60 milliseconds