Lines Matching refs:target_count
357 s.ioc.target_count = 1;
368 "target_count=1, flags=0, "
380 dm_arg->target_count = 0;
385 "target_count=0, flags=0}) = -1 EBADF (%m)\n",
391 dm_arg->target_count = 1234;
396 "target_count=1234, flags=0, "
408 dm_arg_open1->ioc.target_count = 0xdeaddea1;
413 "target_count=3735936673, flags=0, "
431 dm_arg_open2->ioc.target_count = 2;
441 "target_count=2, flags=0, ",
459 dm_arg_open3->ioc.target_count = 4;
485 "target_count=4, flags=0, ",
521 dm_arg_open3->ioc.target_count = 0xbadc0ded;
536 "target_count=3134983661, flags=0, ",
753 s.ioc.target_count = -1U;
758 "target_count=4294967295, flags=0, "