Searched refs:is_physical_device (Results 1 – 18 of 18) sorted by relevance
/freebsd/sys/dev/smartpqi/ |
H A D | smartpqi_discovery.c | 314 if ((temp_device->is_physical_device) && (target == temp_device->target) in pqisrc_find_btl_list_index() 1373 device_exist->is_physical_device = new_device->is_physical_device; in pqisrc_exist_device_update() 1420 …, device->model, device->bus, device->target, device->lun, device->is_physical_device, device->exp… in pqisrc_add_device() 1443 …, device->model, device->bus, device->target, device->lun, device->is_physical_device, device->exp… in pqisrc_remove_device() 2015 boolean_t is_physical_device; in pqisrc_scan_devices() local 2095 is_physical_device = true; in pqisrc_scan_devices() 2098 is_physical_device = false; in pqisrc_scan_devices() 2115 if (MASKED_DEVICE(scsi3addr) && is_physical_device in pqisrc_scan_devices() 2123 device->is_physical_device = is_physical_device; in pqisrc_scan_devices() 2124 if (!is_physical_device && logical_queue_cnt--) { in pqisrc_scan_devices() [all …]
|
H A D | smartpqi_helper.c | 214 return !device->is_physical_device; in pqisrc_is_logical_device() 261 if (device->is_physical_device) { in pqisrc_display_device_info()
|
H A D | smartpqi_request.c | 1513 if (!device->is_physical_device && in pqisrc_aio_req_too_big() 1523 if (!device->is_physical_device && in pqisrc_aio_req_too_big() 1531 if (!device->is_physical_device && in pqisrc_aio_req_too_big() 2071 if(!devp->is_physical_device) { in pqisrc_send_tmf()
|
H A D | smartpqi_structures.h | 874 uint8_t is_physical_device : 1; member
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/zvol/zvol_misc/ |
H A D | zvol_misc_001_neg.ksh | 48 if ! is_physical_device $DISKS; then
|
H A D | zvol_misc_003_neg.ksh | 49 if ! is_physical_device $DISKS; then
|
H A D | zvol_misc_005_neg.ksh | 48 if ! is_physical_device $DISKS; then
|
H A D | zvol_misc_006_pos.ksh | 48 if ! is_physical_device $DISKS; then
|
H A D | zvol_misc_fua.ksh | 42 if ! is_physical_device $DISKS; then
|
H A D | zvol_misc_004_pos.ksh | 48 if ! is_physical_device $DISKS; then
|
H A D | zvol_misc_trim.ksh | 64 if ! is_physical_device $DISKS; then
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/inuse/ |
H A D | inuse_005_pos.ksh | 47 if ! is_physical_device $FS_DISK0; then
|
H A D | inuse_008_pos.ksh | 48 if ! is_physical_device $FS_DISK0; then
|
H A D | inuse_009_pos.ksh | 48 if ! is_physical_device $FS_DISK0; then
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/fault/ |
H A D | auto_online_001_pos.ksh | 52 if ! is_physical_device $DISKS; then
|
H A D | auto_replace_001_pos.ksh | 52 if ! is_physical_device $DISKS; then
|
H A D | auto_replace_002_pos.ksh | 53 if ! is_physical_device $DISKS; then
|
/freebsd/sys/contrib/openzfs/tests/zfs-tests/include/ |
H A D | blkdev.shlib | 109 function is_physical_device #device 269 if ! is_freebsd && ! is_physical_device $device; then
|