OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rf_component_info_size
(Results
1 - 2
of
2
) sorted by relevancy
/src/sys/dev/raidframe/
rf_netbsdkintf.c
2341
#define
RF_COMPONENT_INFO_SIZE
1024 /* bytes */
2352
rf_component_info_size
(unsigned secsize)
function
2357
if (secsize >
RF_COMPONENT_INFO_SIZE
)
2360
info_size =
RF_COMPONENT_INFO_SIZE
;
2371
if (raidPtr->bytesPerSector >
RF_COMPONENT_INFO_SIZE
)
2374
map_offset =
RF_COMPONENT_INFO_SIZE
;
2488
rf_component_info_size
(secsize));
2551
rf_component_info_size
(secsize));
rf_netbsdkintf.c
2341
#define
RF_COMPONENT_INFO_SIZE
1024 /* bytes */
2352
rf_component_info_size
(unsigned secsize)
function
2357
if (secsize >
RF_COMPONENT_INFO_SIZE
)
2360
info_size =
RF_COMPONENT_INFO_SIZE
;
2371
if (raidPtr->bytesPerSector >
RF_COMPONENT_INFO_SIZE
)
2374
map_offset =
RF_COMPONENT_INFO_SIZE
;
2488
rf_component_info_size
(secsize));
2551
rf_component_info_size
(secsize));
Completed in 53 milliseconds
Indexes created Thu Sep 24 00:25:51 UTC 2026