Home | History | Annotate | Download | only in news68k

Lines Matching refs:install

64 md_get_info(struct install_partition_desc *install)
109 md_make_bsd_partitions(struct install_partition_desc *install)
112 return make_bsd_partitions(install);
119 md_check_partitions(struct install_partition_desc *install)
129 md_pre_disklabel(struct install_partition_desc *install,
140 md_post_disklabel(struct install_partition_desc *install,
147 * hook called after upgrade() or install() has finished setting
151 * On the news68k, we use this opportunity to install the boot blocks.
154 md_post_newfs(struct install_partition_desc *install)
167 md_post_extract(struct install_partition_desc *install, bool upgrade)
174 md_cleanup_install(struct install_partition_desc *install)
183 md_pre_update(struct install_partition_desc *install)
191 md_update(struct install_partition_desc *install)
194 md_post_newfs(install);
199 md_pre_mount(struct install_partition_desc *install, size_t ndx)