Searched refs:PVDEV (Results 1 – 11 of 11) sorted by relevance
| /src/sys/dev/hptrr/ |
| H A D | array.h | 101 PVDEV source; 102 PVDEV target; 132 PVDEV member[MAX_MEMBERS]; 151 char ioctl_inbuf[sizeof(PVDEV)+sizeof(HPT_U64)+sizeof(HPT_U16)]; 167 PVDEV vd_part; 172 PVDEV raw_disk; 179 HPT_U16 get_strip_size(PVDEV vd); 181 void ldm_check_array_online(PVDEV pArray); 182 void ldm_generic_member_failed(PVDEV member); 183 void ldm_sync_array_info(PVDEV pArray); [all …]
|
| H A D | ldm.h | 145 typedef struct _VDEV * PVDEV; typedef 223 HPT_U32 ldm_get_device_id(PVDEV vd); /* for ioctl */ 304 int (*add)(PVDEV vd); 305 void (*remove)(PVDEV vd); 306 void (*reset)(PVDEV vd); 307 void (*sync_stamp)(PVDEV vd); 357 PVDEV parent; 442 PVDEV ldm_create_vdev(PVBUS vbus, HPT_U8 type); 443 void ldm_release_vdev(PVDEV vd); 445 PVDEV ldm_find_target(PVBUS vbus, int id); [all …]
|
| H A D | hptrr_osm_bsd.c | 274 PVDEV vd = pCmd->target; in hpt_flush_done() 292 static int hpt_flush_vdev(PVBUS_EXT vbus_ext, PVDEV vd) in hpt_flush_vdev() 355 PVDEV vd = ldm_find_target(vbus, i); in hpt_shutdown_vbus() 539 PVDEV vd; in hpt_scsi_io()
|
| /src/sys/dev/hptnr/ |
| H A D | array.h | 99 PVDEV source; 100 PVDEV target; 131 PVDEV member[MAX_MEMBERS]; 150 char ioctl_inbuf[sizeof(PVDEV)+sizeof(HPT_U64)+sizeof(HPT_U16)]; 166 PVDEV vd_part; 171 PVDEV raw_disk; 178 void ldm_check_array_online(PVDEV pArray); 179 void ldm_generic_member_failed(PVDEV member); 180 void ldm_sync_array_info(PVDEV pArray); 181 void ldm_sync_array_stamp(PVDEV pArray); [all …]
|
| H A D | ldm.h | 146 typedef struct _VDEV * PVDEV; typedef 226 HPT_U32 ldm_get_device_id(PVDEV vd); /* for ioctl */ 309 int (*add)(PVDEV vd); 310 void (*remove)(PVDEV vd); 311 void (*reset)(PVDEV vd); 312 void (*sync_stamp)(PVDEV vd); 362 PVDEV parent; 448 PVDEV ldm_create_vdev(PVBUS vbus, HPT_U8 type); 449 void ldm_release_vdev(PVDEV vd); 451 PVDEV ldm_find_target(PVBUS vbus, int id); [all …]
|
| H A D | wj.h | 41 void *wj_add_entry(PVBUS vbus, PVDEV vd, HPT_LBA lba, HPT_U16 sectors); 42 void *wj_get_entry(PVBUS vbus, PVDEV *vd_p, HPT_LBA *lba_p, HPT_U16 *sectors_p); 44 void wj_del_vd(PVBUS vbus, PVDEV vd); 45 void wj_sync_stamp(PVBUS vbus, PVDEV vd);
|
| H A D | hptnr_osm_bsd.c | 272 PVDEV vd = pCmd->target; in hpt_flush_done() 290 static int hpt_flush_vdev(PVBUS_EXT vbus_ext, PVDEV vd) in hpt_flush_vdev() 353 PVDEV vd = ldm_find_target(vbus, i); in hpt_shutdown_vbus() 579 PVDEV vd; in hpt_scsi_io()
|
| /src/sys/dev/hpt27xx/ |
| H A D | array.h | 99 PVDEV source; 100 PVDEV target; 131 PVDEV member[MAX_MEMBERS]; 150 char ioctl_inbuf[sizeof(PVDEV)+sizeof(HPT_U64)+sizeof(HPT_U16)]; 166 PVDEV vd_part; 171 PVDEV raw_disk; 178 void ldm_check_array_online(PVDEV pArray); 179 void ldm_generic_member_failed(PVDEV member); 180 void ldm_sync_array_info(PVDEV pArray); 181 void ldm_sync_array_stamp(PVDEV pArray); [all …]
|
| H A D | ldm.h | 146 typedef struct _VDEV * PVDEV; typedef 226 HPT_U32 ldm_get_device_id(PVDEV vd); /* for ioctl */ 310 int (*add)(PVDEV vd); 311 void (*remove)(PVDEV vd); 312 void (*reset)(PVDEV vd); 313 void (*sync_stamp)(PVDEV vd); 363 PVDEV parent; 449 PVDEV ldm_create_vdev(PVBUS vbus, HPT_U8 type); 450 void ldm_release_vdev(PVDEV vd); 452 PVDEV ldm_find_target(PVBUS vbus, int id); [all …]
|
| H A D | wj.h | 40 void *wj_add_entry(PVBUS vbus, PVDEV vd, HPT_LBA lba, HPT_U16 sectors); 41 void *wj_get_entry(PVBUS vbus, PVDEV *vd_p, HPT_LBA *lba_p, HPT_U16 *sectors_p); 43 void wj_del_vd(PVBUS vbus, PVDEV vd); 44 void wj_sync_stamp(PVBUS vbus, PVDEV vd);
|
| H A D | hpt27xx_osm_bsd.c | 268 PVDEV vd = pCmd->target; in hpt_flush_done() 286 static int hpt_flush_vdev(PVBUS_EXT vbus_ext, PVDEV vd) in hpt_flush_vdev() 351 PVDEV vd = ldm_find_target(vbus, i); in hpt_shutdown_vbus() 532 PVDEV vd; in hpt_scsi_io()
|