Lines Matching refs:mountpt
1214 char url[STRSIZE], tmpf[PATH_MAX], mountpt[PATH_MAX]; in entropy_get_file() local
1223 mountpt[0] = 0; in entropy_get_file()
1277 strcpy(mountpt, "/tmp/ent-mnt.XXXXXX"); in entropy_get_file()
1278 dir = mkdtemp(mountpt); in entropy_get_file()
1281 sprintf(path, "%s/%s", mountpt, entropy_file); in entropy_get_file()
1284 nfs_host, nfs_dir, mountpt) == 0) { in entropy_get_file()
1288 "umount %s", mountpt); in entropy_get_file()
1289 rmdir(mountpt); in entropy_get_file()
1302 strcpy(mountpt, "/tmp/ent-mnt.XXXXXX"); in entropy_get_file()
1303 dir = mkdtemp(mountpt); in entropy_get_file()
1306 sprintf(path, "%s/%s", mountpt, entropy_file); in entropy_get_file()
1309 localfs_fs, localfs_dev, mountpt) == 0) { in entropy_get_file()
1313 "umount %s", mountpt); in entropy_get_file()
1314 rmdir(mountpt); in entropy_get_file()