Home
last modified time | relevance | path

Searched refs:bind (Results 1076 - 1100 of 2711) sorted by relevance

1...<<41424344454647484950>>...109

/kernel/linux/linux-6.6/drivers/gpu/drm/sprd/
H A Dsprd_drm.c87 /* bind and init sub drivers */ in sprd_drm_bind()
90 drm_err(drm, "failed to bind all component.\n"); in sprd_drm_bind()
132 .bind = sprd_drm_bind,
/kernel/linux/linux-6.6/tools/testing/selftests/net/
H A Dfin_ack_lat.c134 if (bind(sock, (struct sockaddr *)&address, sizeof(address)) < 0) in main()
135 error(-1, errno, "bind"); in main()
H A Dtcp_inq.c131 if (bind(server_fd, (const struct sockaddr *)&listen_addr, in main()
133 error(1, errno, "bind"); in main()
H A Dtxring_overwrite.c102 if (bind(fdt, (void *)&laddr, sizeof(laddr))) in setup_tx()
103 error(1, errno, "bind fdt"); in setup_tx()
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/
H A Dsockopt_inherit.c128 if (bind(fd, (const struct sockaddr *)&addr, sizeof(addr)) < 0) { in start_server()
129 log_err("Failed to bind socket"); in start_server()
H A Dsockmap_ktls.c105 err = bind(s, (struct sockaddr *)&addr, len); in test_sockmap_ktls_update_fails_when_sock_has_ulp()
106 if (!ASSERT_OK(err, "bind")) in test_sockmap_ktls_update_fails_when_sock_has_ulp()
/kernel/linux/linux-6.6/tools/testing/vsock/
H A Dcontrol.c74 if (bind(fd, ai->ai_addr, ai->ai_addrlen) < 0) in control_init()
/kernel/liteos_a/compat/posix/src/
H A Dsocket.c48 int bind(int s, const struct sockaddr *name, socklen_t namelen) in bind() function
/kernel/liteos_m/components/net/test/
H A Dnet_socket_test_008.c74 ret = bind(lsfd, (struct sockaddr*)&srvAddr, sizeof(srvAddr)); in SampleTcpServer()
75 LogPrintln("bind socket %d to %s:%d: %d", lsfd, inet_ntoa(srvAddr.sin_addr), ntohs(srvAddr.sin_port), ret); in SampleTcpServer()
/kernel/linux/linux-6.6/net/atm/
H A Dpvc.c111 .bind = pvc_bind,
/kernel/linux/linux-6.6/net/bluetooth/bnep/
H A Dsock.c180 .bind = sock_no_bind,
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/
H A Dvirtio_gpu.h164 __le32 bind; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/
H A Dvirtio_gpu.h150 __le32 bind; member
/kernel/linux/linux-6.6/samples/connector/
H A Ducon.c151 if (bind(s, (struct sockaddr *)&l_local, sizeof(struct sockaddr_nl)) == -1) { in main()
152 perror("bind"); in main()
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/
H A Dvirtio_gpu.h164 __le32 bind; member
/third_party/libwebsockets/include/libwebsockets/
H A Dlws-secure-streams.h170 * For directly fulfilled Secure Streams, new streams of that streamtype bind
535 * \param bind: if port is 0, unix domain path with leading @ for abstract.
536 * if port nonzero, NULL, or network interface to bind listen to
540 * socket (port = 0) or a tcp listen socket (port nonzero). If bind is NULL
548 lws_ss_proxy_create(struct lws_context *context, const char *bind, int port);
631 * lws_ss_set_metadata() - allow user to bind external data to defined ss metadata
635 * \param value: pointer to user-managed data to bind to name
660 * lws_ss_alloc_set_metadata() - copy data and bind to ss metadata
664 * \param value: pointer to user-managed data to bind to name
/third_party/ltp/testcases/kernel/fs/fs_bind/
H A Dfs_bind_lib.sh30 # Creates a directory and bind-mounts it to itself.
55 # Most mount implementations can use --make-* in the same command as bind,
57 EXPECT_PASS mount --bind "$dir" "$dir"
/third_party/mesa3d/src/gallium/frontends/vdpau/
H A Dbitmap.c79 res_tmpl.bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; in vlVdpBitmapSurfaceCreate()
/third_party/node/test/internet/
H A Dtest-dgram-multicast-multi-process.js234 listenSocket.bind(common.PORT);
H A Dtest-dgram-multicast-ssmv6-multi-process.js230 listenSocket.bind(common.PORT);
H A Dtest-dgram-multicast-ssm-multi-process.js230 listenSocket.bind(common.PORT);
/third_party/node/test/parallel/
H A Dtest-http2-https-fallback.js85 common.mustCall(onSession.bind({ cleanup, server }))
H A Dtest-inspector-connect-main-thread.js118 worker.onConsoleRequest.then(doConsoleLog.bind(null, arrayBuffer));
H A Dtest-net-connect-options-fd.js78 const err = handle.bind(`${prefix}-client-${socketCounter++}`);
/third_party/node/deps/npm/node_modules/signal-exit/dist/mjs/
H A Dindex.js18 const ObjectDefineProperty = Object.defineProperty.bind(Object);

Completed in 13 milliseconds

1...<<41424344454647484950>>...109