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

/illumos-gate/usr/src/cmd/zoneadm/
H A Dzoneadm.c4512 dryrun_get_brand(char *manifest_path, char *tmpname, int size) argument
4523 if (strcmp(manifest_path, "-") == 0) {
4526 if ((fd = open(manifest_path, O_RDONLY)) < 0) {
4530 (*manifest_path == '/' ? "" : buf), manifest_path,
4586 if (strcmp(manifest_path, "-") == 0) {
4594 manifest_path);
4603 manifest_path);
4641 char *manifest_path; local
4673 manifest_path
[all...]

Completed in 71 milliseconds