Lines Matching refs:ports
307 handle_t ports[MAX_USER_HANDLES]; in TEST() local
314 ports[i] = (handle_t)rc; in TEST()
325 ports[i] = (handle_t)rc; in TEST()
340 rc = close(ports[i]); in TEST()
344 rc = close(ports[i]); in TEST()
347 ports[i] = INVALID_IPC_HANDLE; in TEST()
358 handle_t ports[MAX_USER_HANDLES]; in TEST() local
365 ports[i] = (handle_t)rc; in TEST()
367 rc = set_cookie(ports[i], (void*)(COOKIE_BASE + i)); in TEST()
374 rc = wait(ports[i], &event, 0); in TEST()
378 rc = wait(ports[i], &event, 100); in TEST()
393 rc = close(ports[i]); in TEST()
395 ports[i] = INVALID_IPC_HANDLE; in TEST()
841 handle_t ports[MAX_USER_HANDLES]; in TEST() local
850 ports[i] = (handle_t)rc; in TEST()
852 rc = set_cookie(ports[i], (void*)(COOKIE_BASE + ports[i])); in TEST()
883 rc = close(ports[first_free_handle_index]); in TEST()
885 ports[2] = INVALID_IPC_HANDLE; in TEST()
919 rc = close(ports[i]); in TEST()
921 ports[i] = INVALID_IPC_HANDLE; in TEST()