Home | History | Annotate | Download | only in newsmips

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 newsmips, we use this opportunity to install the boot blocks.
150 md_post_newfs(struct install_partition_desc *install)
163 md_post_extract(struct install_partition_desc *install, bool upgrade)
169 md_cleanup_install(struct install_partition_desc *install)
177 md_pre_update(struct install_partition_desc *install)
184 md_update(struct install_partition_desc *install)
186 md_post_newfs(install);
191 md_pre_mount(struct install_partition_desc *install, size_t ndx)