Home
last modified time | relevance | path

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

/src/sys/cam/ctl/
H A Dscsi_ctl.c405 struct ac_device_changed *dev_chg; in ctlfeasync() local
408 dev_chg = (struct ac_device_changed *)ac->contract_data; in ctlfeasync()
411 __func__, dev_chg->wwpn, dev_chg->port, in ctlfeasync()
412 xpt_path_path_id(path), dev_chg->target, in ctlfeasync()
413 (dev_chg->arrived == 0) ? "left" : "arrived"); in ctlfeasync()
421 if (dev_chg->arrived != 0) { in ctlfeasync()
423 dev_chg->target, dev_chg->wwpn, NULL); in ctlfeasync()
426 dev_chg->target); in ctlfeasync()
432 (dev_chg->arrived != 0) ? "add" : in ctlfeasync()
434 dev_chg->target, in ctlfeasync()
[all …]