Searched refs:alloclist (Results 1 – 3 of 3) sorted by relevance
| /mirbsd/src/sys/dev/raidframe/ |
| D | rf_parityscan.c | 193 RF_AllocListElem_t *alloclist; in rf_VerifyParityBasic() local 207 rf_MakeAllocList(alloclist); in rf_VerifyParityBasic() 209 layoutPtr->numParityCol), (char *), alloclist); in rf_VerifyParityBasic() 211 RF_CallocAndAdd(pbuf, 1, numbytes, (char *), alloclist); in rf_VerifyParityBasic() 216 "Rod", alloclist, flags, RF_IO_NORMAL_PRIORITY); in rf_VerifyParityBasic() 294 "Wnp", alloclist, flags, RF_IO_NORMAL_PRIORITY); in rf_VerifyParityBasic() 325 rf_FreeAllocList(alloclist); in rf_VerifyParityBasic() 421 RF_AllocListElem_t *alloclist, RF_RaidAccessFlags_t flags, int priority) in rf_MakeSimpleDAG() argument 432 (RF_DagNode_t *), alloclist); in rf_MakeSimpleDAG() 454 "Nil", alloclist); in rf_MakeSimpleDAG() [all …]
|
| D | rf_evenodd.c | 455 RF_AllocListElem_t *alloclist; in rf_VerifyParityEvenOdd() local 473 rf_MakeAllocList(alloclist); in rf_VerifyParityEvenOdd() 475 layoutPtr->numParityCol), (char *), alloclist); in rf_VerifyParityEvenOdd() 477 RF_CallocAndAdd(pbuf, 1, numbytes, (char *), alloclist); in rf_VerifyParityEvenOdd() 480 RF_CallocAndAdd(redundantbuf2, 1, numbytes, (char *), alloclist); in rf_VerifyParityEvenOdd() 483 rf_DiskReadFunc, rf_DiskReadUndoFunc, "Rod", alloclist, flags, in rf_VerifyParityEvenOdd() 596 rf_DiskWriteFunc, rf_DiskWriteUndoFunc, "Wnp", alloclist, in rf_VerifyParityEvenOdd() 629 "Wnred2", alloclist, flags, RF_IO_NORMAL_PRIORITY); in rf_VerifyParityEvenOdd() 669 rf_FreeAllocList(alloclist); in rf_VerifyParityEvenOdd()
|
| /mirbsd/src/gnu/usr.bin/rcs/src/ |
| D | rcsutil.c | 200 struct alloclist { struct 202 struct alloclist *nextalloc; argument 204 static struct alloclist *alloced; 239 register struct alloclist *q = talloc(struct alloclist); 257 register struct alloclist *p, *q; in ffree() 271 register struct alloclist *p, **a = &alloced;
|