Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/i386/stand/lib/
Dbiosdisk.c797 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 …]