Searched refs:a_stdoutPath (Results 1 – 4 of 4) sorted by relevance
/titanic_44/usr/src/lib/libinstzones/hdrs/ |
H A D | instzones_api.h | 109 char *argv[], char *a_stdoutPath,
|
/titanic_44/usr/src/lib/libinstzones/common/ |
H A D | zones.c | 2035 char *a_stdoutPath, char *a_stderrPath, int *a_fds) in z_zone_exec() argument 2127 if (a_stdoutPath != (char *)NULL) { in z_zone_exec() 2130 stdoutfd = open(a_stdoutPath, in z_zone_exec() 2133 _z_program_error(ERR_CAPTURE_FILE, a_stdoutPath, in z_zone_exec()
|
/titanic_44/usr/src/cmd/svr4pkg/pkgrm/ |
H A D | main.c | 182 char *a_adminFile, char *a_stdoutPath, 1174 char *a_stdoutPath, zone_state_t a_zoneState, boolean_t tmpzone) in pkgZoneCheckRemove() argument 1194 PSTR(pkgdev.dirname), PSTR(a_adminFile), PSTR(a_stdoutPath)); in pkgZoneCheckRemove() 1375 n = z_zone_exec(a_zoneName, path, arg, a_stdoutPath, (char *)NULL, fds); in pkgZoneCheckRemove() 1378 PSTR(a_stdoutPath)); in pkgZoneCheckRemove()
|
/titanic_44/usr/src/cmd/svr4pkg/pkgadd/ |
H A D | main.c | 231 char *a_adminFile, char *a_stdoutPath, 1466 char *a_stdoutPath, boolean_t a_tmpzn) in pkgZoneCheckInstall() argument 1489 PSTR(a_idsName), PSTR(a_adminFile), PSTR(a_stdoutPath)); in pkgZoneCheckInstall() 1717 n = z_zone_exec(a_zoneName, path, arg, a_stdoutPath, (char *)NULL, fds); in pkgZoneCheckInstall() 1720 PSTR(a_stdoutPath)); in pkgZoneCheckInstall()
|