Home
last modified time | relevance | path

Searched refs:dfui_response_dataset_get_first (Results 1 – 6 of 6) sorted by relevance

/dflybsd-src/usr.sbin/installer/dfuibe_installer/
H A Dfn_subpart_ufs.c420 if ((ds = dfui_response_dataset_get_first(r)) == NULL) { in check_subpartition_selections()
425 for (ds = dfui_response_dataset_get_first(r); valid && ds != NULL; in check_subpartition_selections()
539 for (ds = dfui_response_dataset_get_first(r); valid && ds != NULL; in save_subpartition_selections()
777 for (ds = dfui_response_dataset_get_first(r); ds != NULL; in show_create_subpartitions_form()
H A Dfn_subpart_hammer.c498 if ((ds = dfui_response_dataset_get_first(r)) == NULL) { in check_subpartition_selections()
503 for (ds = dfui_response_dataset_get_first(r); valid && ds != NULL; in check_subpartition_selections()
604 for (ds = dfui_response_dataset_get_first(r); valid && ds != NULL; in save_subpartition_selections()
849 for (ds = dfui_response_dataset_get_first(r); ds != NULL; in show_create_subpartitions_form()
H A Dfn_configure.c161 new_ds = dfui_dataset_dup(dfui_response_dataset_get_first(r)); in fn_add_user()
289 new_ds = dfui_dataset_dup(dfui_response_dataset_get_first(r)); in fn_root_passwd()
400 new_ds = dfui_dataset_dup(dfui_response_dataset_get_first(r)); in fn_get_passphrase()
737 new_ds = dfui_response_dataset_get_first(r); in fn_assign_datetime()
807 new_ds = dfui_response_dataset_get_first(r); in fn_assign_hostname_domain()
978 new_ds = dfui_response_dataset_get_first(r); in fn_assign_ip()
H A Dfn_disk.c583 for (ds = dfui_response_dataset_get_first(r); ds != NULL; in fn_install_bootblocks()
/dflybsd-src/usr.sbin/installer/libdfui/
H A Ddfui.h342 struct dfui_dataset *dfui_response_dataset_get_first(const struct dfui_response *);
H A Dform.c1075 dfui_response_dataset_get_first(const struct dfui_response *r) in dfui_response_dataset_get_first() function