Searched refs:portcount (Results 1 – 1 of 1) sorted by relevance
87 int portcount = 1; variable260 portcount = strtoul(argv[2], NULL, 0); in parse_args()261 if (setcount <= 0 || portcount <= 0) { in parse_args()281 if (portcount < 1 || setcount < 1) { in parse_args()310 ports->port_list = (mach_port_t *)calloc(sizeof(mach_port_t), portcount); in setup_server_ports()312 fprintf(stderr, "calloc(%lu, %d) failed!\n", sizeof(mach_port_t), portcount); in setup_server_ports()345 for (int i = 0; i < portcount; i++) { in setup_server_ports()380 for (int i = 0; i < portcount; i++) { in setup_server_ports()588 uint64_t nlinks = (uint64_t)setcount * (uint64_t)portcount; in server()737 req->msgh_remote_port = svr_args->port_list[idx % portcount]; in client()