Home
last modified time | relevance | path

Searched refs:my_count (Results 1 – 4 of 4) sorted by relevance

/NextBSD/lib/libmach/test/kqueue_tests/
HDkqueue_tests.c225 size_t my_count, my_index; in kqueue_tests() local
271 my_count = write( my_sockets[1], "r", 1 ); in kqueue_tests()
272 if ( my_count == -1 ) { in kqueue_tests()
277 my_count = read( my_sockets[1], &my_buffer[0], 1 ); in kqueue_tests()
278 if ( my_count == -1 ) { in kqueue_tests()
288 my_count = write( my_fd, "11111111", 8 ); in kqueue_tests()
289 if ( my_count == -1 ) { in kqueue_tests()
301 my_count = read( my_sockets[1], &my_buffer[0], 1 ); in kqueue_tests()
302 if ( my_count == -1 ) { in kqueue_tests()
314 my_count = read( my_sockets[0], &my_buffer[0], sizeof(my_buffer) ); in kqueue_tests()
[all …]
/NextBSD/usr.bin/mach-tests/kqueue-tests/
HDkqueue-tests.c225 size_t my_count, my_index; in kqueue_tests() local
271 my_count = write( my_sockets[1], "r", 1 ); in kqueue_tests()
272 if ( my_count == -1 ) { in kqueue_tests()
277 my_count = read( my_sockets[1], &my_buffer[0], 1 ); in kqueue_tests()
278 if ( my_count == -1 ) { in kqueue_tests()
288 my_count = write( my_fd, "11111111", 8 ); in kqueue_tests()
289 if ( my_count == -1 ) { in kqueue_tests()
301 my_count = read( my_sockets[1], &my_buffer[0], 1 ); in kqueue_tests()
302 if ( my_count == -1 ) { in kqueue_tests()
314 my_count = read( my_sockets[0], &my_buffer[0], sizeof(my_buffer) ); in kqueue_tests()
[all …]
/NextBSD/usr.bin/migcom/
HDroutine.c1665 register argument_t *my_count = arg->argCount; in rtAddSameCount() local
1675 ref_count->argKind = akAddFeature(ref_count->argKind, akCheck(my_count->argKind, akbVarNeeded)); in rtAddSameCount()
1676 tmp_count->argKind = akAddFeature(tmp_count->argKind, akCheck(my_count->argKind, akbVarNeeded)); in rtAddSameCount()
1677 tmp_count->argNext = my_count->argNext; in rtAddSameCount()
1678 tmp_count->argMultiplier = my_count->argMultiplier; in rtAddSameCount()
1679 tmp_count->argType = my_count->argType; in rtAddSameCount()
/NextBSD/tools/tools/netmap/
HDpkt-gen.c1506 uint64_t pps, usec, my_count, npkts; in main_thread() local
1514 my_count = 0; in main_thread()
1516 my_count += targs[i].count; in main_thread()
1523 npkts = my_count - prev; in main_thread()
1529 prev = my_count; in main_thread()