Lines Matching defs:dir
989 const char *dir, const char *fstype)
998 if (dir[0] != '/') {
1001 "type: \"%s\", special: \"%s\", dir: \"%s\"",
1002 fstype, spec, dir);
1007 * Join rootpath and dir. Make sure abspath ends with '/', this
1014 "%s%s/", rootpath, dir) >= sizeof (abspath)) {
1016 rootpath, dir);
1566 plat_gmount_cb(void *data, const char *spec, const char *dir,
1591 (void) strlcpy(fsp->zone_fs_dir, dir, sizeof (fsp->zone_fs_dir));
3817 /* Make sure our zone has an /export/home dir */