/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | tvnv04.c | 105 static void nv04_tv_bind(struct drm_device *dev, int head, bool bind) in nv04_tv_bind() argument 111 if (bind) in nv04_tv_bind()
|
/kernel/linux/linux-6.6/drivers/net/ethernet/mediatek/ |
H A D | mtk_ppe_debugfs.c | 76 mtk_ppe_debugfs_foe_show(struct seq_file *m, void *private, bool bind) in mtk_ppe_debugfs_foe_show() argument 96 if (bind && state != MTK_FOE_STATE_BIND) in mtk_ppe_debugfs_foe_show() 191 debugfs_create_file("bind", S_IRUGO, root, ppe, &mtk_ppe_debugfs_foe_bind_fops); in mtk_ppe_debugfs_init()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv04/ |
H A D | tvnv04.c | 105 static void nv04_tv_bind(struct drm_device *dev, int head, bool bind) in nv04_tv_bind() argument 111 if (bind) in nv04_tv_bind()
|
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/prog_tests/ |
H A D | ip_check_defrag.c | 227 err = bind(client_rx_fd, (struct sockaddr *)c, sizeof(*c)); in test_bpf_ip_check_defrag_ok() 234 err = bind(client_rx_fd, (struct sockaddr *)c, sizeof(*c)); in test_bpf_ip_check_defrag_ok() 237 if (!ASSERT_OK(err, "bind")) in test_bpf_ip_check_defrag_ok()
|
/kernel/linux/linux-6.6/tools/testing/selftests/net/ |
H A D | reuseport_dualstack.c | 65 if (bind(rcv_fds[i], (struct sockaddr *)&addr, sizeof(addr))) in build_rcv_fd() 66 error(1, errno, "failed to bind receive socket"); in build_rcv_fd() 90 if (bind(fd, (struct sockaddr *)&saddr, sizeof(saddr))) in send_from_v4() 91 error(1, errno, "failed to bind send socket"); in send_from_v4()
|
H A D | sk_connect_zero_addr.c | 32 if (bind(fd1, (struct sockaddr *)&bind_addr, sizeof(bind_addr))) { in main() 33 error(1, errno, "bind fd1"); in main() 49 error(1, errno, "bind fd2"); in main()
|
/kernel/liteos_a/testsuites/unittest/net/socket/smoke/ |
H A D | net_socket_test_007.cpp | 48 ret = bind(lsfd, reinterpret_cast<const struct sockaddr *>(INVALID_USER_ADDR), sizeof(struct sockaddr_in)); in TcpTest() 51 ret = bind(lsfd, reinterpret_cast<const struct sockaddr *>(INVALID_KERNEL_ADDR), sizeof(struct sockaddr_in)); in TcpTest()
|
/third_party/elfutils/libelf/ |
H A D | gelf.h | 132 #define GELF_ST_INFO(bind, type) ELF64_ST_INFO (bind, type)
|
/third_party/ltp/lib/ |
H A D | tst_af_alg.c | 29 const long ret = bind(algfd, (const struct sockaddr *)addr, in tst_alg_bind_addr() 87 ret = bind(algfd, (const struct sockaddr *)&addr, sizeof(addr)); in tst_try_alg()
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_winsys.h | 70 uint32_t format, uint32_t bind, 94 uint32_t format, uint32_t bind,
|
/third_party/musl/libc-test/src/functionalext/supplement/network/ |
H A D | send.c | 49 rets = bind(sListen, (struct sockaddr *)&srvAddr, sizeof(srvAddr)); in SampleServerTask() 107 rets = bind(sListen, (struct sockaddr *)&srvAddr, sizeof(srvAddr)); in SampleServerNullTask()
|
/third_party/python/Tools/demo/ |
H A D | redemo.py | 61 self.regexdisplay.bind('<Key>', self.recompile) 62 self.stringdisplay.bind('<Key>', self.reevaluate)
|
/third_party/python/Lib/idlelib/ |
H A D | searchbase.py | 82 top.bind("<Return>", self.default_command) 83 top.bind("<Escape>", self.close)
|
H A D | textview.py | 85 self.bind('<Return>', self.ok) 86 self.bind('<Escape>', self.ok)
|
/third_party/skia/src/gpu/gl/ |
H A D | GrGLVertexArray.cpp | 187 GrGLAttribArrayState* GrGLVertexArray::bind(GrGLGpu* gpu) { in bind() function in GrGLVertexArray 196 GrGLAttribArrayState* state = this->bind(gpu); in bindWithIndexBuffer()
|
/third_party/skia/modules/skottie/src/effects/ |
H A D | Effects.h | 126 const EffectBinder& bind(size_t prop_index, T& value) const { in bind() function in skottie::internal::EffectBinder 127 fContainer->bind(fBuilder, EffectBuilder::GetPropValue(fProps, prop_index), value); in bind()
|
/third_party/python/Lib/test/ |
H A D | test_socket.py | 268 self.s.bind((self.interface,)) 287 self.skipTest('unable to bind RDS socket') 454 self.cli.bind((self.interface,)) 475 self.cli.bind((HOST, 0)) 501 self.serv.bind((socket.VMADDR_CID_ANY, VSOCKPORT)) 587 and bindSock(sock) to bind it to an unused address. 845 s.bind(('127.0.0.1', 0)) 891 s.bind(('', 0)) 964 "_accept", "bind", "connect", "connect_ex", "getpeername", 1400 sock.bind(("0. 5545 def bind(self, sock, path): global() member in TestUnixDomain [all...] |
/third_party/node/deps/v8/src/compiler/backend/ia32/ |
H A D | code-generator-ia32.cc | 444 __ bind(&binop); \ 456 __ bind(&binop); \ 687 __ bind(&skip); in BailoutIfDeoptimized() 857 __ bind(&return_location); in AssembleArchInstruction() 962 __ bind(ool->exit()); in AssembleArchInstruction() 998 __ bind(ool->exit()); in AssembleArchInstruction() 1301 __ bind(&compare_swap); in AssembleArchInstruction() 1307 __ bind(&done_compare); in AssembleArchInstruction() 1308 __ bind(ool->exit()); in AssembleArchInstruction() 1327 __ bind( in AssembleArchInstruction() [all...] |
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_resource.cpp | 154 if (templ->bind & PIPE_BIND_SAMPLER_VIEW) in init_buffer() 224 if (templ->bind & PIPE_BIND_SHADER_BUFFER) in init_texture() 227 if (templ->bind & PIPE_BIND_RENDER_TARGET) in init_texture() 230 if (templ->bind & PIPE_BIND_DEPTH_STENCIL) { in init_texture() 253 if (templ->bind & (PIPE_BIND_SCANOUT | PIPE_BIND_LINEAR)) in init_texture() 285 if (screen->winsys && (templ->bind & PIPE_BIND_DISPLAY_TARGET)) { in init_texture() 288 res->base.b.bind, in init_texture() 504 res->base.b.bind = PIPE_BIND_VERTEX_BUFFER | PIPE_BIND_CONSTANT_BUFFER | in d3d12_resource_from_handle() 529 res->base.b.bind |= PIPE_BIND_SHARED; in d3d12_resource_from_handle() 531 res->base.b.bind | in d3d12_resource_from_handle() [all...] |
/third_party/mesa3d/src/gallium/drivers/crocus/ |
H A D | crocus_resource.c | 74 enum pipe_format pfmt, unsigned bind, in modifier_is_supported() 82 if (bind & PIPE_BIND_SCANOUT) in modifier_is_supported() 103 if (!modifier_is_supported(devinfo, templ->format, templ->bind, in select_best_modifier() 180 isl_surf_usage_flags_t usage = pipe_bind_to_isl_usage(templ->bind); in crocus_resource_configure_main() 192 if (templ->bind & PIPE_BIND_RENDER_TARGET && devinfo->ver < 6) { in crocus_resource_configure_main() 199 templ->bind & (PIPE_BIND_LINEAR | PIPE_BIND_CURSOR) ) in crocus_resource_configure_main() 201 else if (templ->bind & PIPE_BIND_SCANOUT) in crocus_resource_configure_main() 696 templ->bind == PIPE_BIND_DEPTH_STENCIL && in crocus_resource_create_with_modifiers() 712 if (templ->bind & PIPE_BIND_SCANOUT) in crocus_resource_create_with_modifiers() 744 devinfo->ver == 7 && (templ->bind in crocus_resource_create_with_modifiers() 73 modifier_is_supported(const struct intel_device_info *devinfo, enum pipe_format pfmt, unsigned bind, uint64_t modifier) modifier_is_supported() argument [all...] |
/kernel/linux/linux-5.10/drivers/gpu/drm/nouveau/nvkm/engine/disp/ |
H A D | dmacgp102.c | 63 .bind = gf119_disp_dmac_bind,
|
H A D | coregp102.c | 61 .bind = gf119_disp_dmac_bind,
|
/kernel/linux/linux-6.6/fs/nfsd/ |
H A D | lockd.c | 11 #include <linux/lockd/bind.h>
|
/kernel/linux/linux-6.6/drivers/usb/typec/ |
H A D | port-mapper.c | 25 .bind = typec_aggregate_bind, 72 * master, because each different type of component needs to be bind to in typec_link_ports()
|
/kernel/liteos_a/apps/tftp/include/ |
H A D | types_adapt.h | 73 #define lwip_bind bind
|