Home
last modified time | relevance | path

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

/freebsd/usr.sbin/bsdinstall/partedit/
H A Dpartedit_generic.c76 partcode_path(const char *part_type, const char *fs_type) { in partcode_path() function
H A Dpartedit_efi.c98 partcode_path(const char *part_type, const char *fs_type) in partcode_path() function
H A Dpartedit_x86.c140 partcode_path(const char *part_type, const char *fs_type) in partcode_path() function
H A Dpartedit.h106 const char *partcode_path(const char *scheme, const char *fs_type);
H A Dpartedit_powerpc.c134 partcode_path(const char *part_type, const char *fs_type) { in partcode_path() function
H A Dgpart_ops.c481 if (partcode_path(scheme, fstype) == NULL) in gpart_partcode()
493 partcode_path(scheme, fstype), indexstr, pp->lg_geom->lg_name); in gpart_partcode()