Searched refs:raidframe_count (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/sys/arch/i386/stand/efiboot/ |
H A D | efidisk.c | 184 efi_raidframe_probe(struct efi_raidframe *raidframe, int *raidframe_count, in efi_raidframe_probe() argument 189 int i = *raidframe_count; in efi_raidframe_probe() 212 (*raidframe_count)++; in efi_raidframe_probe() 222 int raidframe_count = 0; in efi_disk_show() local 268 efi_raidframe_probe(raidframe, &raidframe_count, in efi_disk_show() 292 for (i = 0; i < raidframe_count; i++) { in efi_disk_show()
|
/netbsd-src/sys/arch/i386/stand/lib/ |
H A D | biosdisk.c | 797 raidframe_probe(struct raidframe *raidframe, int *raidframe_count, in raidframe_probe() argument 800 int i = *raidframe_count; in raidframe_probe() 828 (*raidframe_count)++; in raidframe_probe() 841 int raidframe_count = 0; in biosdisk_probe() local 904 &raidframe_count, d, part); in biosdisk_probe() 940 for (i = 0; i < raidframe_count; i++) { in biosdisk_probe() 1342 int raidframe_count = 0; in biosdisk_find_name() local 1380 &raidframe_count, d, part); in biosdisk_find_name() 1404 for (i = 0; i < raidframe_count; i++) { in biosdisk_find_name() 1484 int raidframe_count = 0; in biosdisk_find_raid() local [all …]
|