Searched refs:num_cmds (Results 1 – 4 of 4) sorted by relevance
150 static int num_cmds = sizeof (cmds) / sizeof (verbcmd); variable165 for (i = 0; i < num_cmds; i++) { in usage()210 for (i = 0; i < num_cmds; i++) { in main()
539 static int num_cmds = sizeof (cmds) / sizeof (verbcmd); variable624 for (i = 0; i < num_cmds; i++) { in usage()762 for (i = 0; i < num_cmds; i++) { in main()
215 uint_t num_cmds; in t1394_detach() local229 num_cmds = target->target_num_cmds; in t1394_detach()231 if (num_cmds != 0) { in t1394_detach()297 uint_t num_cmds; in t1394_alloc_cmd() local311 num_cmds = target->target_num_cmds; in t1394_alloc_cmd()313 if (num_cmds >= MAX_NUMBER_ALLOC_CMDS) { in t1394_alloc_cmd()326 target->target_num_cmds = num_cmds + 1; in t1394_alloc_cmd()329 target->target_num_cmds = num_cmds; /* Undo increment */ in t1394_alloc_cmd()378 uint_t num_cmds; in t1394_free_cmd() local392 num_cmds = target->target_num_cmds; in t1394_free_cmd()[all …]
7528 int num_cmds = 0; in fcip_port_get_num_pkts() local7542 num_cmds += fdestp->fcipd_ncmds; in fcip_port_get_num_pkts()7549 return (num_cmds); in fcip_port_get_num_pkts()