Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_isoch.c379 CMD1394_OVERRIDE_ADDR | CMD1394_BLOCKING); in s1394_channel_alloc()
528 CMD1394_OVERRIDE_ADDR | CMD1394_BLOCKING); in s1394_channel_free()
676 CMD1394_OVERRIDE_ADDR | CMD1394_BLOCKING); in s1394_bandwidth_alloc()
851 CMD1394_OVERRIDE_ADDR | CMD1394_BLOCKING); in s1394_bandwidth_free()
H A Ds1394_fcp.c206 if (cmd->cmd_options & CMD1394_OVERRIDE_ADDR) { in s1394_fcp_write_check_cmd()
H A Ds1394_dev_disc.c638 CMD1394_OVERRIDE_ADDR | CMD1394_OVERRIDE_SPEED); in s1394_read_bus_info_blk()
702 CMD1394_OVERRIDE_ADDR); in s1394_read_rest_of_cfgrom()
1879 CMD1394_OVERRIDE_ADDR); in s1394_become_bus_mgr()
2417 cmd->cmd_options = CMD1394_OVERRIDE_ADDR; in s1394_do_phy_config_pkt()
H A Ds1394_asynch.c349 if (cmd->cmd_options & CMD1394_OVERRIDE_ADDR) { in s1394_setup_asynch_command()
437 if (cmd->cmd_options & CMD1394_OVERRIDE_ADDR) { in s1394_setup_asynch_command()
1514 if ((cmd->cmd_options & CMD1394_OVERRIDE_ADDR) || in s1394_process_pending_q()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Dcmd1394.h83 CMD1394_OVERRIDE_ADDR = (1 << 1), enumerator