Searched refs:pArray (Results 1 - 15 of 15) sorted by relevance

/freebsd-12-stable/sys/dev/hptmv/
H A Dioctl.c162 PVDevice pArray = ID_TO_VDEV(id); local
167 if ((id==0) || check_VDevice_valid(pArray))
170 if(!mIsArray(pArray)) return -1;
172 if (pArray->u.array.rf_rebuilding || pArray->u.array.rf_verifying ||
173 pArray->u.array.rf_initializing)
176 for(i=0; i<pArray->u.array.bArnMember; i++) {
177 pa = pArray->u.array.pMember[i];
185 if (pArray->pVBus!=_vbus_p) { HPT_ASSERT(0); return -1;}
186 fDeleteArray(_VBUS_P pArray, del_block
224 PVDevice pArray; local
421 PVDevice pArray = ID_TO_VDEV(((PHPT_ADD_DISK_TO_ARRAY)lpInBuffer)->idArray); local
690 hpt_rebuild_data_block(IAL_ADAPTER_T *pAdapter, PVDevice pArray, UCHAR flags) argument
[all...]
H A Dhptproc.c63 PVDevice pArray; local
77 if ((pArray=ArrayTables(i))->u.array.dArStamp==0)
80 if (pArray->u.array.rf_need_rebuild && !pArray->u.array.rf_rebuilding)
81 hpt_queue_dpc((HPT_DPC)hpt_rebuild_data_block, pAdapter, pArray,
82 (UCHAR)((pArray->u.array.CriticalMembers || pArray->VDeviceType == VD_RAID_1)? DUPLICATE : REBUILD_PARITY));
90 if ((pArray=ArrayTables(i))->u.array.dArStamp==0)
93 if (pArray->u.array.rf_rebuilding)
94 pArray
429 hpt_copy_array_info(HPT_GET_INFO *pinfo, int nld, PVDevice pArray) argument
[all...]
H A Dgui_lib.c570 PVDevice pArray,pChild; local
591 mArGetArrayTable(pArray);
592 if(!pArray) return INVALID_DEVICEID;
597 pArray->VDeviceType = VD_JBOD;
603 pArray->VDeviceType = VD_RAID_0;
609 pArray->VDeviceType = VD_RAID_5;
612 pArray->u.array.rf_need_rebuild = 1;
618 pArray->VDeviceType = VD_RAID_1;
620 pArray->u.array.bArnMember = pParam->nDisk;
621 pArray
912 PVDevice pArray = ID_TO_VDEV(idArray); local
[all...]
H A Draid5n.h84 extern void HPTLIBAPI flush_raid5_async(PVDevice pArray, DPC_PROC done, void *arg);
87 extern int HPTLIBAPI flush_raid5(PVDevice pArray);
89 extern void HPTLIBAPI raid5_free(_VBUS_ARG PVDevice pArray);
H A Darray.h219 PVDevice HPTLIBAPI GetSpareDisk(_VBUS_ARG PVDevice pArray);
238 #define _SET_ARRAY_BUS_(pArray) pArray->pVBus = _vbus_p;
241 #define _SET_ARRAY_VER_(pArray) pArray->vf_format_v2 = 1;
243 #define _SET_ARRAY_VER_(pArray)
H A Dvdevice.h185 #define FOR_EACH_ARRAY_ON_ALL_VBUS(pVBus, pArray, i) \
188 if ((pArray=((PVDevice)&pVBus->_ArrayTables[i*ARRAY_VDEV_SIZE]))->u.array.dArStamp==0) continue; else
H A Dentry.c1027 GetSpareDisk(_VBUS_ARG PVDevice pArray) argument
1029 IAL_ADAPTER_T *pAdapter = (IAL_ADAPTER_T *)pArray->pVBus->OsExt;
1030 LBA_T capacity = LongDiv(pArray->VDeviceCapacity, pArray->u.array.bArnMember-1);
1040 thiscap = pArray->vf_format_v2? pVDevice->u.disk.dDeRealCapacity : pVDevice->VDeviceCapacity;
2191 PVDevice pArray; local
2193 if ((pArray=ArrayTables(i))->u.array.dArStamp==0)
2195 else if (pArray->u.array.rf_auto_rebuild) {
2197 pArray->u.array.rf_auto_rebuild = 0;
2198 hpt_queue_dpc((HPT_DPC)hpt_rebuild_data_block, pAdapter, pArray, DUPLICAT
2425 PVDevice pArray; local
[all...]
H A Dosbsd.h206 void hpt_rebuild_data_block(IAL_ADAPTER_T *pAdapter, PVDevice pArray, UCHAR flags);
/freebsd-12-stable/sys/dev/hpt27xx/
H A Darray.h159 void ldm_start_rebuild(struct _VDEV *pArray);
161 #define ldm_start_rebuild(pArray)
180 void ldm_check_array_online(PVDEV pArray);
182 void ldm_sync_array_info(PVDEV pArray);
183 void ldm_sync_array_stamp(PVDEV pArray);
184 void ldm_add_spare_to_array(PVDEV pArray, PVDEV spare_partition);
/freebsd-12-stable/sys/dev/hptnr/
H A Darray.h158 void ldm_start_rebuild(struct _VDEV *pArray);
160 #define ldm_start_rebuild(pArray)
179 void ldm_check_array_online(PVDEV pArray);
181 void ldm_sync_array_info(PVDEV pArray);
182 void ldm_sync_array_stamp(PVDEV pArray);
183 void ldm_add_spare_to_array(PVDEV pArray, PVDEV spare_partition);
/freebsd-12-stable/sys/dev/hptrr/
H A Darray.h160 void ldm_start_rebuild(struct _VDEV *pArray);
162 #define ldm_start_rebuild(pArray)
183 void ldm_check_array_online(PVDEV pArray);
185 void ldm_sync_array_info(PVDEV pArray);
186 void ldm_sync_array_stamp(PVDEV pArray);
187 void ldm_add_spare_to_array(PVDEV pArray, PVDEV spare_partition);
/freebsd-12-stable/contrib/apr-util/hooks/
H A Dapr_hooks.c345 apr_array_header_t *pArray=apr_optional_hook_get(szName); local
348 if(!pArray) {
351 pArray=apr_array_make(apr_hook_global_pool,1,
356 *ppArray=pArray;
360 pHook=apr_array_push(pArray);
/freebsd-12-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c1536 Tcl_Obj *pArray; /* Name of array variable */ member in struct:DbEvalContext
1561 ** If pArray is not NULL, then it contains the name of a Tcl array
1568 ** set ${pArray}(*) {a b c}
1574 Tcl_Obj *pArray, /* Name of Tcl array to set (*) element of */
1582 if( pArray ){
1583 p->pArray = pArray;
1584 Tcl_IncrRefCount(pArray);
1606 if( nCol>0 && (papColName || p->pArray) ){
1618 if( p->pArray ){
1570 dbEvalInit( DbEvalContext *p, SqliteDb *pDb, Tcl_Obj *pSql, Tcl_Obj *pArray, int evalFlags ) argument
1811 Tcl_Obj *pArray = p->pArray; local
2799 Tcl_Obj *pArray = 0; local
[all...]
/freebsd-12-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c82167 sqlite3ArrayAllocate( sqlite3 *db, void *pArray, int szEntry, int initSize, int *pnEntry, int *pnAlloc, int *pIdx ) argument
[all...]
/freebsd-12-stable/contrib/sqlite3/
H A Dsqlite3.c115909 sqlite3ArrayAllocate( sqlite3 *db, void *pArray, int szEntry, int *pnEntry, int *pIdx ) argument
[all...]

Completed in 734 milliseconds