Lines Matching refs:filesystem
84 assert(params->filesystem != NULL); in hppa_clearboot()
91 warn("Reading `%s'", params->filesystem); in hppa_clearboot()
94 warnx("Reading `%s': short read", params->filesystem); in hppa_clearboot()
114 warn("Writing `%s'", params->filesystem); in hppa_clearboot()
117 warnx("Writing `%s': short write", params->filesystem); in hppa_clearboot()
143 assert(params->filesystem != NULL); in hppa_setboot()
152 warn("Reading `%s'", params->filesystem); in hppa_setboot()
155 warnx("Reading `%s': short read", params->filesystem); in hppa_setboot()
175 warnx("No disklabel in `%s'", params->filesystem); in hppa_setboot()
179 warnx("Partition `a' doesn't exist in %s", params->filesystem); in hppa_setboot()
186 params->filesystem); in hppa_setboot()
215 warn("Writing `%s'", params->filesystem); in hppa_setboot()
218 warnx("Writing `%s': short write", params->filesystem); in hppa_setboot()