Home
last modified time | relevance | path

Searched refs:subpartition_is_encrypted (Results 1 – 5 of 5) sorted by relevance

/dragonfly/usr.sbin/installer/dfuibe_installer/
H A Dfn_install.c209 subpartition_is_encrypted(sp) ? in fn_install_os()
224 if (subpartition_is_encrypted(sp)) { in fn_install_os()
243 (subpartition_is_encrypted(sp) ? in fn_install_os()
252 (subpartition_is_encrypted(sp) ? in fn_install_os()
262 (subpartition_is_encrypted(sp) ? in fn_install_os()
285 subpartition_is_encrypted(sp) ? in fn_install_os()
289 subpartition_is_encrypted(sp) ? in fn_install_os()
312 (subpartition_is_encrypted(sp) ? in fn_install_os()
587 subpartition_is_encrypted(sp) ? in fn_install_os()
590 if (subpartition_is_encrypted(sp)) { in fn_install_os()
[all …]
H A Dfn_subpart_hammer.c231 if (subpartition_is_encrypted(sp)) { in create_subpartitions()
245 subpartition_is_encrypted(sp)) { in create_subpartitions()
264 if (subpartition_is_encrypted(sp)) { in create_subpartitions()
282 (subpartition_is_encrypted(sp) ? in create_subpartitions()
289 (subpartition_is_encrypted(sp) ? in create_subpartitions()
638 subpartition_is_encrypted(sp) ? "Y" : "N"); in populate_create_subpartitions_form()
692 if (subpartition_is_encrypted(sp)) { in warn_encrypted_boot()
H A Dfn_subpart_ufs.c202 if (subpartition_is_encrypted(sp)) { in create_subpartitions()
215 subpartition_is_encrypted(sp)) { in create_subpartitions()
228 if (subpartition_is_encrypted(sp)) { in create_subpartitions()
588 subpartition_is_encrypted(sp) ? "Y" : "N"); in populate_create_subpartitions_form()
/dragonfly/usr.sbin/installer/libinstaller/
H A Ddiskutil.h186 int subpartition_is_encrypted(const struct subpartition *);
H A Ddiskutil.c916 subpartition_is_encrypted(const struct subpartition *sp) in subpartition_is_encrypted() function