OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_pda
(Results
1 - 1
of
1
) sorted by relevancy
/src/sys/dev/raidframe/
rf_map.c
775
RF_PhysDiskAddr_t *
new_pda
;
local in function:rf_ASMParityAdjust
804
new_pda
= toAdjust->next = rf_AllocPhysDiskAddr(raidPtr);
805
*
new_pda
= *toAdjust; /* structure assignment */
806
new_pda
->next = NULL;
816
new_pda
->numSector = endAddress - rf_RaidAddressOfPrevStripeUnitBoundary(layoutPtr, endAddress);
817
/*
new_pda
->raidAddress =
820
RF_ASSERT(
new_pda
->numSector != 0);
Completed in 11 milliseconds
Indexes created Wed Oct 01 18:09:54 GMT 2025