Home
last modified time | relevance | path

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

/dflybsd-src/usr.sbin/installer/dfuibe_installer/
H A Dfn_install.c232 if (strcmp(subpartition_get_mountpoint(sp), "/") == 0 || in fn_install_os()
233 strcmp(subpartition_get_mountpoint(sp), "/build") == 0) { in fn_install_os()
238 subpartition_get_mountpoint(sp)); in fn_install_os()
247 subpartition_get_mountpoint(sp)); in fn_install_os()
256 subpartition_get_mountpoint(sp)); in fn_install_os()
266 subpartition_get_mountpoint(sp)); in fn_install_os()
300 if (strcmp(subpartition_get_mountpoint(sp), "/") != 0 && in fn_install_os()
301 strcmp(subpartition_get_mountpoint(sp), "/build") != 0) { in fn_install_os()
306 subpartition_get_mountpoint(sp)); in fn_install_os()
316 subpartition_get_mountpoint(sp)); in fn_install_os()
[all …]
H A Dfn_subpart_hammer.c169 subpartition_get_mountpoint(sp), in create_subpartitions()
190 } else if (strcmp(subpartition_get_mountpoint(sp), "/boot") == 0) { in create_subpartitions()
258 if (strcmp(subpartition_get_mountpoint(sp), "/boot") == 0) { in create_subpartitions()
278 subpartition_get_mountpoint(sp)); in create_subpartitions()
426 const char *mountpt = subpartition_get_mountpoint(sp); in check_capacity()
634 subpartition_get_mountpoint(sp)); in populate_create_subpartitions_form()
H A Dfn_subpart_ufs.c151 subpartition_get_mountpoint(sp), in create_subpartitions()
373 const char *mountpt = subpartition_get_mountpoint(sp); in check_capacity()
584 subpartition_get_mountpoint(sp)); in populate_create_subpartitions_form()
/dflybsd-src/usr.sbin/installer/libinstaller/
H A Ddiskutil.h178 const char *subpartition_get_mountpoint(const struct subpartition *);
H A Ddiskutil.c89 if(strcmp(subpartition_get_mountpoint(sp), mountpoint) == 0) { in storage_get_tmpfs_status()
880 subpartition_get_mountpoint(const struct subpartition *sp) in subpartition_get_mountpoint() function