Searched refs:asm_h (Results 1 – 9 of 9) sorted by relevance
/netbsd-src/sys/dev/raidframe/ |
H A D | rf_parityscan.c | 82 RF_AccessStripeMapHeader_t *asm_h; in rf_RewriteParityRange() local 112 asm_h = rf_MapAccess(raidPtr, i, in rf_RewriteParityRange() 117 rc = rf_VerifyParity(raidPtr, asm_h->stripeMap, 1, 0); in rf_RewriteParityRange() 139 rf_FreeAccessStripeMap(raidPtr, asm_h); in rf_RewriteParityRange() 203 RF_AccessStripeMapHeader_t *asm_h; in rf_VerifyParityBasic() local 233 asm_h = rf_MapAccess(raidPtr, startAddr, layoutPtr->dataSectorsPerStripe, bf, RF_DONT_REMAP); in rf_VerifyParityBasic() 234 asmap = asm_h->stripeMap; in rf_VerifyParityBasic() 332 rf_FreeAccessStripeMap(raidPtr, asm_h); in rf_VerifyParityBasic()
|
H A D | rf_map.c | 270 RF_AccessStripeMapHeader_t *asm_h) in rf_MarkFailuresInASMList() argument 276 for (asmap = asm_h->stripeMap; asmap; asmap = asmap->next) { in rf_MarkFailuresInASMList() 686 rf_PrintAccessStripeMap(RF_AccessStripeMapHeader_t *asm_h) in rf_PrintAccessStripeMap() argument 688 rf_PrintFullAccessStripeMap(asm_h, 0); in rf_PrintAccessStripeMap() 694 rf_PrintFullAccessStripeMap(RF_AccessStripeMapHeader_t *asm_h, int prbuf) in rf_PrintFullAccessStripeMap() argument 697 RF_AccessStripeMap_t *asmap = asm_h->stripeMap; in rf_PrintFullAccessStripeMap() 699 printf("%d stripes total\n", (int) asm_h->numStripes); in rf_PrintFullAccessStripeMap() 736 p = asm_h->stripeMap->failedPDAs[0]; in rf_PrintFullAccessStripeMap() 737 if (asm_h->stripeMap->numDataFailed + asm_h->stripeMap->numParityFailed > 1) in rf_PrintFullAccessStripeMap() 740 if (asm_h->stripeMap->numDataFailed + asm_h->stripeMap->numParityFailed > 0) in rf_PrintFullAccessStripeMap()
|
H A D | rf_raid1.c | 264 RF_AccessStripeMapHeader_t *asm_h; in rf_VerifyParityRAID1() local 285 asm_h = NULL; in rf_VerifyParityRAID1() 327 asm_h = rf_MapAccess(raidPtr, startAddr, layoutPtr->dataSectorsPerStripe, in rf_VerifyParityRAID1() 329 aasm = asm_h->stripeMap; in rf_VerifyParityRAID1() 529 if (asm_h) in rf_VerifyParityRAID1() 530 rf_FreeAccessStripeMap(raidPtr, asm_h); in rf_VerifyParityRAID1()
|
H A D | rf_evenodd.c | 341 RF_AccessStripeMapHeader_t *asm_h; in rf_VerifyParityEvenOdd() local 373 asm_h = rf_MapAccess(raidPtr, startAddr, layoutPtr->dataSectorsPerStripe, buf, RF_DONT_REMAP); in rf_VerifyParityEvenOdd() 374 asmap = asm_h->stripeMap; in rf_VerifyParityEvenOdd() 529 rf_FreeAccessStripeMap(raidPtr, asm_h); in rf_VerifyParityEvenOdd()
|
H A D | rf_aselect.c | 106 RF_AccessStripeMapHeader_t *asm_h = desc->asmap; in rf_SelectAlgorithm() local 111 RF_AccessStripeMap_t *asmap = asm_h->stripeMap; in rf_SelectAlgorithm()
|
/netbsd-src/external/gpl3/gdb/dist/gdb/ |
H A D | ChangeLog-2001 | 3399 Replace parser-defs.h with $(parser_defs_h). Replace $(dis-asm_h)
|
H A D | ChangeLog-1993 | 4325 (getopt_h, ieee-float_h, bfd_h, wait_h, dis-asm_h): new macros
|
/netbsd-src/external/gpl3/gdb.old/dist/gdb/ |
H A D | ChangeLog-2001 | 3399 Replace parser-defs.h with $(parser_defs_h). Replace $(dis-asm_h)
|
H A D | ChangeLog-1993 | 4325 (getopt_h, ieee-float_h, bfd_h, wait_h, dis-asm_h): new macros
|