| /kernel/linux/linux-6.6/net/sched/ |
| H A D | act_ctinfo.c | 162 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_ctinfo_init() local 282 tcf_ctinfo_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_ctinfo_dump() argument
|
| H A D | act_gact.c | 59 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_gact_init() local 185 tcf_gact_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_gact_dump() argument 239 tcf_gact_offload_act_setup(struct tc_action *act, void *entry_data, u32 *index_inc, bool bind, struct netlink_ext_ack *extack) tcf_gact_offload_act_setup() argument [all...] |
| H A D | act_vlan.c | 122 bool bind = flags & TCA_ACT_FLAGS_BIND; in tcf_vlan_init() local 286 tcf_vlan_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) tcf_vlan_dump() argument 355 tcf_vlan_offload_act_setup(struct tc_action *act, void *entry_data, u32 *index_inc, bool bind, struct netlink_ext_ack *extack) tcf_vlan_offload_act_setup() argument [all...] |
| /kernel/linux/linux-6.6/tools/lib/bpf/ |
| H A D | elf.c | 273 int bind; member 330 int bind = GELF_ST_BIND(sym->sym.st_info); in elf_resolve_syms_offsets() local [all...] |
| /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/linux/patches/linux-6.6/prebuilts/usr/include/drm/ |
| H A D | virtgpu_drm.h | 59 __u32 bind; member
|
| /kernel/linux/linux-6.6/sound/soc/intel/skylake/ |
| H A D | skl-sst-ipc.h | 86 bool bind; member
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/ |
| H A D | virtgpu_drm.h | 59 __u32 bind; member
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/ |
| H A D | virtgpu_drm.h | 43 __u32 bind; member
|
| /third_party/elfio/tests/ |
| H A D | ELFIOTest1.cpp | 464 unsigned char bind; in TEST() local 487 unsigned char bind; in TEST() local 585 unsigned char bind; in TEST() local 614 unsigned char bind = STB_LOCAL; in TEST() local 726 unsigned char bind = STB_LOCAL; TEST() local [all...] |
| /third_party/elfio/elfio/ |
| H A D | elfio_relocation.hpp | 136 unsigned char bind; in get_entry() local
|
| /third_party/libdrm/include/drm/ |
| H A D | virtgpu_drm.h | 85 __u32 bind; member
|
| /third_party/libwebsockets/lib/secure-streams/ |
| H A D | secure-streams-process.c | 767 lws_ss_proxy_create(struct lws_context *context, const char *bind, int port) in lws_ss_proxy_create() argument
|
| /third_party/mesa3d/src/gallium/drivers/virgl/tests/ |
| H A D | virgl_staging_mgr_test.cpp | 38 uint32_t bind; member 44 fake_resource_create(struct virgl_winsys *vws, enum pipe_texture_target target, const void *map_front_private, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t flags, uint32_t size) fake_resource_create() argument 318 failing_resource_create(struct virgl_winsys *vws, enum pipe_texture_target target, const void *map_front_private, uint32_t format, uint32_t bind, uint32_t width, uint32_t height, uint32_t depth, uint32_t array_size, uint32_t last_level, uint32_t nr_samples, uint32_t flags, uint32_t size) failing_resource_create() argument
|
| /third_party/mesa3d/src/gallium/frontends/dri/ |
| H A D | dri_drawable.c | 314 dri_drawable_get_format(struct dri_drawable *drawable, enum st_attachment_type statt, enum pipe_format *format, unsigned *bind) dri_drawable_get_format() argument
|
| /third_party/mesa3d/src/gallium/frontends/glx/xlib/ |
| H A D | xm_st.c | 146 unsigned bind; in xmesa_st_framebuffer_validate_textures() local
|
| /third_party/mesa3d/src/gallium/winsys/virgl/drm/ |
| H A D | virgl_drm_winsys.h | 47 uint32_t bind; member
|
| /third_party/mesa3d/src/gallium/drivers/softpipe/ |
| H A D | sp_screen.c | 393 softpipe_is_format_supported( struct pipe_screen *screen, enum pipe_format format, enum pipe_texture_target target, unsigned sample_count, unsigned storage_sample_count, unsigned bind) softpipe_is_format_supported() argument
|
| /third_party/mesa3d/src/gallium/frontends/hgl/ |
| H A D | hgl.c | 111 unsigned bind; in hgl_st_framebuffer_validate_textures() local
|
| /third_party/mesa3d/src/gallium/frontends/xa/ |
| H A D | xa_tracker.c | 198 unsigned int bind = stype_bind[stype]; in xa_tracker_create() local 298 unsigned int bind; in xa_format_check_supported() local [all...] |
| /third_party/mesa3d/src/mesa/state_tracker/ |
| H A D | st_cb_readpixels.c | 426 unsigned bind; in st_ReadPixels() local
|
| H A D | st_format.c | 1230 st_choose_matching_format(struct st_context *st, unsigned bind, in st_choose_matching_format() argument 1395 unsigned i, bind, num_sample_counts = 0; in st_QuerySamplesForFormat() local
|
| /third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
| H A D | nv50_context.c | 212 unsigned bind = res->bind ? res->bind : PIPE_BIND_VERTEX_BUFFER; in nv50_invalidate_resource_storage() local
|
| /third_party/lwip/src/include/lwip/priv/ |
| H A D | altcp_priv.h | 100 altcp_bind_fn bind; member
|
| /third_party/python/Lib/test/ |
| H A D | mock_socket.py | 74 def bind(self, address): member in MockSocket
|