Home | History | Annotate | Download | only in vm

Lines Matching full:mount_dev

1660     char mount_dev[256];
1670 while ((match = fscanf(fp, "%255s %255s %*s %*s %*d %*d\n", mount_dev, mount_dir)) != EOF) {
1671 mount_dev[255] = 0;
1675 return mount_dev;