| /openbsd/src/regress/sys/kern/unveil-unmount/ |
| D | Makefile | 22 -${SUDO} umount -f /dev/$$(<vnd)c 2>/dev/null || true 35 ${SUDO} umount /mnt/regress-unveil 41 ${SUDO} umount /mnt/regress-unveil 47 ${SUDO} umount /mnt/regress-unveil 53 ${SUDO} umount /mnt/regress-unveil 59 ${SUDO} umount /mnt/regress-unveil 65 ${SUDO} umount /mnt/regress-unveil 72 ${SUDO} umount /mnt/regress-unveil 79 ${SUDO} umount /mnt/regress-unveil 86 ${SUDO} umount /mnt/regress-unveil [all …]
|
| /openbsd/src/regress/sys/kern/realpath-unmount/ |
| D | Makefile | 22 -${SUDO} umount -f /dev/$$(<vnd)c 2>/dev/null || true 35 ${SUDO} umount /mnt/regress-realpath 41 ${SUDO} umount /mnt/regress-realpath 47 ${SUDO} umount /mnt/regress-realpath 53 ${SUDO} umount /mnt/regress-realpath 59 ${SUDO} umount /mnt/regress-realpath 65 ${SUDO} umount /mnt/regress-realpath 71 ${SUDO} umount /mnt/regress-realpath 77 ${SUDO} umount /mnt/regress-realpath
|
| /openbsd/src/sys/isofs/udf/ |
| D | udf.h | 43 struct umount *u_ump; 57 struct umount { struct 92 struct umount *ump; argument 105 #define VFSTOUDFFS(mp) ((struct umount *)((mp)->mnt_data)) 117 udf_readlblks(struct umount *ump, int sector, int size, struct buf **bp) in udf_readlblks() 138 int udf_hashlookup(struct umount *, udfino_t, int, struct vnode **);
|
| D | udf_extern.h | 14 int udf_vat_get(struct umount *, uint32_t); 15 int udf_vat_map(struct umount *, uint32_t *); 56 int udf_transname(char *, char *, int, struct umount *);
|
| D | udf_vfsops.c | 78 int udf_find_partmaps(struct umount *, struct logvol_desc *); 79 int udf_get_vpartmap(struct umount *, struct part_map_virt *); 80 int udf_get_spartmap(struct umount *, struct part_map_spare *); 81 int udf_get_mpartmap(struct umount *, struct part_map_meta *); 217 struct umount *ump = NULL; in udf_mountfs() 453 struct umount *ump; in udf_unmount() 492 struct umount *ump; in udf_root() 521 struct umount *ump; in udf_statfs() 549 struct umount *ump; in udf_vget() 757 udf_get_vpartmap(struct umount *ump, struct part_map_virt *pmv) in udf_get_vpartmap() [all …]
|
| D | udf_subr.c | 48 int udf_vat_read(struct umount *, uint32_t *); 190 udf_vat_get(struct umount *ump, uint32_t lb) in udf_vat_get() 216 udf_vat_map(struct umount *ump, uint32_t *sector) in udf_vat_map() 233 udf_vat_read(struct umount *ump, uint32_t *sector) in udf_vat_read()
|
| /openbsd/src/regress/sys/ffs/nfs/ |
| D | Makefile | 7 .PHONY: disk nfs mount umount unconfig clean 34 REGRESS_CLEANUP+= umount 35 umount: target 36 umount /mnt/regress-nfs-client 40 -umount -f -t nfs -h 127.0.0.1 -a 45 -umount -f /dev/vnd0c 2>/dev/null || true
|
| /openbsd/src/regress/sys/ffs/ffs/ |
| D | Makefile | 7 .PHONY: disk mount umount unconfig clean 19 REGRESS_CLEANUP+= umount 20 umount: target 21 umount /mnt/regress-ffs 25 -umount -f /dev/vnd0c 2>/dev/null || true
|
| /openbsd/src/usr.sbin/installboot/ |
| D | efi_installboot.c | 257 goto umount; in write_filesystem() 262 goto umount; in write_filesystem() 267 goto umount; in write_filesystem() 272 goto umount; in write_filesystem() 280 goto umount; in write_filesystem() 285 goto umount; in write_filesystem() 294 goto umount; in write_filesystem() 302 goto umount; in write_filesystem() 310 goto umount; in write_filesystem() 324 goto umount; in write_filesystem() [all …]
|
| D | loongson_installboot.c | 171 goto umount; in write_filesystem() 176 goto umount; in write_filesystem() 185 goto umount; in write_filesystem() 193 goto umount; in write_filesystem() 198 umount: in write_filesystem()
|
| D | i386_installboot.c | 356 goto umount; in write_filesystem() 361 goto umount; in write_filesystem() 366 goto umount; in write_filesystem() 371 goto umount; in write_filesystem() 383 goto umount; in write_filesystem() 388 goto umount; in write_filesystem() 397 goto umount; in write_filesystem() 405 goto umount; in write_filesystem() 410 goto umount; in write_filesystem() 418 goto umount; in write_filesystem() [all …]
|
| D | powerpc64_installboot.c | 235 goto umount; in write_filesystem() 243 goto umount; in write_filesystem() 253 goto umount; in write_filesystem() 263 goto umount; in write_filesystem() 274 umount: in write_filesystem()
|
| D | macppc_installboot.c | 226 goto umount; in write_filesystem() 234 goto umount; in write_filesystem() 239 umount: in write_filesystem()
|
| D | octeon_installboot.c | 226 goto umount; in write_filesystem() 234 goto umount; in write_filesystem() 239 umount: in write_filesystem()
|
| /openbsd/src/regress/sys/nfs/ |
| D | Makefile | 6 .PHONY: disk nfs mount killnc umount unconfig clean 39 REGRESS_CLEANUP+= umount 40 umount: target 41 umount /mnt/regress-nfs-client 45 -umount -f -t nfs -h 127.0.0.1 -a || true 50 -umount -f /dev/vnd0c 2>/dev/null || true
|
| /openbsd/src/regress/sys/fileops/ |
| D | Makefile.inc | 28 REGRESS_CLEANUP+= umount 29 umount: 30 umount -f ${FILEOPS_MNT} || true 34 -umount -f /dev/$$(<vnd)c 2>/dev/null || true
|
| /openbsd/src/regress/sys/kern/mount/ |
| D | Makefile | 36 -umount -f /dev/$$(<vnd)a 2>/dev/null || true 55 ! umount /mnt/regress-mount 56 umount -f /mnt/regress-mount 73 umount -f /mnt/regress-mount 106 umount /mnt/regress-mount 126 umount /mnt/regress-mount
|
| /openbsd/src/regress/sys/mfs_noperm/ |
| D | Makefile | 15 REGRESS_CLEANUP= umount 24 umount: target 25 umount -f ${MNT} || true
|
| /openbsd/src/sbin/umount/ |
| D | Makefile | 3 PROG= umount 4 MAN= umount.8
|
| /openbsd/src/distrib/special/umount/ |
| D | Makefile | 3 PROG= umount 9 .PATH: ${.CURDIR}/../../../sbin/umount
|
| /openbsd/src/distrib/armv7/miniroot/ |
| D | Makefile.inc | 45 umount ${MOUNT_POINT} 52 umount ${MOUNT_POINT} 60 -umount -f ${MOUNT_POINT}
|
| /openbsd/src/distrib/riscv64/ramdisk/ |
| D | Makefile | 34 umount ${MOUNT_POINT} 40 umount ${MOUNT_POINT} 77 -umount -f ${MOUNT_POINT}
|
| /openbsd/src/distrib/powerpc64/ramdisk/ |
| D | Makefile | 36 umount ${MOUNT_POINT} 42 umount ${MOUNT_POINT} 76 -umount -f ${MOUNT_POINT}
|
| /openbsd/src/distrib/arm64/ramdisk/ |
| D | Makefile | 55 umount ${MOUNT_POINT} 78 umount ${MOUNT_POINT} 84 umount ${MOUNT_POINT} 133 -umount -f ${MOUNT_POINT}
|
| /openbsd/src/distrib/alpha/miniroot/ |
| D | Makefile | 31 umount ${MOUNT_POINT} 60 umount ${MOUNT_POINT} 102 -umount -f ${MOUNT_POINT}
|