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

/illumos-gate/usr/src/cmd/svr4pkg/pkgrm/
H A Dmain.c173 char *a_zoneTempDir, char *a_admnfile);
2879 * a_admnfile - pointer to string representing the path to
2895 char *a_admnfile)
2907 echoDebug(DBG_CREATE_ZONE_ADMINFILE, a_zoneTempDir, PSTR(a_admnfile));
2918 b = z_create_zone_admin_file(*r_zoneAdminFile, a_admnfile);
2894 create_zone_adminfile(char **r_zoneAdminFile, char *a_zoneTempDir, char *a_admnfile) argument
/illumos-gate/usr/src/cmd/svr4pkg/pkgadd/
H A Dmain.c213 char *a_zoneTempDir, char *a_admnfile);
2863 * a_admnfile - pointer to string representing the path to
2879 char *a_admnfile)
2891 echoDebug(DBG_CREATE_ZONE_ADMINFILE, a_zoneTempDir, PSTR(a_admnfile));
2902 b = z_create_zone_admin_file(*r_zoneAdminFile, a_admnfile);
2878 create_zone_adminfile(char **r_zoneAdminFile, char *a_zoneTempDir, char *a_admnfile) argument

Completed in 71 milliseconds