Home
last modified time | relevance | path

Searched refs:rcv_size (Results 1 – 25 of 80) sorted by relevance

1234

/dports/devel/valgrind-lts/valgrind-dragonfly-dragonfly/coregrind/m_mach/
H A Dmach_msg.c54 mach_msg_size_t rcv_size,
60 mach_msg(msg, option, send_size, rcv_size, rcv_name, timeout, notify) in mach_msg() argument
64 mach_msg_size_t rcv_size;
84 send_size, rcv_size, rcv_name,
93 send_size, rcv_size, rcv_name,
100 0, rcv_size, rcv_name,
/dports/devel/valgrind/valgrind-dragonfly-dragonfly/coregrind/m_mach/
H A Dmach_msg.c54 mach_msg_size_t rcv_size,
60 mach_msg(msg, option, send_size, rcv_size, rcv_name, timeout, notify) in mach_msg() argument
64 mach_msg_size_t rcv_size;
84 send_size, rcv_size, rcv_name,
93 send_size, rcv_size, rcv_name,
100 0, rcv_size, rcv_name,
/dports/net/kea/kea-2.0.1/src/lib/asiolink/
H A Dudp_socket.h215 boost::asio::ip::udp::socket::receive_buffer_size rcv_size; in open() local
216 socket_.get_option(rcv_size); in open()
217 if (rcv_size.value() < MIN_SIZE) { in open()
218 rcv_size = MIN_SIZE; in open()
219 socket_.set_option(rcv_size); in open()
/dports/editors/emacs-devel/emacs-4d1968b/test/manual/etags/c-src/
H A Dmachsyscalls.h4 rcv_size, rcv_name, timeout, notify),
8 mach_msg_size_t rcv_size,
/dports/net/openmpi/openmpi-4.1.1/oshmem/runtime/
H A Doshmem_shmem_exchange.c30 int* rcv_size, int* displs) in oshmem_shmem_allgatherv() argument
35 rcv_buf, rcv_size, displs, MPI_BYTE, oshmem_comm_world); in oshmem_shmem_allgatherv()
/dports/net/openmpi3/openmpi-3.1.6/oshmem/runtime/
H A Doshmem_shmem_exchange.c30 int* rcv_size, int* displs) in oshmem_shmem_allgatherv() argument
35 rcv_buf, rcv_size, displs, MPI_BYTE, oshmem_comm_world); in oshmem_shmem_allgatherv()
/dports/editors/emacs/emacs-27.2/test/manual/etags/c-src/
H A Dmachsyscalls.h4 rcv_size, rcv_name, timeout, notify),
8 mach_msg_size_t rcv_size,
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/drivers/net/
H A Deepro.c359 unsigned int rcv_event, rcv_status, rcv_next_frame, rcv_size; in eepro_poll() local
381 rcv_size = inw(nic->ioaddr + IO_PORT); in eepro_poll()
383 printf("%hX %hX %d %hhX\n", rcv_status, rcv_next_frame, rcv_size, in eepro_poll()
390 rcv_size &= 0x3FFF; in eepro_poll()
391 insw(nic->ioaddr + IO_PORT, nic->packet, ((rcv_size + 3) >> 1)); in eepro_poll()
401 nic->packetlen = rcv_size; in eepro_poll()
402 rcv_car = (rx_start + RCV_HEADER + rcv_size); in eepro_poll()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/drivers/net/
H A Deepro.c359 unsigned int rcv_event, rcv_status, rcv_next_frame, rcv_size; in eepro_poll() local
381 rcv_size = inw(nic->ioaddr + IO_PORT); in eepro_poll()
383 printf("%hX %hX %d %hhX\n", rcv_status, rcv_next_frame, rcv_size, in eepro_poll()
390 rcv_size &= 0x3FFF; in eepro_poll()
391 insw(nic->ioaddr + IO_PORT, nic->packet, ((rcv_size + 3) >> 1)); in eepro_poll()
401 nic->packetlen = rcv_size; in eepro_poll()
402 rcv_car = (rx_start + RCV_HEADER + rcv_size); in eepro_poll()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/drivers/net/
H A Deepro.c359 unsigned int rcv_event, rcv_status, rcv_next_frame, rcv_size; in eepro_poll() local
381 rcv_size = inw(nic->ioaddr + IO_PORT); in eepro_poll()
383 printf("%hX %hX %d %hhX\n", rcv_status, rcv_next_frame, rcv_size, in eepro_poll()
390 rcv_size &= 0x3FFF; in eepro_poll()
391 insw(nic->ioaddr + IO_PORT, nic->packet, ((rcv_size + 3) >> 1)); in eepro_poll()
401 nic->packetlen = rcv_size; in eepro_poll()
402 rcv_car = (rx_start + RCV_HEADER + rcv_size); in eepro_poll()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/drivers/net/
H A Deepro.c359 unsigned int rcv_event, rcv_status, rcv_next_frame, rcv_size; in eepro_poll() local
381 rcv_size = inw(nic->ioaddr + IO_PORT); in eepro_poll()
383 printf("%hX %hX %d %hhX\n", rcv_status, rcv_next_frame, rcv_size, in eepro_poll()
390 rcv_size &= 0x3FFF; in eepro_poll()
391 insw(nic->ioaddr + IO_PORT, nic->packet, ((rcv_size + 3) >> 1)); in eepro_poll()
401 nic->packetlen = rcv_size; in eepro_poll()
402 rcv_car = (rx_start + RCV_HEADER + rcv_size); in eepro_poll()
/dports/net/ipxe/ipxe-2265a65/src/drivers/net/
H A Deepro.c359 unsigned int rcv_event, rcv_status, rcv_next_frame, rcv_size; in eepro_poll() local
381 rcv_size = inw(nic->ioaddr + IO_PORT); in eepro_poll()
383 printf("%hX %hX %d %hhX\n", rcv_status, rcv_next_frame, rcv_size, in eepro_poll()
390 rcv_size &= 0x3FFF; in eepro_poll()
391 insw(nic->ioaddr + IO_PORT, nic->packet, ((rcv_size + 3) >> 1)); in eepro_poll()
401 nic->packetlen = rcv_size; in eepro_poll()
402 rcv_car = (rx_start + RCV_HEADER + rcv_size); in eepro_poll()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/drivers/net/
H A Deepro.c359 unsigned int rcv_event, rcv_status, rcv_next_frame, rcv_size; in eepro_poll() local
381 rcv_size = inw(nic->ioaddr + IO_PORT); in eepro_poll()
383 printf("%hX %hX %d %hhX\n", rcv_status, rcv_next_frame, rcv_size, in eepro_poll()
390 rcv_size &= 0x3FFF; in eepro_poll()
391 insw(nic->ioaddr + IO_PORT, nic->packet, ((rcv_size + 3) >> 1)); in eepro_poll()
401 nic->packetlen = rcv_size; in eepro_poll()
402 rcv_car = (rx_start + RCV_HEADER + rcv_size); in eepro_poll()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/drivers/net/
H A Deepro.c359 unsigned int rcv_event, rcv_status, rcv_next_frame, rcv_size; in eepro_poll() local
381 rcv_size = inw(nic->ioaddr + IO_PORT); in eepro_poll()
383 printf("%hX %hX %d %hhX\n", rcv_status, rcv_next_frame, rcv_size, in eepro_poll()
390 rcv_size &= 0x3FFF; in eepro_poll()
391 insw(nic->ioaddr + IO_PORT, nic->packet, ((rcv_size + 3) >> 1)); in eepro_poll()
401 nic->packetlen = rcv_size; in eepro_poll()
402 rcv_car = (rx_start + RCV_HEADER + rcv_size); in eepro_poll()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/drivers/net/
H A Deepro.c359 unsigned int rcv_event, rcv_status, rcv_next_frame, rcv_size; in eepro_poll() local
381 rcv_size = inw(nic->ioaddr + IO_PORT); in eepro_poll()
383 printf("%hX %hX %d %hhX\n", rcv_status, rcv_next_frame, rcv_size, in eepro_poll()
390 rcv_size &= 0x3FFF; in eepro_poll()
391 insw(nic->ioaddr + IO_PORT, nic->packet, ((rcv_size + 3) >> 1)); in eepro_poll()
401 nic->packetlen = rcv_size; in eepro_poll()
402 rcv_car = (rx_start + RCV_HEADER + rcv_size); in eepro_poll()
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/drivers/net/
H A Deepro.c349 unsigned int rcv_event, rcv_status, rcv_next_frame, rcv_size; in eepro_poll() local
371 rcv_size = inw(nic->ioaddr + IO_PORT); in eepro_poll()
373 printf("%hX %hX %d %hhX\n", rcv_status, rcv_next_frame, rcv_size, in eepro_poll()
380 rcv_size &= 0x3FFF; in eepro_poll()
381 insw(nic->ioaddr + IO_PORT, nic->packet, ((rcv_size + 3) >> 1)); in eepro_poll()
391 nic->packetlen = rcv_size; in eepro_poll()
392 rcv_car = (rx_start + RCV_HEADER + rcv_size); in eepro_poll()
/dports/net/openmpi/openmpi-4.1.1/oshmem/mca/memheap/base/
H A Dmemheap_base_mkey.c527 int *rcv_size = NULL; in mca_memheap_modex_recv_all() local
546 rcv_size = (int *)malloc(nprocs * sizeof(int)); in mca_memheap_modex_recv_all()
547 if (NULL == rcv_size) { in mca_memheap_modex_recv_all()
604 rc = oshmem_shmem_allgather(&size, rcv_size, sizeof(int)); in mca_memheap_modex_recv_all()
616 rcv_offsets[i] = rcv_offsets[i - 1] + rcv_size[i - 1]; in mca_memheap_modex_recv_all()
619 buffer_size = rcv_offsets[nprocs - 1] + rcv_size[nprocs - 1]; in mca_memheap_modex_recv_all()
630 rc = oshmem_shmem_allgatherv(send_buffer, rcv_buffer, size, rcv_size, rcv_offsets); in mca_memheap_modex_recv_all()
675 if (rcv_size) { in mca_memheap_modex_recv_all()
676 free(rcv_size); in mca_memheap_modex_recv_all()
/dports/net/openmpi3/openmpi-3.1.6/oshmem/mca/memheap/base/
H A Dmemheap_base_mkey.c524 int *rcv_size = NULL; in mca_memheap_modex_recv_all() local
541 rcv_size = (int *)malloc(nprocs * sizeof(int)); in mca_memheap_modex_recv_all()
542 if (NULL == rcv_size) { in mca_memheap_modex_recv_all()
592 rc = oshmem_shmem_allgather(&size, rcv_size, sizeof(int)); in mca_memheap_modex_recv_all()
602 rcv_offsets[i] = rcv_offsets[i - 1] + rcv_size[i - 1]; in mca_memheap_modex_recv_all()
605 buffer_size = rcv_offsets[nprocs - 1] + rcv_size[nprocs - 1]; in mca_memheap_modex_recv_all()
614 rc = oshmem_shmem_allgatherv(send_buffer, rcv_buffer, size, rcv_size, rcv_offsets); in mca_memheap_modex_recv_all()
655 if (rcv_size) { in mca_memheap_modex_recv_all()
656 free(rcv_size); in mca_memheap_modex_recv_all()
/dports/benchmarks/pathchirp/pathchirp-2.4.1/Src/
H A Dpathchirp_rcv.c186 int rcv_size = MAXRCVBUF; /* socket receive buffer size */ variable
355 if (setsockopt(so1, SOL_SOCKET, SO_RCVBUF, (char *)&rcv_size, in create_listen_socket()
356 sizeof (rcv_size)) < 0) { in create_listen_socket()
H A Dcontrol_rcv.c169 int rcv_size = MAXRCVBUF; /* socket receive buffer size */ in initiate_connection() local
196 if (setsockopt(soudp, SOL_SOCKET, SO_RCVBUF, (char *)&rcv_size, in initiate_connection()
197 sizeof (rcv_size)) < 0) { in initiate_connection()
/dports/www/chromium-legacy/chromium-88.0.4324.182/base/synchronization/
H A Dwaitable_event_mac.cc136 mach_msg_size_t rcv_size = sizeof(msg); in TimedWait() local
141 rcv_size = 0; in TimedWait()
168 kr = mach_msg(&msg.header, options, 0, rcv_size, receive_right_->Name(), in TimedWait()
174 } else if (rcv_size == 0 && kr == MACH_RCV_TOO_LARGE) { in TimedWait()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/base/synchronization/
H A Dwaitable_event_mac.cc136 mach_msg_size_t rcv_size = sizeof(msg); in TimedWait() local
141 rcv_size = 0; in TimedWait()
168 kr = mach_msg(&msg.header, options, 0, rcv_size, receive_right_->Name(), in TimedWait()
174 } else if (rcv_size == 0 && kr == MACH_RCV_TOO_LARGE) { in TimedWait()
/dports/lang/gcc8/gcc-8.5.0/libgo/go/runtime/
H A Dos_darwin.go16 func mach_msg_trap(h unsafe.Pointer, op int32, send_size, rcv_size, rcv_name, timeout, notify uint3… argument
60 func mach_msg(h *machheader, op int32, send_size, rcv_size, rcv_name, timeout, notify uint32) int32… argument
62 return mach_msg_trap(unsafe.Pointer(h), op, send_size, rcv_size, rcv_name, timeout, notify)
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dos_darwin.go16 func mach_msg_trap(h unsafe.Pointer, op int32, send_size, rcv_size, rcv_name, timeout, notify uint3… argument
60 func mach_msg(h *machheader, op int32, send_size, rcv_size, rcv_name, timeout, notify uint32) int32… argument
62 return mach_msg_trap(unsafe.Pointer(h), op, send_size, rcv_size, rcv_name, timeout, notify)
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libgo/go/runtime/
H A Dos_darwin.go16 func mach_msg_trap(h unsafe.Pointer, op int32, send_size, rcv_size, rcv_name, timeout, notify uint3… argument
60 func mach_msg(h *machheader, op int32, send_size, rcv_size, rcv_name, timeout, notify uint32) int32… argument
62 return mach_msg_trap(unsafe.Pointer(h), op, send_size, rcv_size, rcv_name, timeout, notify)

1234