| D | mount_umap.c | 102 static char not[] = "; not mounted."; in mount_umap() local 149 err(1, "%s%s", mapfile, not); in mount_umap() 157 err(1, "%s%s", mapfile, not); in mount_umap() 161 mapfile, buf, not); in mount_umap() 164 errx(1, "%s does not belong to root%s", mapfile, not); in mount_umap() 168 errx(1, "%s: nentries not found%s", mapfile, not); in mount_umap() 171 "maximum number of entries is %d%s", MAPFILEENTRIES, not); in mount_umap() 178 err(1, "%s%s", mapfile, not); in mount_umap() 181 mapfile, not); in mount_umap() 183 mapfile, count + 2, not); in mount_umap() [all …]
|