OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ci_label
(Results
1 - 3
of
3
) sorted by relevancy
/src/sys/dev/raidframe/
rf_disks.c
143
if (!rf_reasonable_label(&raidPtr->raid_cinfo[c].
ci_label
,0) && !force) {
658
RF_ComponentLabel_t *
ci_label
)
664
ci_label
->column,
665
ci_label
->num_columns);
667
ci_label
->version,
ci_label
->serial_number,
668
ci_label
->mod_counter);
670
ci_label
->clean ? "Yes" : "No",
ci_label
->status );
674
char *dev_name, RF_ComponentLabel_t *
ci_label
,
740
RF_ComponentLabel_t *
ci_label
;
local
[
all
...]
rf_netbsd.h
47
RF_ComponentLabel_t
ci_label
; /* components RAIDframe label */
member in struct:raidcinfo
rf_netbsdkintf.c
1453
RF_ComponentLabel_t *
ci_label
= raidget_component_label(
local
1456
memset(
ci_label
, 0, sizeof(*
ci_label
));
1457
raid_init_component_label(raidPtr,
ci_label
);
1458
ci_label
->serial_number = raidPtr->serial_number;
1459
ci_label
->row = 0; /* we dont' pretend to support more */
1460
rf_component_label_set_partitionsize(
ci_label
,
1462
ci_label
->column = column;
2424
&raidPtr->raid_cinfo[col].
ci_label
);
2430
return &raidPtr->raid_cinfo[col].
ci_label
;
[
all
...]
Completed in 29 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026