| /kernel/liteos_m/kal/libc/newlib/porting/include/sys/ |
| H A D | socket.h | 238 int bind(int, const struct sockaddr *, socklen_t);
|
| /kernel/linux/linux-6.6/net/bluetooth/cmtp/ |
| H A D | sock.c | 182 .bind = sock_no_bind,
|
| /kernel/liteos_a/testsuites/unittest/container/smoke/ |
| H A D | It_net_container_009.cpp | 118 ret = bind(server, const_cast<struct sockaddr *>(reinterpret_cast<struct sockaddr *>(&server_addr)), in TcpServer() 121 printf("[ERR][%s:%d] bind failed, %s!\n", __FUNCTION__, __LINE__, strerror(errno)); in TcpServer()
|
| /kernel/liteos_a/testsuites/unittest/net/socket/smoke/ |
| H A D | net_socket_test_009.cpp | 227 ret = bind(lsfd, reinterpret_cast<struct sockaddr *>(&sa), sizeof(sa)); in PollTest()
|
| H A D | net_socket_test_008.cpp | 227 ret = bind(lsfd, reinterpret_cast<struct sockaddr *>(&sa), sizeof(sa)); in SelectTest()
|
| H A D | net_socket_test_011.cpp | 210 ret = bind(lsfd, reinterpret_cast<struct sockaddr *>(&sa), sizeof(sa)); in UdpSelectTest()
|
| /test/testfwk/arkxtest/jsunit/src/module/mock/ |
| H A D | MockKit.js | 264 return f.stub.bind(f);
|
| /test/testfwk/arkxtest/uitest/cj/ |
| H A D | uitest_ffi.cpp | 162 auto callbackHandler = std::bind(&UiEventObserverImpl::HandleEventCallback, &instance, _1, _2); in CJ_InitConnection()
|
| /test/xts/hats/kernel/syscalls/net/connect/ |
| H A D | ConnectApiTest.cpp | 66 ret = bind(socketFd, reinterpret_cast<struct sockaddr *>(&serAddr), sizeof(serAddr)); in SetUp()
|
| /kernel/linux/linux-5.10/arch/mips/boot/tools/ |
| H A D | relocs.c | 504 unsigned bind = ELF_ST_BIND(sym->st_info); in do_reloc() local 506 if ((bind == STB_WEAK) && (sym->st_value == 0)) { in do_reloc()
|
| /kernel/linux/linux-6.6/arch/mips/boot/tools/ |
| H A D | relocs.c | 504 unsigned bind = ELF_ST_BIND(sym->st_info); in do_reloc() local 506 if ((bind == STB_WEAK) && (sym->st_value == 0)) { in do_reloc()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/net/ |
| H A D | msg_zerocopy.c | 339 if (bind(fd, (void *) &cfg_src_addr, cfg_alen)) in do_setup_tx() 340 error(1, errno, "bind"); in do_setup_tx() 591 if (bind(fd, (void *) &cfg_dst_addr, cfg_alen)) in do_setup_rx() 592 error(1, errno, "bind"); in do_setup_rx()
|
| H A D | tls.c | 50 ret = bind(sfd, &addr, sizeof(addr)); in FIXTURE_SETUP() 140 ret = bind(sfd, &addr, sizeof(addr)); in FIXTURE_SETUP() 1210 ret = bind(self->fd, &addr, sizeof(addr)); in TEST_F() 1240 ret = bind(sfd, &addr, sizeof(addr)); in TEST() 1294 ret = bind(sfd, &addr, sizeof(addr)); in TEST()
|
| /kernel/linux/linux-5.10/tools/testing/selftests/bpf/ |
| H A D | test_flow_dissector.c | 453 ret = bind(fd, (void *) &in_daddr4, sizeof(in_daddr4)); in setup_rx() 455 ret = bind(fd, (void *) &in_daddr6, sizeof(in_daddr6)); in setup_rx() 457 error(1, errno, "bind rx"); in setup_rx()
|
| /kernel/linux/linux-5.10/drivers/net/usb/ |
| H A D | rndis_host.c | 586 .bind = rndis_bind, 597 .bind = rndis_bind,
|
| H A D | aqc111.c | 1245 .bind = aqc111_bind, 1262 .bind = aqc111_bind, 1281 .bind = aqc111_bind, 1297 .bind = aqc111_bind, 1311 .bind = aqc111_bind,
|
| /kernel/linux/linux-5.10/net/l2tp/ |
| H A D | l2tp_ip6.c | 387 /* Must bind first - autobinding does not work */ in l2tp_ip6_connect() 718 .bind = l2tp_ip6_bind, 737 .bind = inet6_bind,
|
| H A D | l2tp_ip.c | 318 /* Must bind first - autobinding does not work */ in l2tp_ip_connect() 592 .bind = l2tp_ip_bind, 611 .bind = inet_bind,
|
| /kernel/linux/linux-6.6/drivers/base/ |
| H A D | component.c | 249 ret = adev->ops->bind(adev->parent); in try_to_bring_up_aggregate_device() 253 dev_info(adev->parent, "adev bind failed: %d\n", ret); in try_to_bring_up_aggregate_device() 509 * &component_master_ops.bind from @ops. Must be unregistered by calling 641 ret = component->ops->bind(component->dev, adev->parent, data); in component_bind() 661 dev_err(adev->parent, "failed to bind %s (ops %ps): %d\n", in component_bind() 669 * component_bind_all - bind all components of an aggregate driver 674 * &component_ops.bind functions. Should be called from 675 * &component_master_ops.bind. 750 * aggregate driver is ready to bind the overall driver by calling 778 * aggregate driver is ready to bind th [all...] |
| /kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
| H A D | ga100.c | 164 .bind = gv100_ectx_bind, 172 .bind = gv100_ectx_ce_bind,
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/virtio/ |
| H A D | virtgpu_ioctl.c | 135 params.bind = rc->bind; in virtio_gpu_resource_create_ioctl()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/net/ |
| H A D | msg_zerocopy.c | 339 if (bind(fd, (void *) &cfg_src_addr, cfg_alen)) in do_setup_tx() 340 error(1, errno, "bind"); in do_setup_tx() 591 if (bind(fd, (void *) &cfg_dst_addr, cfg_alen)) in do_setup_rx() 592 error(1, errno, "bind"); in do_setup_rx()
|
| /kernel/linux/linux-6.6/tools/testing/selftests/bpf/ |
| H A D | test_flow_dissector.c | 453 ret = bind(fd, (void *) &in_daddr4, sizeof(in_daddr4)); in setup_rx() 455 ret = bind(fd, (void *) &in_daddr6, sizeof(in_daddr6)); in setup_rx() 457 error(1, errno, "bind rx"); in setup_rx()
|
| /kernel/linux/linux-6.6/net/l2tp/ |
| H A D | l2tp_ip6.c | 386 /* Must bind first - autobinding does not work */ in l2tp_ip6_connect() 717 .bind = l2tp_ip6_bind, 737 .bind = inet6_bind,
|
| /kernel/linux/linux-5.10/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | spectrum_span.c | 60 int (*bind)(struct mlxsw_sp_span_trigger_entry *trigger_entry); member 1279 .bind = mlxsw_sp_span_trigger_port_bind, 1328 .bind = mlxsw_sp1_span_trigger_global_bind, 1448 .bind = mlxsw_sp2_span_trigger_global_bind, 1509 err = trigger_entry->ops->bind(trigger_entry); in mlxsw_sp_span_trigger_entry_create()
|