Home | History | Annotate | Download | only in alpha

Lines Matching refs:install

63 md_get_info(struct install_partition_desc *install)
108 md_make_bsd_partitions(struct install_partition_desc *install)
110 return make_bsd_partitions(install);
117 md_check_partitions(struct install_partition_desc *install)
126 md_pre_disklabel(struct install_partition_desc *install,
136 md_post_disklabel(struct install_partition_desc *install,
143 * hook called after upgrade() or install() has finished setting
147 * On the Alpha, we use this opportunity to install the boot blocks.
150 md_post_newfs(struct install_partition_desc *install)
157 bootxx = bootxx_name(install);
178 md_post_extract(struct install_partition_desc *install, bool upgrade)
184 md_cleanup_install(struct install_partition_desc *install)
192 md_pre_update(struct install_partition_desc *install)
199 md_update(struct install_partition_desc *install)
201 md_post_newfs(install);
206 md_pre_mount(struct install_partition_desc *install, size_t ndx)