Searched refs:partconfig (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/usr.sbin/bsdinstall/partedit/
H A Dscripted.c151 char *disk = NULL, *scheme = NULL, *partconfig = NULL; local
162 partconfig = strchr(input, '}');
163 if (partconfig == NULL) {
168 *partconfig = '\0';
169 ap = partconfig+1;
170 partconfig = input;
193 return (part_config(disk, scheme, partconfig));

Completed in 101 milliseconds