Home
last modified time | relevance | path

Searched refs:target_num_cmds (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/1394/
H A Dt1394.c209 num_cmds = target->target_num_cmds; in t1394_detach()
284 num_cmds = target->target_num_cmds; in t1394_alloc_cmd()
294 target->target_num_cmds = num_cmds + 1; in t1394_alloc_cmd()
297 target->target_num_cmds = num_cmds; /* Undo increment */ in t1394_alloc_cmd()
353 num_cmds = target->target_num_cmds; in t1394_free_cmd()
372 target->target_num_cmds--; in t1394_free_cmd()
/illumos-gate/usr/src/uts/common/sys/1394/
H A Ds1394.h459 uint_t target_num_cmds; member