Home
last modified time | relevance | path

Searched refs:checkmount (Results 1 – 9 of 9) sorted by relevance

/titanic_54/usr/src/cmd/initpkg/
H A Dswapadd.sh49 checkmount() function
135 checkmount $special
/titanic_54/usr/src/cmd/format/
H A Dcheckdev.h39 int checkmount(diskaddr_t start, diskaddr_t end);
H A Dmenu_command.c617 checkmount((diskaddr_t)-1, (diskaddr_t)-1)) { in c_type()
895 if (checkmount(start, end)) { in c_format()
1275 if (checkmount(bn, bn)) { in c_repair()
1500 if (checkmount((diskaddr_t)-1, (diskaddr_t)-1)) { in c_label()
2418 if (checkmount((diskaddr_t)-1, (diskaddr_t)-1)) { in c_volname()
H A Dmain.c545 if ((found_mount = checkmount((diskaddr_t)-1, (diskaddr_t)-1)) != 0)
H A Dcheckdev.c562 checkmount(start, end) in checkmount() function
H A Danalyze.c165 (checkmount(start, end))) {
H A Dmodify_partition.c104 if (checkmount((diskaddr_t)-1, (diskaddr_t)-1)) { in p_modify()
H A Dmenu_scsi.c552 if (checkmount((diskaddr_t)-1, (diskaddr_t)-1)) { in do_format()
/titanic_54/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c581 void checkmount(struct mnttab *, char *);
1440 checkmount(&mntp, special); in main()
4202 checkmount(struct mnttab *mntp, char *bdevname) in checkmount() function