Home | History | Annotate | Download | only in btreplay

Lines Matching full:map_dev

63 struct map_dev {
639 struct map_dev *mdp = malloc(sizeof(*mdp));
657 struct map_dev *mdp = list_entry(p, struct map_dev, head);
668 * map_dev - Return the mapped device for that specified
673 static char *map_dev(char *from_dev)
678 struct map_dev *mdp = list_entry(p, struct map_dev, head);
1324 sprintf(path, "/dev/%s", map_dev(tip->devnm));