Searched refs:pChild (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/hptmv/ |
H A D | gui_lib.c | 568 PVDevice pArray,pChild; in hpt_create_array_v2() local 664 mArGetArrayTable(pChild); in hpt_create_array_v2() 665 pChild->VDeviceType = VD_RAID_1; in hpt_create_array_v2() 667 pChild->u.array.bArnMember = 2; in hpt_create_array_v2() 668 pChild->u.array.bArRealnMember = 2; in hpt_create_array_v2() 669 pChild->u.array.bArBlockSizeShift = pParam->BlockSizeShift; in hpt_create_array_v2() 670 pChild->u.array.bStripeWitch = (1 << pParam->BlockSizeShift); in hpt_create_array_v2() 671 pChild->u.array.dArStamp = Stamp; in hpt_create_array_v2() 673 pChild->u.array.rf_need_sync = 1; in hpt_create_array_v2() 674 pChild->u.array.rf_newly_created = 1; in hpt_create_array_v2() [all …]
|
/freebsd/contrib/sqlite3/ |
H A D | sqlite3.c | 79479 MemPage *pChild = 0; /* Pointer to a new child page */ 79492 rc = allocateBtreePage(pBt,&pChild,&pgnoChild,pRoot->pgno,0); 79493 copyNodeContent(pRoot, pChild, &rc); 79500 releasePage(pChild); 79503 assert( sqlite3PagerIswriteable(pChild->pDbPage) ); 79505 assert( pChild->nCell==pRoot->nCell || CORRUPT_DB ); 79507 TRACE(("BALANCE: copy root %u into %u\n", pRoot->pgno, pChild->pgno)); 79510 memcpy(pChild->aiOvfl, pRoot->aiOvfl, 79512 memcpy(pChild->apOvfl, pRoot->apOvfl, 79514 pChild->nOverflow = pRoot->nOverflow; [all …]
|