Symbol: RF_ComponentLabel_t
sbin/raidctl/raidctl.c
670
RF_ComponentLabel_t component_label;
sbin/raidctl/raidctl.c
713
memset(&component_label, 0, sizeof(RF_ComponentLabel_t));
sbin/raidctl/raidctl.c
808
RF_ComponentLabel_t component_label;
sbin/raidctl/raidctl.c
815
memset( &component_label, 0, sizeof(RF_ComponentLabel_t));
sbin/raidctl/raidctl.c
851
RF_ComponentLabel_t component_label;
sbin/raidctl/raidctl.c
877
RF_ComponentLabel_t component_label;
sys/dev/raidframe/raidframeio.h
108
#define RAIDFRAME_GET_COMPONENT_LABEL _IOWR ('r', 19, RF_ComponentLabel_t)
sys/dev/raidframe/raidframeio.h
109
#define RAIDFRAME_SET_COMPONENT_LABEL _IOW ('r', 20, RF_ComponentLabel_t)
sys/dev/raidframe/raidframeio.h
111
#define RAIDFRAME_INIT_LABELS _IOW ('r', 21, RF_ComponentLabel_t)
sys/dev/raidframe/raidframevar.h
481
rf_component_label_numblocks(const RF_ComponentLabel_t *cl)
sys/dev/raidframe/raidframevar.h
489
rf_component_label_set_numblocks(RF_ComponentLabel_t *cl, RF_SectorCount_t siz)
sys/dev/raidframe/raidframevar.h
497
rf_component_label_partitionsize(const RF_ComponentLabel_t *cl)
sys/dev/raidframe/raidframevar.h
505
rf_component_label_set_partitionsize(RF_ComponentLabel_t *cl,
sys/dev/raidframe/rf_compat80.c
198
RF_ComponentLabel_t **clabel_ptr = (RF_ComponentLabel_t **)data;
sys/dev/raidframe/rf_compat80.c
199
RF_ComponentLabel_t *clabel;
sys/dev/raidframe/rf_compat80.h
48
#define RAIDFRAME_GET_COMPONENT_LABEL80 _IOWR('r', 19, RF_ComponentLabel_t *)
sys/dev/raidframe/rf_disks.c
1262
RF_ComponentLabel_t tmp_ci_label;
sys/dev/raidframe/rf_disks.c
658
RF_ComponentLabel_t *ci_label)
sys/dev/raidframe/rf_disks.c
674
char *dev_name, RF_ComponentLabel_t *ci_label,
sys/dev/raidframe/rf_disks.c
740
RF_ComponentLabel_t *ci_label;
sys/dev/raidframe/rf_disks.c
88
RF_ComponentLabel_t *);
sys/dev/raidframe/rf_disks.c
90
RF_ComponentLabel_t *, int, int );
sys/dev/raidframe/rf_driver.c
441
RF_ComponentLabel_t *clabel;
sys/dev/raidframe/rf_kintf.h
40
int rf_reasonable_label(RF_ComponentLabel_t *, uint64_t);
sys/dev/raidframe/rf_kintf.h
48
RF_ComponentLabel_t *raidget_component_label(RF_Raid_t *, RF_RowCol_t);
sys/dev/raidframe/rf_kintf.h
59
void raid_init_component_label(RF_Raid_t *, RF_ComponentLabel_t *);
sys/dev/raidframe/rf_kintf.h
60
void rf_print_component_label(RF_ComponentLabel_t *);
sys/dev/raidframe/rf_netbsd.h
120
RF_ComponentLabel_t *clabel; /* the label */
sys/dev/raidframe/rf_netbsd.h
47
RF_ComponentLabel_t ci_label; /* components RAIDframe label */
sys/dev/raidframe/rf_netbsdkintf.c
1400
rf_set_component_label(RF_Raid_t *raidPtr, RF_ComponentLabel_t *clabel)
sys/dev/raidframe/rf_netbsdkintf.c
1438
rf_init_component_label(RF_Raid_t *raidPtr, RF_ComponentLabel_t *clabel)
sys/dev/raidframe/rf_netbsdkintf.c
1453
RF_ComponentLabel_t *ci_label = raidget_component_label(
sys/dev/raidframe/rf_netbsdkintf.c
1585
RF_ComponentLabel_t *clabel;
sys/dev/raidframe/rf_netbsdkintf.c
196
dev_t, struct vnode *, RF_ComponentLabel_t *);
sys/dev/raidframe/rf_netbsdkintf.c
198
dev_t, struct vnode *, RF_ComponentLabel_t *);
sys/dev/raidframe/rf_netbsdkintf.c
2396
RF_ComponentLabel_t *clabel;
sys/dev/raidframe/rf_netbsdkintf.c
2408
RF_ComponentLabel_t *clabel;
sys/dev/raidframe/rf_netbsdkintf.c
2427
RF_ComponentLabel_t *
sys/dev/raidframe/rf_netbsdkintf.c
2436
RF_ComponentLabel_t *label;
sys/dev/raidframe/rf_netbsdkintf.c
2462
rf_swap_label(RF_ComponentLabel_t *clabel, RF_ComponentLabel_t *out_label)
sys/dev/raidframe/rf_netbsdkintf.c
2481
RF_ComponentLabel_t *clabel)
sys/dev/raidframe/rf_netbsdkintf.c
2486
sizeof(RF_ComponentLabel_t),
sys/dev/raidframe/rf_netbsdkintf.c
2538
RF_ComponentLabel_t *clabel)
sys/dev/raidframe/rf_netbsdkintf.c
2540
RF_ComponentLabel_t *clabel_write = clabel;
sys/dev/raidframe/rf_netbsdkintf.c
2541
RF_ComponentLabel_t lclabel;
sys/dev/raidframe/rf_netbsdkintf.c
2549
sizeof(RF_ComponentLabel_t),
sys/dev/raidframe/rf_netbsdkintf.c
2635
RF_ComponentLabel_t *clabel;
sys/dev/raidframe/rf_netbsdkintf.c
2697
RF_ComponentLabel_t *clabel;
sys/dev/raidframe/rf_netbsdkintf.c
2915
RF_ComponentLabel_t *clabel;
sys/dev/raidframe/rf_netbsdkintf.c
2918
clabel = malloc(sizeof(RF_ComponentLabel_t), M_RAIDFRAME, M_WAITOK);
sys/dev/raidframe/rf_netbsdkintf.c
315
static void rf_fix_old_label_size(RF_ComponentLabel_t *, uint64_t);
sys/dev/raidframe/rf_netbsdkintf.c
3176
rf_reasonable_label(RF_ComponentLabel_t *clabel, uint64_t numsecs)
sys/dev/raidframe/rf_netbsdkintf.c
3219
rf_fix_old_label_size(RF_ComponentLabel_t *clabel, uint64_t numsecs)
sys/dev/raidframe/rf_netbsdkintf.c
3242
rf_print_component_label(RF_ComponentLabel_t *clabel)
sys/dev/raidframe/rf_netbsdkintf.c
3335
RF_ComponentLabel_t *clabel1, *clabel2;
sys/dev/raidframe/rf_netbsdkintf.c
3395
RF_ComponentLabel_t *clabel;
sys/dev/raidframe/rf_netbsdkintf.c
3497
RF_ComponentLabel_t *clabel;
sys/dev/raidframe/rf_netbsdkintf.c
3530
RF_ComponentLabel_t *clabel;
sys/dev/raidframe/rf_netbsdkintf.c
3558
RF_ComponentLabel_t *clabel;
sys/dev/raidframe/rf_netbsdkintf.c
3623
raid_init_component_label(RF_Raid_t *raidPtr, RF_ComponentLabel_t *clabel)
sys/dev/raidframe/rf_netbsdkintf.c
4012
RF_ComponentLabel_t *clabel = (RF_ComponentLabel_t *)data;
sys/dev/raidframe/rf_netbsdkintf.c
4013
RF_ComponentLabel_t *raid_clabel;
sys/dev/raidframe/rf_paritymap.c
322
RF_ComponentLabel_t *clabel;
sys/dev/raidframe/rf_paritymap.c
618
RF_ComponentLabel_t *clabel;
sys/dev/raidframe/rf_paritymap.c
732
rf_paritymap_init_label(struct rf_paritymap *pm, RF_ComponentLabel_t *clabel)
sys/dev/raidframe/rf_paritymap.c
760
RF_ComponentLabel_t *clabel;
sys/dev/raidframe/rf_paritymap.c
787
RF_ComponentLabel_t *clabel;
sys/dev/raidframe/rf_paritymap.h
126
RF_ComponentLabel_t *);
sys/dev/raidframe/rf_reconstruct.c
245
RF_ComponentLabel_t *c_label;
sys/dev/raidframe/rf_reconstruct.c
361
RF_ComponentLabel_t *c_label;