| partman.c | 201 } *mnts;  variable in typeref:struct:__anonfa24e0600108 * 2467 	return strcmp(mnts[*(const int *)a].on, mnts[*(const int *)b].on);
 2483 	if (mnts == NULL)
 2484 		mnts = calloc(MAX_MNTS, sizeof(*mnts));
 2492 			mnts[num_devs].mnt_opts = pm_i->bsdlabel[i].mnt_opts;
 2495 				strlcpy(mnts[num_devs].dev, pm_i->bsdlabel[i].mounted, MOUNTLEN);
 2496 				mnts[num_devs].mnt_opts = "-t null";
 2499 				snprintf(mnts[num_devs].dev, STRSIZE, "/dev/%s", dev)
 [all...]
 |