Home
last modified time | relevance | path

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

/dflybsd-src/sys/dev/raid/vinum/
H A Dvinumconfig.c309 int sfe; /* and index of subdisk when assigning max */ in give_sd_to_drive() local
333 sfe = 0; /* to keep the compiler happy */ in give_sd_to_drive()
338 sfe = fe; /* and note the index for later */ in give_sd_to_drive()
349 if (sfe < (drive->freelist_entries - 1)) /* not the last one, */ in give_sd_to_drive()
350 bcopy(&drive->freelist[sfe + 1], in give_sd_to_drive()
351 &drive->freelist[sfe], in give_sd_to_drive()
352 (drive->freelist_entries - sfe) * sizeof(struct drive_freelist)); in give_sd_to_drive()