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

/freebsd-11.0-release/sys/dev/hptmv/
H A Dioctl.c160 PVDevice pArray = ID_TO_VDEV(id); local
165 if ((id==0) || check_VDevice_valid(pArray))
168 if(!mIsArray(pArray)) return -1;
170 if (pArray->u.array.rf_rebuilding || pArray->u.array.rf_verifying ||
171 pArray->u.array.rf_initializing)
174 for(i=0; i<pArray->u.array.bArnMember; i++) {
175 pa = pArray->u.array.pMember[i];
183 if (pArray->pVBus!=_vbus_p) { HPT_ASSERT(0); return -1;}
184 fDeleteArray(_VBUS_P pArray, del_block
222 PVDevice pArray; local
419 PVDevice pArray = ID_TO_VDEV(((PHPT_ADD_DISK_TO_ARRAY)lpInBuffer)->idArray); local
688 hpt_rebuild_data_block(IAL_ADAPTER_T *pAdapter, PVDevice pArray, UCHAR flags) argument
[all...]
H A Dhptproc.c61 PVDevice pArray; local
75 if ((pArray=ArrayTables(i))->u.array.dArStamp==0)
78 if (pArray->u.array.rf_need_rebuild && !pArray->u.array.rf_rebuilding)
79 hpt_queue_dpc((HPT_DPC)hpt_rebuild_data_block, pAdapter, pArray,
80 (UCHAR)((pArray->u.array.CriticalMembers || pArray->VDeviceType == VD_RAID_1)? DUPLICATE : REBUILD_PARITY));
88 if ((pArray=ArrayTables(i))->u.array.dArStamp==0)
91 if (pArray->u.array.rf_rebuilding)
92 pArray
427 hpt_copy_array_info(HPT_GET_INFO *pinfo, int nld, PVDevice pArray) argument
[all...]
H A Dgui_lib.c568 PVDevice pArray,pChild; local
589 mArGetArrayTable(pArray);
590 if(!pArray) return INVALID_DEVICEID;
595 pArray->VDeviceType = VD_JBOD;
601 pArray->VDeviceType = VD_RAID_0;
607 pArray->VDeviceType = VD_RAID_5;
610 pArray->u.array.rf_need_rebuild = 1;
616 pArray->VDeviceType = VD_RAID_1;
618 pArray->u.array.bArnMember = pParam->nDisk;
619 pArray
910 PVDevice pArray = ID_TO_VDEV(idArray); local
[all...]
H A Draid5n.h82 extern void HPTLIBAPI flush_raid5_async(PVDevice pArray, DPC_PROC done, void *arg);
85 extern int HPTLIBAPI flush_raid5(PVDevice pArray);
87 extern void HPTLIBAPI raid5_free(_VBUS_ARG PVDevice pArray);
H A Darray.h217 PVDevice HPTLIBAPI GetSpareDisk(_VBUS_ARG PVDevice pArray);
236 #define _SET_ARRAY_BUS_(pArray) pArray->pVBus = _vbus_p;
239 #define _SET_ARRAY_VER_(pArray) pArray->vf_format_v2 = 1;
241 #define _SET_ARRAY_VER_(pArray)
H A Dvdevice.h183 #define FOR_EACH_ARRAY_ON_ALL_VBUS(pVBus, pArray, i) \
186 if ((pArray=((PVDevice)&pVBus->_ArrayTables[i*ARRAY_VDEV_SIZE]))->u.array.dArStamp==0) continue; else
H A Dentry.c1025 GetSpareDisk(_VBUS_ARG PVDevice pArray) argument
1027 IAL_ADAPTER_T *pAdapter = (IAL_ADAPTER_T *)pArray->pVBus->OsExt;
1028 LBA_T capacity = LongDiv(pArray->VDeviceCapacity, pArray->u.array.bArnMember-1);
1038 thiscap = pArray->vf_format_v2? pVDevice->u.disk.dDeRealCapacity : pVDevice->VDeviceCapacity;
2189 PVDevice pArray; local
2191 if ((pArray=ArrayTables(i))->u.array.dArStamp==0)
2193 else if (pArray->u.array.rf_auto_rebuild) {
2195 pArray->u.array.rf_auto_rebuild = 0;
2196 hpt_queue_dpc((HPT_DPC)hpt_rebuild_data_block, pAdapter, pArray, DUPLICAT
2427 PVDevice pArray; local
[all...]
H A Dosbsd.h204 void hpt_rebuild_data_block(IAL_ADAPTER_T *pAdapter, PVDevice pArray, UCHAR flags);
/freebsd-11.0-release/sys/dev/hpt27xx/
H A Darray.h157 void ldm_start_rebuild(struct _VDEV *pArray);
159 #define ldm_start_rebuild(pArray)
178 void ldm_check_array_online(PVDEV pArray);
180 void ldm_sync_array_info(PVDEV pArray);
181 void ldm_sync_array_stamp(PVDEV pArray);
182 void ldm_add_spare_to_array(PVDEV pArray, PVDEV spare_partition);
/freebsd-11.0-release/sys/dev/hptnr/
H A Darray.h156 void ldm_start_rebuild(struct _VDEV *pArray);
158 #define ldm_start_rebuild(pArray)
177 void ldm_check_array_online(PVDEV pArray);
179 void ldm_sync_array_info(PVDEV pArray);
180 void ldm_sync_array_stamp(PVDEV pArray);
181 void ldm_add_spare_to_array(PVDEV pArray, PVDEV spare_partition);
/freebsd-11.0-release/sys/dev/hptrr/
H A Darray.h158 void ldm_start_rebuild(struct _VDEV *pArray);
160 #define ldm_start_rebuild(pArray)
181 void ldm_check_array_online(PVDEV pArray);
183 void ldm_sync_array_info(PVDEV pArray);
184 void ldm_sync_array_stamp(PVDEV pArray);
185 void ldm_add_spare_to_array(PVDEV pArray, PVDEV spare_partition);
/freebsd-11.0-release/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-11.0-release/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-11.0-release/contrib/sqlite3/
H A Dsqlite3.c98009 sqlite3ArrayAllocate( sqlite3 *db, void *pArray, int szEntry, int *pnEntry, int *pIdx ) argument
[all...]

Completed in 641 milliseconds