Lines Matching refs:mnt_special
305 DPRINTF1(" %s \n", mntp->mnt_special); in check_and_unmount_vold()
306 if (strstr(mntp->mnt_special, tmp_path_name) != in check_and_unmount_vold()
307 mntp->mnt_special) { in check_and_unmount_vold()
311 DPRINTF1("Found!! %s\n", mntp->mnt_special); in check_and_unmount_vold()
400 if (strncmp(mntp->mnt_special, tmp_name, strlen(tmp_name))) { in check_and_unmount_scsi()
409 if (strcmp(mntp->mnt_special, block_dev_name) == 0) { in check_and_unmount_scsi()
430 if (strcmp(mntp->mnt_special, in check_and_unmount_scsi()
449 if (strcmp(mntp->mnt_special, in check_and_unmount_scsi()
509 if (strstr(mp->mnt_special, "/dev/fd") == NULL && in check_and_unmount_floppy()
510 strstr(mp->mnt_special, "/dev/disket") == NULL && in check_and_unmount_floppy()
511 strstr(mp->mnt_special, "/dev/c") == NULL) { in check_and_unmount_floppy()
516 (void) strcat(raw_device, mp->mnt_special + strlen("/dev/")); in check_and_unmount_floppy()