Home
last modified time | relevance | path

Searched refs:zone_pathcheck (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h469 static int zone_pathcheck(char *checkpath);
H A Ddevfsadm.c559 if (zone_pathcheck(root_dir) != in parse_args()
658 if (zone_pathcheck(root_dir) != in parse_args()
665 if (zone_pathcheck(devices_dir) != in parse_args()
890 if (zone_pathcheck(root_dir) != DEVFSADM_SUCCESS) in parse_args()
934 if (zone_pathcheck(root_dir) != in parse_args()
1532 zone_pathcheck(char *checkpath) in zone_pathcheck() function