Searched refs:s1394_alloc_cmd (Results 1 – 6 of 6) sorted by relevance
/titanic_44/usr/src/uts/common/io/1394/ |
H A D | s1394_isoch.c | 422 if (s1394_alloc_cmd(hal, 0, &cmd) != DDI_SUCCESS) { in s1394_channel_alloc() 617 if (s1394_alloc_cmd(hal, 0, &cmd) != DDI_SUCCESS) { in s1394_channel_free() 809 if (s1394_alloc_cmd(hal, 0, &cmd) != DDI_SUCCESS) { in s1394_bandwidth_alloc() 1028 if (s1394_alloc_cmd(hal, 0, &cmd) != DDI_SUCCESS) { in s1394_bandwidth_free()
|
H A D | s1394_asynch.c | 68 s1394_alloc_cmd(s1394_hal_t *hal, uint_t flags, cmd1394_cmd_t **cmdp) in s1394_alloc_cmd() function 127 TNF_PROBE_1_DEBUG(s1394_alloc_cmd, S1394_TNF_SL_STACK, "", in s1394_alloc_cmd() 1392 if (s1394_alloc_cmd(hal, T1394_ALLOC_CMD_NOSLEEP, &tmp_cmd) != in s1394_split_lock_req()
|
H A D | s1394_dev_disc.c | 733 if (s1394_alloc_cmd(hal, 0, &cmd) != DDI_SUCCESS) { in s1394_read_bus_info_blk() 851 if (s1394_alloc_cmd(hal, 0, &cmd) != DDI_SUCCESS) { in s1394_read_rest_of_cfgrom() 2382 if (s1394_alloc_cmd(hal, T1394_ALLOC_CMD_NOSLEEP, &cmd) != in s1394_become_bus_mgr() 2995 if (s1394_alloc_cmd(hal, flags, &cmd) != DDI_SUCCESS) { in s1394_do_phy_config_pkt()
|
H A D | h1394.c | 420 if (s1394_alloc_cmd(hal, flags, cmdp) != DDI_SUCCESS) { in h1394_alloc_cmd()
|
H A D | t1394.c | 328 if (s1394_alloc_cmd(hal, flags, cmdp) != DDI_SUCCESS) { in t1394_alloc_cmd()
|
/titanic_44/usr/src/uts/common/sys/1394/ |
H A D | s1394.h | 976 int s1394_alloc_cmd(s1394_hal_t *hal, uint_t flags, cmd1394_cmd_t **cmdp);
|