Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/1394/
H A Ds1394_isoch.c373 if (s1394_alloc_cmd(hal, 0, &cmd) != DDI_SUCCESS) { in s1394_channel_alloc()
522 if (s1394_alloc_cmd(hal, 0, &cmd) != DDI_SUCCESS) { in s1394_channel_free()
670 if (s1394_alloc_cmd(hal, 0, &cmd) != DDI_SUCCESS) { in s1394_bandwidth_alloc()
845 if (s1394_alloc_cmd(hal, 0, &cmd) != DDI_SUCCESS) { in s1394_bandwidth_free()
H A Ds1394_dev_disc.c602 if (s1394_alloc_cmd(hal, 0, &cmd) != DDI_SUCCESS) { in s1394_read_bus_info_blk()
686 if (s1394_alloc_cmd(hal, 0, &cmd) != DDI_SUCCESS) { in s1394_read_rest_of_cfgrom()
1873 if (s1394_alloc_cmd(hal, T1394_ALLOC_CMD_NOSLEEP, &cmd) != in s1394_become_bus_mgr()
2403 if (s1394_alloc_cmd(hal, flags, &cmd) != DDI_SUCCESS) { in s1394_do_phy_config_pkt()
H A Ds1394_asynch.c64 s1394_alloc_cmd(s1394_hal_t *hal, uint_t flags, cmd1394_cmd_t **cmdp) in s1394_alloc_cmd() function
1196 if (s1394_alloc_cmd(hal, T1394_ALLOC_CMD_NOSLEEP, &tmp_cmd) != in s1394_split_lock_req()
H A Dh1394.c370 if (s1394_alloc_cmd(hal, flags, cmdp) != DDI_SUCCESS) { in h1394_alloc_cmd()
H A Dt1394.c296 if (s1394_alloc_cmd(hal, flags, cmdp) != DDI_SUCCESS) { in t1394_alloc_cmd()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h940 int s1394_alloc_cmd(s1394_hal_t *hal, uint_t flags, cmd1394_cmd_t **cmdp);