Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_asynch.c131 if (s_priv->cmd_in_use == B_TRUE) { in s1394_free_cmd()
494 s_priv->cmd_in_use = B_TRUE; in s1394_setup_asynch_command()
720 s_priv->cmd_in_use = B_FALSE; in s1394_atreq_cmd_complete()
805 s_priv->cmd_in_use = B_FALSE; in s1394_atreq_cmd_complete()
1130 s_priv->cmd_in_use = B_FALSE; in s1394_compare_swap()
1166 s_priv->cmd_in_use = B_FALSE; in s1394_compare_swap()
1235 s_priv->cmd_in_use = B_TRUE; in s1394_split_lock_req()
1239 s_priv->cmd_in_use = B_FALSE; in s1394_split_lock_req()
1338 s_priv->cmd_in_use = B_FALSE; in s1394_handle_lock()
1521 s_priv->cmd_in_use = B_FALSE; in s1394_process_pending_q()
[all …]
H A Dt1394.c365 if (s_priv->cmd_in_use == B_TRUE) { in t1394_free_cmd()
367 ASSERT(s_priv->cmd_in_use == B_FALSE); in t1394_free_cmd()
422 if (s_priv->cmd_in_use == B_TRUE) { in t1394_read()
423 ASSERT(s_priv->cmd_in_use == B_FALSE); in t1394_read()
483 s_priv->cmd_in_use = B_FALSE; in t1394_read()
514 s_priv->cmd_in_use = B_FALSE; in t1394_read()
561 if (s_priv->cmd_in_use == B_TRUE) { in t1394_write()
562 ASSERT(s_priv->cmd_in_use == B_FALSE); in t1394_write()
635 s_priv->cmd_in_use = B_FALSE; in t1394_write()
670 s_priv->cmd_in_use = B_FALSE; in t1394_write()
[all …]
H A Dh1394.c408 if (s_priv->cmd_in_use == B_TRUE) { in h1394_free_cmd()
409 ASSERT(s_priv->cmd_in_use == B_FALSE); in h1394_free_cmd()
H A Ds1394_dev_disc.c1435 s_priv->cmd_in_use = B_FALSE; in s1394_read_config_quadlet()
1919 s_priv->cmd_in_use = B_FALSE; in s1394_become_bus_mgr()
2436 s_priv->cmd_in_use = B_TRUE; in s1394_do_phy_config_pkt()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h860 boolean_t cmd_in_use; member