Home
last modified time | relevance | path

Searched refs:pChild (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/dev/hptmv/
H A Dgui_lib.c566 PVDevice pArray,pChild; in hpt_create_array_v2() local
662 mArGetArrayTable(pChild); in hpt_create_array_v2()
663 pChild->VDeviceType = VD_RAID_1; in hpt_create_array_v2()
665 pChild->u.array.bArnMember = 2; in hpt_create_array_v2()
666 pChild->u.array.bArRealnMember = 2; in hpt_create_array_v2()
667 pChild->u.array.bArBlockSizeShift = pParam->BlockSizeShift; in hpt_create_array_v2()
668 pChild->u.array.bStripeWitch = (1 << pParam->BlockSizeShift); in hpt_create_array_v2()
669 pChild->u.array.dArStamp = Stamp; in hpt_create_array_v2()
671 pChild->u.array.rf_need_sync = 1; in hpt_create_array_v2()
672 pChild->u.array.rf_newly_created = 1; in hpt_create_array_v2()
[all …]
/freebsd/contrib/sqlite3/
H A Dsqlite3.c80532 MemPage *pChild = 0; /* Pointer to a new child page */ local
80545 rc = allocateBtreePage(pBt,&pChild,&pgnoChild,pRoot->pgno,0);
80546 copyNodeContent(pRoot, pChild, &rc);
80553 releasePage(pChild);
80556 assert( sqlite3PagerIswriteable(pChild->pDbPage) );
80558 assert( pChild->nCell==pRoot->nCell || CORRUPT_DB );
80560 TRACE(("BALANCE: copy root %u into %u\n", pRoot->pgno, pChild->pgno));
80563 memcpy(pChild->aiOvfl, pRoot->aiOvfl,
80565 memcpy(pChild->apOvfl, pRoot->apOvfl,
80567 pChild->nOverflow = pRoot->nOverflow;
[all …]