Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_hotplug.c498 target->target_state &= ~S1394_TARG_GONE; in s1394_update_devinfo_tree()
596 t->target_state |= S1394_TARG_GONE; in s1394_offline_node()
H A Ds1394_asynch.c371 if ((target->target_state & S1394_TARG_GONE) != 0 || in s1394_setup_asynch_command()
378 ASSERT((target->target_state & S1394_TARG_GONE) == 0); in s1394_setup_asynch_command()
1565 if (((target->target_state & S1394_TARG_GONE) == 0) && in s1394_process_pending_q()
H A Dt1394.c3159 if (((target->target_state & S1394_TARG_GONE) != 0) || in t1394_get_targetinfo()
H A Ds1394_dev_disc.c2271 if ((target->target_state & S1394_TARG_GONE) == 0 && in s1394_get_maxpayload()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h474 #define S1394_TARG_GONE 0x00000002 /* unplugged */ macro