Home | History | Annotate | Download | only in pmax

Lines Matching refs:install

63 md_get_info(struct install_partition_desc *install)
113 md_make_bsd_partitions(struct install_partition_desc *install)
115 return make_bsd_partitions(install);
122 md_check_partitions(struct install_partition_desc *install)
131 md_pre_disklabel(struct install_partition_desc *install,
141 md_post_disklabel(struct install_partition_desc *install,
148 * hook called after upgrade() or install() has finished setting
155 md_post_newfs(struct install_partition_desc *install)
168 bootxx = bootxx_name(install);
189 md_post_extract(struct install_partition_desc *install, bool upgrade)
195 md_cleanup_install(struct install_partition_desc *install)
203 md_pre_update(struct install_partition_desc *install)
210 md_update(struct install_partition_desc *install)
212 md_post_newfs(install);
217 md_pre_mount(struct install_partition_desc *install, size_t ndx)