/kernel/linux/linux-6.6/drivers/gpu/drm/sprd/ |
H A D | sprd_drm.c | 87 /* 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 D | fin_ack_lat.c | 134 if (bind(sock, (struct sockaddr *)&address, sizeof(address)) < 0) in main() 135 error(-1, errno, "bind"); in main()
|
H A D | tcp_inq.c | 131 if (bind(server_fd, (const struct sockaddr *)&listen_addr, in main() 133 error(1, errno, "bind"); in main()
|
H A D | txring_overwrite.c | 102 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 D | sockopt_inherit.c | 128 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 D | sockmap_ktls.c | 105 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 D | control.c | 74 if (bind(fd, ai->ai_addr, ai->ai_addrlen) < 0) in control_init()
|
/kernel/liteos_a/compat/posix/src/ |
H A D | socket.c | 48 int bind(int s, const struct sockaddr *name, socklen_t namelen) in bind() function
|
/kernel/liteos_m/components/net/test/ |
H A D | net_socket_test_008.c | 74 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 D | pvc.c | 111 .bind = pvc_bind,
|
/kernel/linux/linux-6.6/net/bluetooth/bnep/ |
H A D | sock.c | 180 .bind = sock_no_bind,
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | virtio_gpu.h | 164 __le32 bind; member
|
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
H A D | virtio_gpu.h | 150 __le32 bind; member
|
/kernel/linux/linux-6.6/samples/connector/ |
H A D | ucon.c | 151 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 D | virtio_gpu.h | 164 __le32 bind; member
|
/third_party/libwebsockets/include/libwebsockets/ |
H A D | lws-secure-streams.h | 170 * 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 D | fs_bind_lib.sh | 30 # 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 D | bitmap.c | 79 res_tmpl.bind = PIPE_BIND_SAMPLER_VIEW | PIPE_BIND_RENDER_TARGET; in vlVdpBitmapSurfaceCreate()
|
/third_party/node/test/internet/ |
H A D | test-dgram-multicast-multi-process.js | 234 listenSocket.bind(common.PORT);
|
H A D | test-dgram-multicast-ssmv6-multi-process.js | 230 listenSocket.bind(common.PORT);
|
H A D | test-dgram-multicast-ssm-multi-process.js | 230 listenSocket.bind(common.PORT);
|
/third_party/node/test/parallel/ |
H A D | test-http2-https-fallback.js | 85 common.mustCall(onSession.bind({ cleanup, server }))
|
H A D | test-inspector-connect-main-thread.js | 118 worker.onConsoleRequest.then(doConsoleLog.bind(null, arrayBuffer));
|
H A D | test-net-connect-options-fd.js | 78 const err = handle.bind(`${prefix}-client-${socketCounter++}`);
|
/third_party/node/deps/npm/node_modules/signal-exit/dist/mjs/ |
H A D | index.js | 18 const ObjectDefineProperty = Object.defineProperty.bind(Object);
|