Home
last modified time | relevance | path

Searched refs:pd_aio_enabled (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/adapters/smartpqi/
H A Dsmartpqi_intr.c311 devp->pd_aio_enabled = 0; in disable_aio_path()
H A Dsmartpqi.h304 int pd_aio_enabled : 1; member
H A Dsmartpqi_hw.c996 return (d->pd_aio_enabled ? B_TRUE : B_FALSE); in is_aio_enabled()
H A Dsmartpqi_init.c1875 dev->pd_aio_enabled = 0; in create_phys_dev()
/illumos-gate/usr/src/cmd/mdb/common/modules/smartpqi/
H A Dsmartpqi.c374 bool_to_str(dev->pd_aio_enabled)); in display_device_info()