HomeSort by: relevance | last modified time | path
    Searched defs:raidframe_count (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/i386/stand/efiboot/
efidisk.c 184 efi_raidframe_probe(struct efi_raidframe *raidframe, int *raidframe_count,
189 int i = *raidframe_count;
212 (*raidframe_count)++;
222 int raidframe_count = 0; local in function:efi_disk_show
268 efi_raidframe_probe(raidframe, &raidframe_count,
292 for (i = 0; i < raidframe_count; i++) {
  /src/sys/arch/i386/stand/lib/
biosdisk.c 797 raidframe_probe(struct raidframe *raidframe, int *raidframe_count,
800 int i = *raidframe_count;
828 (*raidframe_count)++;
841 int raidframe_count = 0; local in function:biosdisk_probe
904 &raidframe_count, d, part);
940 for (i = 0; i < raidframe_count; i++) {
1342 int raidframe_count = 0; local in function:biosdisk_find_name
1380 &raidframe_count, d, part);
1404 for (i = 0; i < raidframe_count; i++) {
1484 int raidframe_count = 0 local in function:biosdisk_find_raid
    [all...]

Completed in 13 milliseconds