Searched refs:RF_ComponentLabel_t (Results 1 – 13 of 13) sorted by relevance
| /netbsd/src/sys/dev/raidframe/ |
| D | rf_kintf.h | 40 int rf_reasonable_label(RF_ComponentLabel_t *, uint64_t); 48 RF_ComponentLabel_t *raidget_component_label(RF_Raid_t *, RF_RowCol_t); 59 void raid_init_component_label(RF_Raid_t *, RF_ComponentLabel_t *); 60 void rf_print_component_label(RF_ComponentLabel_t *);
|
| D | raidframeio.h | 108 #define RAIDFRAME_GET_COMPONENT_LABEL _IOWR ('r', 19, RF_ComponentLabel_t) 109 #define RAIDFRAME_SET_COMPONENT_LABEL _IOW ('r', 20, RF_ComponentLabel_t) 111 #define RAIDFRAME_INIT_LABELS _IOW ('r', 21, RF_ComponentLabel_t)
|
| D | rf_netbsdkintf.c | 196 dev_t, struct vnode *, RF_ComponentLabel_t *); 198 dev_t, struct vnode *, RF_ComponentLabel_t *); 315 static void rf_fix_old_label_size(RF_ComponentLabel_t *, uint64_t); 1400 rf_set_component_label(RF_Raid_t *raidPtr, RF_ComponentLabel_t *clabel) in rf_set_component_label() 1438 rf_init_component_label(RF_Raid_t *raidPtr, RF_ComponentLabel_t *clabel) in rf_init_component_label() 1453 RF_ComponentLabel_t *ci_label = raidget_component_label( in rf_init_component_label() 1585 RF_ComponentLabel_t *clabel; in raidioctl() 2396 RF_ComponentLabel_t *clabel; in raidmarkclean() 2408 RF_ComponentLabel_t *clabel; in raidmarkdirty() 2427 RF_ComponentLabel_t * [all …]
|
| D | raidframevar.h | 474 } RF_ComponentLabel_t; typedef 481 rf_component_label_numblocks(const RF_ComponentLabel_t *cl) in rf_component_label_numblocks() 489 rf_component_label_set_numblocks(RF_ComponentLabel_t *cl, RF_SectorCount_t siz) in rf_component_label_set_numblocks() 497 rf_component_label_partitionsize(const RF_ComponentLabel_t *cl) in rf_component_label_partitionsize() 505 rf_component_label_set_partitionsize(RF_ComponentLabel_t *cl, in rf_component_label_set_partitionsize()
|
| D | rf_netbsd.h | 47 RF_ComponentLabel_t ci_label; /* components RAIDframe label */ 120 RF_ComponentLabel_t *clabel; /* the label */
|
| D | rf_compat80.c | 198 RF_ComponentLabel_t **clabel_ptr = (RF_ComponentLabel_t **)data; in rf_get_component_label80() 199 RF_ComponentLabel_t *clabel; in rf_get_component_label80()
|
| D | rf_paritymap.c | 322 RF_ComponentLabel_t *clabel; in rf_paritymap_set_params() 618 RF_ComponentLabel_t *clabel; in rf_paritymap_attach() 732 rf_paritymap_init_label(struct rf_paritymap *pm, RF_ComponentLabel_t *clabel) in rf_paritymap_init_label() 760 RF_ComponentLabel_t *clabel; in rf_paritymap_get_disable() 787 RF_ComponentLabel_t *clabel; in rf_paritymap_set_disable()
|
| D | rf_compat80.h | 48 #define RAIDFRAME_GET_COMPONENT_LABEL80 _IOWR('r', 19, RF_ComponentLabel_t *)
|
| D | rf_disks.c | 88 RF_ComponentLabel_t *); 90 RF_ComponentLabel_t *, int, int ); 658 RF_ComponentLabel_t *ci_label) in rf_print_label_status() 674 char *dev_name, RF_ComponentLabel_t *ci_label, in rf_check_label_vitals() 740 RF_ComponentLabel_t *ci_label; in rf_CheckLabels() 1262 RF_ComponentLabel_t tmp_ci_label; in rf_swap_components()
|
| D | rf_paritymap.h | 126 RF_ComponentLabel_t *);
|
| D | rf_driver.c | 441 RF_ComponentLabel_t *clabel; in rf_Configure()
|
| D | rf_reconstruct.c | 245 RF_ComponentLabel_t *c_label; in rf_ReconstructFailedDiskBasic() 361 RF_ComponentLabel_t *c_label; in rf_ReconstructInPlace()
|
| /netbsd/src/sbin/raidctl/ |
| D | raidctl.c | 670 RF_ComponentLabel_t component_label; in rf_output_configuration() 713 memset(&component_label, 0, sizeof(RF_ComponentLabel_t)); in rf_output_configuration() 808 RF_ComponentLabel_t component_label; in get_component_label() 815 memset( &component_label, 0, sizeof(RF_ComponentLabel_t)); in get_component_label() 851 RF_ComponentLabel_t component_label; in set_component_label() 877 RF_ComponentLabel_t component_label; in init_component_labels()
|