Home
last modified time | relevance | path

Searched defs:_VDEV (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/hpt27xx/
H A Dldm.h359 typedef struct _VDEV { struct
360 PVBUS vbus;
361 struct vdev_class *Class;
362 HPT_U8 type;
363 PVDEV parent;
364 void * ext;
365 HPT_U64 capacity;
366 int target_id;
367 HPT_UINT cmds_per_request;
369 union {
[all …]
/freebsd/sys/dev/hptnr/
H A Dldm.h358 typedef struct _VDEV { struct
359 PVBUS vbus;
360 struct vdev_class *Class;
361 HPT_U8 type;
362 PVDEV parent;
363 void * ext;
364 HPT_U64 capacity;
365 int target_id;
366 HPT_UINT cmds_per_request;
368 union {
[all …]
/freebsd/sys/dev/hptrr/
H A Dldm.h353 typedef struct _VDEV { struct
354 PVBUS vbus;
355 struct vdev_class *Class;
356 HPT_U8 type;
357 PVDEV parent;
358 void * ext;
359 HPT_U64 capacity;
360 int target_id;
361 HPT_UINT cmds_per_request;
363 union {
[all …]