/src/sys/arch/i386/stand/efiboot/ |
efidisk.c | 33 #include <sys/param.h> /* for howmany, required by <dev/raidframe/raidframevar.h> */ 50 #include <dev/raidframe/raidframevar.h> 51 #define RF_COMPONENT_INFO_OFFSET 16384 /* from sys/dev/raidframe/rf_netbsdkintf.c */ 52 #define RF_COMPONENT_LABEL_VERSION 2 /* from <dev/raidframe/rf_raid.h> */ 54 #define RAIDFRAME_NDEV 16 /* abitrary limit to 15 raidframe devices */ 184 efi_raidframe_probe(struct efi_raidframe *raidframe, int *raidframe_count, 201 raidframe[i].last_unit = label.last_unit; 202 raidframe[i].serial = label.serial_number; 203 raidframe[i].edi = edi; 204 raidframe[i].parent_part = parent_part 221 struct efi_raidframe raidframe[RAIDFRAME_NDEV]; local in function:efi_disk_show [all...] |
efidisk.c | 33 #include <sys/param.h> /* for howmany, required by <dev/raidframe/raidframevar.h> */ 50 #include <dev/raidframe/raidframevar.h> 51 #define RF_COMPONENT_INFO_OFFSET 16384 /* from sys/dev/raidframe/rf_netbsdkintf.c */ 52 #define RF_COMPONENT_LABEL_VERSION 2 /* from <dev/raidframe/rf_raid.h> */ 54 #define RAIDFRAME_NDEV 16 /* abitrary limit to 15 raidframe devices */ 184 efi_raidframe_probe(struct efi_raidframe *raidframe, int *raidframe_count, 201 raidframe[i].last_unit = label.last_unit; 202 raidframe[i].serial = label.serial_number; 203 raidframe[i].edi = edi; 204 raidframe[i].parent_part = parent_part 221 struct efi_raidframe raidframe[RAIDFRAME_NDEV]; local in function:efi_disk_show [all...] |
/src/etc/defaults/ |
rc.conf | 114 # RAIDframe driver (manually configured devices). 116 raidframe=YES key
|
rc.conf | 114 # RAIDframe driver (manually configured devices). 116 raidframe=YES key
|
/src/sys/arch/i386/stand/lib/ |
biosdisk.c | 115 #include <dev/raidframe/raidframevar.h> 116 #define RF_COMPONENT_INFO_OFFSET 16384 /* from sys/dev/raidframe/rf_netbsdkintf.c */ 117 #define RF_COMPONENT_LABEL_VERSION 2 /* from <dev/raidframe/rf_raid.h> */ 119 #define RAIDFRAME_NDEV 16 /* abitrary limit to 15 raidframe devices */ 120 struct raidframe { struct 797 raidframe_probe(struct raidframe *raidframe, int *raidframe_count, 812 printf("Unexpected raidframe label version\n"); 814 raidframe[i].last_unit = label.last_unit; 815 raidframe[i].serial = label.serial_number 840 struct raidframe raidframe[RAIDFRAME_NDEV]; local in function:biosdisk_probe 1216 struct biosdisk raidframe; local in function:raidframe_part_offset 1341 struct raidframe raidframe[RAIDFRAME_NDEV]; local in function:biosdisk_find_name 1483 struct raidframe raidframe[RAIDFRAME_NDEV]; local in function:biosdisk_find_raid [all...] |
biosdisk.c | 115 #include <dev/raidframe/raidframevar.h> 116 #define RF_COMPONENT_INFO_OFFSET 16384 /* from sys/dev/raidframe/rf_netbsdkintf.c */ 117 #define RF_COMPONENT_LABEL_VERSION 2 /* from <dev/raidframe/rf_raid.h> */ 119 #define RAIDFRAME_NDEV 16 /* abitrary limit to 15 raidframe devices */ 120 struct raidframe { struct 797 raidframe_probe(struct raidframe *raidframe, int *raidframe_count, 812 printf("Unexpected raidframe label version\n"); 814 raidframe[i].last_unit = label.last_unit; 815 raidframe[i].serial = label.serial_number 840 struct raidframe raidframe[RAIDFRAME_NDEV]; local in function:biosdisk_probe 1216 struct biosdisk raidframe; local in function:raidframe_part_offset 1341 struct raidframe raidframe[RAIDFRAME_NDEV]; local in function:biosdisk_find_name 1483 struct raidframe raidframe[RAIDFRAME_NDEV]; local in function:biosdisk_find_raid [all...] |