Symbol: PVDEV
sys/dev/raid/hpt27xx/array.h
100
PVDEV target;
sys/dev/raid/hpt27xx/array.h
131
PVDEV member[MAX_MEMBERS];
sys/dev/raid/hpt27xx/array.h
150
char ioctl_inbuf[sizeof(PVDEV)+sizeof(HPT_U64)+sizeof(HPT_U16)];
sys/dev/raid/hpt27xx/array.h
166
PVDEV vd_part;
sys/dev/raid/hpt27xx/array.h
171
PVDEV raw_disk;
sys/dev/raid/hpt27xx/array.h
178
void ldm_check_array_online(PVDEV pArray);
sys/dev/raid/hpt27xx/array.h
179
void ldm_generic_member_failed(PVDEV member);
sys/dev/raid/hpt27xx/array.h
180
void ldm_sync_array_info(PVDEV pArray);
sys/dev/raid/hpt27xx/array.h
181
void ldm_sync_array_stamp(PVDEV pArray);
sys/dev/raid/hpt27xx/array.h
182
void ldm_add_spare_to_array(PVDEV pArray, PVDEV spare_partition);
sys/dev/raid/hpt27xx/array.h
99
PVDEV source;
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
257
PVDEV vd = pCmd->target;
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
275
static int hpt_flush_vdev(PVBUS_EXT vbus_ext, PVDEV vd)
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
340
PVDEV vd = ldm_find_target(vbus, i);
sys/dev/raid/hpt27xx/hpt27xx_osm_bsd.c
538
PVDEV vd;
sys/dev/raid/hpt27xx/ldm.h
230
HPT_U32 ldm_get_device_id(PVDEV vd); /* for ioctl */
sys/dev/raid/hpt27xx/ldm.h
308
int (*add)(PVDEV vd);
sys/dev/raid/hpt27xx/ldm.h
309
void (*remove)(PVDEV vd);
sys/dev/raid/hpt27xx/ldm.h
310
void (*reset)(PVDEV vd);
sys/dev/raid/hpt27xx/ldm.h
311
void (*sync_stamp)(PVDEV vd);
sys/dev/raid/hpt27xx/ldm.h
361
PVDEV parent;
sys/dev/raid/hpt27xx/ldm.h
447
PVDEV ldm_create_vdev(PVBUS vbus, HPT_U8 type);
sys/dev/raid/hpt27xx/ldm.h
448
void ldm_release_vdev(PVDEV vd);
sys/dev/raid/hpt27xx/ldm.h
450
PVDEV ldm_find_target(PVBUS vbus, int id);
sys/dev/raid/hpt27xx/ldm.h
451
PVDEV ldm_find_stamp(PVBUS vbus, HPT_U32 stamp, int seq);
sys/dev/raid/hpt27xx/ldm.h
494
int ldm_acquire_lock(PVDEV vd, struct lock_request *req);
sys/dev/raid/hpt27xx/ldm.h
495
void ldm_release_lock(PVDEV vd, struct lock_request *req);
sys/dev/raid/hpt27xx/ldm.h
523
void log_sector_repair(PVDEV vd, int success, HPT_LBA lba, HPT_U16 nsectors);
sys/dev/raid/hpt27xx/ldm.h
525
void ldm_register_device(PVDEV vd);
sys/dev/raid/hpt27xx/ldm.h
526
void ldm_unregister_device(PVDEV vd);
sys/dev/raid/hpt27xx/wj.h
40
void *wj_add_entry(PVBUS vbus, PVDEV vd, HPT_LBA lba, HPT_U16 sectors);
sys/dev/raid/hpt27xx/wj.h
41
void *wj_get_entry(PVBUS vbus, PVDEV *vd_p, HPT_LBA *lba_p, HPT_U16 *sectors_p);
sys/dev/raid/hpt27xx/wj.h
43
void wj_del_vd(PVBUS vbus, PVDEV vd);
sys/dev/raid/hpt27xx/wj.h
44
void wj_sync_stamp(PVBUS vbus, PVDEV vd);
sys/dev/raid/hptrr/array.h
101
PVDEV source;
sys/dev/raid/hptrr/array.h
102
PVDEV target;
sys/dev/raid/hptrr/array.h
132
PVDEV member[MAX_MEMBERS];
sys/dev/raid/hptrr/array.h
151
char ioctl_inbuf[sizeof(PVDEV)+sizeof(HPT_U64)+sizeof(HPT_U16)];
sys/dev/raid/hptrr/array.h
167
PVDEV vd_part;
sys/dev/raid/hptrr/array.h
172
PVDEV raw_disk;
sys/dev/raid/hptrr/array.h
179
HPT_U16 get_strip_size(PVDEV vd);
sys/dev/raid/hptrr/array.h
181
void ldm_check_array_online(PVDEV pArray);
sys/dev/raid/hptrr/array.h
182
void ldm_generic_member_failed(PVDEV member);
sys/dev/raid/hptrr/array.h
183
void ldm_sync_array_info(PVDEV pArray);
sys/dev/raid/hptrr/array.h
184
void ldm_sync_array_stamp(PVDEV pArray);
sys/dev/raid/hptrr/array.h
185
void ldm_add_spare_to_array(PVDEV pArray, PVDEV spare_partition);
sys/dev/raid/hptrr/hptrr_osm_bsd.c
273
PVDEV vd = pCmd->target;
sys/dev/raid/hptrr/hptrr_osm_bsd.c
291
static int hpt_flush_vdev(PVBUS_EXT vbus_ext, PVDEV vd)
sys/dev/raid/hptrr/hptrr_osm_bsd.c
354
PVDEV vd = ldm_find_target(vbus, i);
sys/dev/raid/hptrr/hptrr_osm_bsd.c
538
PVDEV vd;
sys/dev/raid/hptrr/ldm.h
223
HPT_U32 ldm_get_device_id(PVDEV vd); /* for ioctl */
sys/dev/raid/hptrr/ldm.h
304
int (*add)(PVDEV vd);
sys/dev/raid/hptrr/ldm.h
305
void (*remove)(PVDEV vd);
sys/dev/raid/hptrr/ldm.h
306
void (*reset)(PVDEV vd);
sys/dev/raid/hptrr/ldm.h
307
void (*sync_stamp)(PVDEV vd);
sys/dev/raid/hptrr/ldm.h
357
PVDEV parent;
sys/dev/raid/hptrr/ldm.h
442
PVDEV ldm_create_vdev(PVBUS vbus, HPT_U8 type);
sys/dev/raid/hptrr/ldm.h
443
void ldm_release_vdev(PVDEV vd);
sys/dev/raid/hptrr/ldm.h
445
PVDEV ldm_find_target(PVBUS vbus, int id);
sys/dev/raid/hptrr/ldm.h
446
PVDEV ldm_find_stamp(PVBUS vbus, HPT_U32 stamp, int seq);
sys/dev/raid/hptrr/ldm.h
489
int ldm_acquire_lock(PVDEV vd, struct lock_request *req);
sys/dev/raid/hptrr/ldm.h
490
void ldm_release_lock(PVDEV vd, struct lock_request *req);
sys/dev/raid/hptrr/ldm.h
518
void log_sector_repair(PVDEV vd, int success, HPT_LBA lba, HPT_U16 nsectors);
sys/dev/raid/hptrr/ldm.h
520
void ldm_register_device(PVDEV vd);
sys/dev/raid/hptrr/ldm.h
521
void ldm_unregister_device(PVDEV vd);