Lines Matching refs:install
59 md_get_info(struct install_partition_desc *install)
101 md_make_bsd_partitions(struct install_partition_desc *install)
103 return make_bsd_partitions(install);
110 md_check_partitions(struct install_partition_desc *install)
119 md_pre_disklabel(struct install_partition_desc *install,
147 md_post_disklabel(struct install_partition_desc *install,
154 * hook called after upgrade() or install() has finished setting
158 * On the landisk, we use this opportunity to install the boot blocks.
161 md_post_newfs(struct install_partition_desc *install)
168 bootxx = bootxx_name(install);
184 md_post_extract(struct install_partition_desc *install, bool upgrade)
190 md_cleanup_install(struct install_partition_desc *install)
198 md_pre_update(struct install_partition_desc *install)
205 md_update(struct install_partition_desc *install)
207 md_post_newfs(install);
225 md_pre_mount(struct install_partition_desc *install, size_t ndx)