Searched defs:ait_conf (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dst.c14281 ait_dev_con *ait_conf; local
14285 ait_conf = kmem_zalloc(sizeof (ait_dev_con), KM_SLEEP);
14288 (struct seq_mode *)ait_conf, sizeof (ait_dev_con));
14292 if (ait_conf->pagecode != AIT_DEV_PAGE) {
14295 ait_conf->pagecode, AIT_DEV_PAGE);
14299 } else if (ait_conf->worm_cap) {
14305 if (ait_conf->worm) {
14332 kmem_free(ait_conf, sizeof (ait_dev_con));

Completed in 273 milliseconds