/linux-4.1.27/include/net/ |
D | act_api.h | 92 void (*cleanup)(struct tc_action *, int bind); 96 int bind); 103 int tcf_hash_check(u32 index, struct tc_action *a, int bind); 105 int size, int bind); 109 int __tcf_hash_release(struct tc_action *a, bool bind, bool strict); 111 static inline int tcf_hash_release(struct tc_action *a, bool bind) in tcf_hash_release() argument 113 return __tcf_hash_release(a, bind, false); in tcf_hash_release() 118 int tcf_action_destroy(struct list_head *actions, int bind); 123 int bind, struct list_head *); 126 int bind);
|
/linux-4.1.27/net/sched/ |
D | act_simple.c | 49 static void tcf_simp_release(struct tc_action *a, int bind) in tcf_simp_release() argument 81 int ovr, int bind) in tcf_simp_init() argument 105 if (!tcf_hash_check(parm->index, a, bind)) { in tcf_simp_init() 106 ret = tcf_hash_create(parm->index, est, a, sizeof(*d), bind); in tcf_simp_init() 121 if (bind) in tcf_simp_init() 123 tcf_hash_release(a, bind); in tcf_simp_init() 136 int bind, int ref) in tcf_simp_dump() argument 143 .bindcnt = d->tcf_bindcnt - bind, in tcf_simp_dump()
|
D | act_connmark.c | 94 int ovr, int bind) in tcf_connmark_init() argument 110 if (!tcf_hash_check(parm->index, a, bind)) { in tcf_connmark_init() 111 ret = tcf_hash_create(parm->index, est, a, sizeof(*ci), bind); in tcf_connmark_init() 123 if (bind) in tcf_connmark_init() 125 tcf_hash_release(a, bind); in tcf_connmark_init() 137 int bind, int ref) in tcf_connmark_dump() argument 145 .bindcnt = ci->tcf_bindcnt - bind, in tcf_connmark_dump()
|
D | act_gact.c | 54 int ovr, int bind) in tcf_gact_init() argument 87 if (!tcf_hash_check(parm->index, a, bind)) { in tcf_gact_init() 88 ret = tcf_hash_create(parm->index, est, a, sizeof(*gact), bind); in tcf_gact_init() 93 if (bind)/* dont override defaults */ in tcf_gact_init() 95 tcf_hash_release(a, bind); in tcf_gact_init() 142 static int tcf_gact_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_gact_dump() argument 149 .bindcnt = gact->tcf_bindcnt - bind, in tcf_gact_dump()
|
D | act_skbedit.c | 62 int ovr, int bind) in tcf_skbedit_init() argument 101 if (!tcf_hash_check(parm->index, a, bind)) { in tcf_skbedit_init() 102 ret = tcf_hash_create(parm->index, est, a, sizeof(*d), bind); in tcf_skbedit_init() 110 if (bind) in tcf_skbedit_init() 112 tcf_hash_release(a, bind); in tcf_skbedit_init() 137 int bind, int ref) in tcf_skbedit_dump() argument 144 .bindcnt = d->tcf_bindcnt - bind, in tcf_skbedit_dump()
|
D | act_vlan.c | 69 int ovr, int bind) in tcf_vlan_init() argument 118 if (!tcf_hash_check(parm->index, a, bind)) { in tcf_vlan_init() 119 ret = tcf_hash_create(parm->index, est, a, sizeof(*v), bind); in tcf_vlan_init() 125 if (bind) in tcf_vlan_init() 127 tcf_hash_release(a, bind); in tcf_vlan_init() 150 int bind, int ref) in tcf_vlan_dump() argument 157 .bindcnt = v->tcf_bindcnt - bind, in tcf_vlan_dump()
|
D | act_pedit.c | 34 int ovr, int bind) in tcf_pedit_init() argument 57 if (!tcf_hash_check(parm->index, a, bind)) { in tcf_pedit_init() 60 ret = tcf_hash_create(parm->index, est, a, sizeof(*p), bind); in tcf_pedit_init() 72 tcf_hash_release(a, bind); in tcf_pedit_init() 73 if (bind) in tcf_pedit_init() 100 static void tcf_pedit_cleanup(struct tc_action *a, int bind) in tcf_pedit_cleanup() argument 177 int bind, int ref) in tcf_pedit_dump() argument 199 opt->bindcnt = p->tcf_bindcnt - bind; in tcf_pedit_dump()
|
D | act_mirred.c | 35 static void tcf_mirred_release(struct tc_action *a, int bind) in tcf_mirred_release() argument 49 int bind) in tcf_mirred_init() argument 93 if (!tcf_hash_check(parm->index, a, bind)) { in tcf_mirred_init() 96 ret = tcf_hash_create(parm->index, est, a, sizeof(*m), bind); in tcf_mirred_init() 102 tcf_hash_release(a, bind); in tcf_mirred_init() 186 static int tcf_mirred_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_mirred_dump() argument 194 .bindcnt = m->tcf_bindcnt - bind, in tcf_mirred_dump()
|
D | act_api.c | 48 int __tcf_hash_release(struct tc_action *a, bool bind, bool strict) in __tcf_hash_release() argument 54 if (bind) in __tcf_hash_release() 62 a->ops->cleanup(a, bind); in __tcf_hash_release() 213 int tcf_hash_check(u32 index, struct tc_action *a, int bind) in tcf_hash_check() argument 218 if (bind) in tcf_hash_check() 239 int size, int bind) in tcf_hash_create() argument 247 if (bind) in tcf_hash_create() 411 int tcf_action_destroy(struct list_head *actions, int bind) in tcf_action_destroy() argument 417 ret = __tcf_hash_release(a, bind, true); in tcf_action_destroy() 429 tcf_action_dump_old(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_action_dump_old() argument [all …]
|
D | act_ipt.c | 71 static void tcf_ipt_release(struct tc_action *a, int bind) in tcf_ipt_release() argument 87 struct tc_action *a, int ovr, int bind) in tcf_ipt_init() argument 116 if (!tcf_hash_check(index, a, bind) ) { in tcf_ipt_init() 117 ret = tcf_hash_create(index, est, a, sizeof(*ipt), bind); in tcf_ipt_init() 122 if (bind)/* dont override defaults */ in tcf_ipt_init() 124 tcf_hash_release(a, bind); in tcf_ipt_init() 221 static int tcf_ipt_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_ipt_dump() argument 238 c.bindcnt = ipt->tcf_bindcnt - bind; in tcf_ipt_dump()
|
D | act_bpf.c | 124 int bind, int ref) in tcf_bpf_dump() argument 131 .bindcnt = prog->tcf_bindcnt - bind, in tcf_bpf_dump() 267 int replace, int bind) in tcf_bpf_init() argument 299 if (!tcf_hash_check(parm->index, act, bind)) { in tcf_bpf_init() 301 sizeof(*prog), bind); in tcf_bpf_init() 308 if (bind) in tcf_bpf_init() 311 tcf_hash_release(act, bind); in tcf_bpf_init() 349 static void tcf_bpf_cleanup(struct tc_action *act, int bind) in tcf_bpf_cleanup() argument
|
D | act_nat.c | 39 struct tc_action *a, int ovr, int bind) in tcf_nat_init() argument 57 if (!tcf_hash_check(parm->index, a, bind)) { in tcf_nat_init() 58 ret = tcf_hash_create(parm->index, est, a, sizeof(*p), bind); in tcf_nat_init() 63 if (bind) in tcf_nat_init() 65 tcf_hash_release(a, bind); in tcf_nat_init() 251 int bind, int ref) in tcf_nat_dump() argument 264 .bindcnt = p->tcf_bindcnt - bind, in tcf_nat_dump()
|
D | act_csum.c | 46 struct tc_action *a, int ovr, int bind) in tcf_csum_init() argument 64 if (!tcf_hash_check(parm->index, a, bind)) { in tcf_csum_init() 65 ret = tcf_hash_create(parm->index, est, a, sizeof(*p), bind); in tcf_csum_init() 70 if (bind)/* dont override defaults */ in tcf_csum_init() 72 tcf_hash_release(a, bind); in tcf_csum_init() 533 struct tc_action *a, int bind, int ref) in tcf_csum_dump() argument 542 .bindcnt = p->tcf_bindcnt - bind, in tcf_csum_dump()
|
D | act_police.c | 116 int ovr, int bind) in tcf_act_police_locate() argument 144 if (bind) { in tcf_act_police_locate() 162 if (bind) in tcf_act_police_locate() 313 tcf_act_police_dump(struct sk_buff *skb, struct tc_action *a, int bind, int ref) in tcf_act_police_dump() argument 323 .bindcnt = police->tcf_bindcnt - bind, in tcf_act_police_dump()
|
/linux-4.1.27/drivers/xen/ |
D | evtchn.c | 349 struct ioctl_evtchn_bind_virq bind; in evtchn_ioctl() local 353 if (copy_from_user(&bind, uarg, sizeof(bind))) in evtchn_ioctl() 356 bind_virq.virq = bind.virq; in evtchn_ioctl() 370 struct ioctl_evtchn_bind_interdomain bind; in evtchn_ioctl() local 374 if (copy_from_user(&bind, uarg, sizeof(bind))) in evtchn_ioctl() 377 bind_interdomain.remote_dom = bind.remote_domain; in evtchn_ioctl() 378 bind_interdomain.remote_port = bind.remote_port; in evtchn_ioctl() 391 struct ioctl_evtchn_bind_unbound_port bind; in evtchn_ioctl() local 395 if (copy_from_user(&bind, uarg, sizeof(bind))) in evtchn_ioctl() 399 alloc_unbound.remote_dom = bind.remote_domain; in evtchn_ioctl()
|
/linux-4.1.27/arch/x86/kernel/cpu/ |
D | perf_event_p4.c | 708 struct p4_event_bind *bind = NULL; in p4_config_get_bind() local 711 bind = &p4_event_bind_map[evnt]; in p4_config_get_bind() 713 return bind; in p4_config_get_bind() 718 struct p4_event_bind *bind; in p4_pmu_event_map() local 723 bind = p4_config_get_bind(config); in p4_pmu_event_map() 724 esel = P4_OPCODE_ESEL(bind->opcode); in p4_pmu_event_map() 823 struct p4_event_bind *bind; in p4_hw_config() local 840 bind = p4_config_get_bind(event->attr.config); in p4_hw_config() 841 if (!bind) { in p4_hw_config() 845 esel = P4_OPCODE_ESEL(bind->opcode); in p4_hw_config() [all …]
|
/linux-4.1.27/Documentation/scsi/ |
D | NinjaSCSI.txt | 72 bind "nsp_cs" 76 bind "nsp_cs" 81 bind "nsp_cs" 86 bind "nsp_cs" 89 bind "nsp_cs" 92 bind "nsp_cs" 95 bind "nsp_cs"
|
/linux-4.1.27/Documentation/console/ |
D | console.txt | 22 do_take_over_console() - load and bind driver to console layer 40 . .. bind name uevent 44 1. bind - this is a read/write file. It shows the status of the driver if 45 read, or acts to bind or unbind the driver to the virtual consoles 52 bind 60 commanded to bind or unbind 68 directly commanded to bind or unbind. 74 hand, will bind the driver to the consoles that are currently occupied by a 116 bind to) the console.
|
/linux-4.1.27/include/linux/ |
D | component.h | 7 int (*bind)(struct device *, struct device *, void *); member 21 int (*bind)(struct device *); member
|
D | cgroup-defs.h | 416 void (*bind)(struct cgroup_subsys_state *root_css); member
|
D | netlink.h | 49 int (*bind)(struct net *net, int group); member
|
D | thermal.h | 88 int (*bind) (struct thermal_zone_device *, member
|
D | net.h | 131 int (*bind) (struct socket *sock, member
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/fifo/ |
D | nv04.c | 360 struct nvkm_handle *bind; in nv04_fifo_swmthd() local 375 bind = nvkm_namedb_get(nv_namedb(chan), data); in nv04_fifo_swmthd() 376 if (unlikely(!bind)) in nv04_fifo_swmthd() 379 if (nv_engidx(bind->object->engine) == NVDEV_ENGINE_SW) { in nv04_fifo_swmthd() 387 nvkm_namedb_put(bind); in nv04_fifo_swmthd() 394 bind = nvkm_namedb_get(nv_namedb(chan), chan->subc[subc]); in nv04_fifo_swmthd() 395 if (likely(bind)) { in nv04_fifo_swmthd() 396 if (!nv_call(bind->object, mthd, data)) in nv04_fifo_swmthd() 398 nvkm_namedb_put(bind); in nv04_fifo_swmthd()
|
D | gf100.c | 460 struct nvkm_handle *bind; in gf100_fifo_swmthd() local 470 bind = nvkm_namedb_get_class(nv_namedb(chan), 0x906e); in gf100_fifo_swmthd() 471 if (likely(bind)) { in gf100_fifo_swmthd() 472 if (!mthd || !nv_call(bind->object, mthd, data)) in gf100_fifo_swmthd() 474 nvkm_namedb_put(bind); in gf100_fifo_swmthd()
|
D | gk104.c | 485 struct nvkm_handle *bind; in gk104_fifo_swmthd() local 495 bind = nvkm_namedb_get_class(nv_namedb(chan), 0x906e); in gk104_fifo_swmthd() 496 if (likely(bind)) { in gk104_fifo_swmthd() 497 if (!mthd || !nv_call(bind->object, mthd, data)) in gk104_fifo_swmthd() 499 nvkm_namedb_put(bind); in gk104_fifo_swmthd()
|
D | base.c | 89 ret = dmaeng->bind(chan->pushdma, parent, &chan->pushgpu); in nvkm_fifo_channel_create_()
|
/linux-4.1.27/drivers/gpu/drm/nouveau/nvkm/engine/dmaobj/ |
D | base.c | 47 ret = impl->bind(dmaobj, parent, pgpuobj); in nvkm_dmaobj_bind() 53 return impl->bind(dmaobj, parent, pgpuobj); in nvkm_dmaobj_bind() 162 dmaeng->bind = nvkm_dmaobj_bind; in _nvkm_dmaeng_ctor()
|
D | gf110.c | 135 return dmaeng->bind(&priv->base, nv_object(priv), (void *)pobject); in gf110_dmaobj_ctor() 164 .bind = gf110_dmaobj_bind,
|
D | gf100.c | 146 return dmaeng->bind(&priv->base, nv_object(priv), (void *)pobject); in gf100_dmaobj_ctor() 175 .bind = gf100_dmaobj_bind,
|
D | nv04.c | 133 return dmaeng->bind(&priv->base, nv_object(priv), (void *)pobject); in nv04_dmaobj_ctor() 162 .bind = nv04_dmaobj_bind,
|
D | nv50.c | 165 return dmaeng->bind(&priv->base, nv_object(priv), (void *)pobject); in nv50_dmaobj_ctor() 194 .bind = nv50_dmaobj_bind,
|
D | priv.h | 25 int (*bind)(struct nvkm_dmaobj *, struct nvkm_object *, member
|
/linux-4.1.27/drivers/net/usb/ |
D | zaurus.c | 105 .bind = zaurus_bind, 115 .bind = zaurus_bind, 125 .bind = zaurus_bind, 262 .bind = blan_mdlm_bind,
|
D | asix_devices.c | 836 .bind = ax88172_bind, 846 .bind = ax88172_bind, 856 .bind = ax88172_bind, 866 .bind = ax88172_bind, 876 .bind = ax88772_bind, 888 .bind = ax88772_bind, 902 .bind = ax88178_bind, 924 .bind = ax88772_bind,
|
D | gl620a.c | 203 .bind = genelink_bind,
|
D | int51x1.c | 168 .bind = int51x1_bind,
|
D | ax88179_178a.c | 1635 .bind = ax88179_bind, 1648 .bind = ax88179_bind, 1661 .bind = ax88179_bind, 1674 .bind = ax88179_bind, 1687 .bind = ax88179_bind, 1700 .bind = ax88179_bind,
|
D | huawei_cdc_ncm.c | 179 .bind = huawei_cdc_ncm_bind,
|
D | cdc_mbim.c | 554 .bind = cdc_mbim_bind, 578 .bind = cdc_mbim_bind,
|
D | mcs7830.c | 576 .bind = mcs7830_bind, 586 .bind = mcs7830_bind,
|
D | cdc_eem.c | 348 .bind = eem_bind,
|
D | cdc_ether.c | 500 .bind = usbnet_cdc_bind, 510 .bind = usbnet_cdc_bind,
|
D | rndis_host.c | 592 .bind = rndis_bind, 603 .bind = rndis_bind,
|
D | kalmia.c | 336 .bind = kalmia_bind,
|
D | cx82310_eth.c | 315 .bind = cx82310_bind,
|
D | lg-vl600.c | 322 .bind = vl600_bind,
|
D | ax88172a.c | 413 .bind = ax88172a_bind,
|
D | net1080.c | 511 .bind = net1080_bind,
|
D | cdc_ncm.c | 1541 .bind = cdc_ncm_bind, 1554 .bind = cdc_ncm_bind, 1567 .bind = cdc_ncm_bind,
|
D | sr9700.c | 527 .bind = sr9700_bind,
|
/linux-4.1.27/Documentation/fb/ |
D | fbcon.txt | 183 Echo a value to the bind file that represents the framebuffer console 186 echo 1 > sys/class/vtconsole/vtcon1/bind - attach framebuffer console to 188 echo 0 > sys/class/vtconsole/vtcon1/bind - detach framebuffer console from 218 echo 0 > /sys/class/vtconsole/vtcon1/bind 225 echo 1 > /sys/class/vtconsole/vtcon1/bind 230 automatically bind the console, fbcon and the drivers together. Unloading 232 console to bind fbcon. 256 echo 1 > /sys/class/vtconsole/vtcon1/bind 261 echo <ID> > /sys/class/tty/console/bind 273 echo 1 > /sys/class/vtconsole/vtcon1/bind [all …]
|
D | sstfb.txt | 58 bind a tty to the new frame buffer. if you already have a frame 68 bind the tty to the old frame buffer so the module can be removed.
|
/linux-4.1.27/Documentation/filesystems/ |
D | devpts.txt | 35 bind-mount. 65 /dev/pts/ptmx using either a bind mount or symlink. 75 $ mount -o bind /dev/pts/ptmx /dev/ptmx 90 should bind mount /dev/ptmx to /dev/pts/ptmx to avoid breaking single- 97 mount -o bind /dev/pts/ptmx /dev/ptmx 101 a symlink to pts/ptmx and the bind mount can be ignored.
|
D | sharedsubtree.txt | 51 # mount --bind /mnt /tmp 86 Let's bind mount /mnt to /tmp 87 # mount --bind /mnt /tmp 130 Let's try to bind mount this mount somewhere else. 131 # mount --bind /mnt /tmp 158 mount --bind /cdrom /cdrom 230 bind, rbind, move, mount, umount and clone-namespace operations. 257 mount --bind /mnt /tmp 306 be bind mounted. 343 mount --bind A/a B/b [all …]
|
D | tmpfs.txt | 88 mpol=bind:NodeList allocates memory only from nodes in NodeList 95 largest node numbers in the range. For example, mpol=bind:0-3,5,7,9-15 114 For example, mpol=bind=static:NodeList, is the equivalent of an
|
D | sysfs-tagging.txt | 31 through bind mounting and mounts propagation, a task can easily view
|
D | automount-support.txt | 89 If a mountpoint is moved, it gets removed from the expiration list. If a bind
|
/linux-4.1.27/tools/testing/selftests/net/ |
D | psock_lib.h | 85 if (bind(fds[1], (void *) &daddr, sizeof(daddr))) { in pair_udp_open() 89 if (bind(fds[0], (void *) &saddr, sizeof(saddr))) { in pair_udp_open()
|
D | psock_tpacket.c | 376 ret = bind(rcv_sock, (struct sockaddr *) &ll, sizeof(ll)); in walk_v1_v2_tx() 695 ret = bind(sock, (struct sockaddr *) &ring->ll, sizeof(ring->ll)); in bind_ring()
|
/linux-4.1.27/Documentation/ABI/testing/ |
D | sysfs-bus-platform | 8 written to driver_override will have an opportunity to bind 17 the device will not bind to any driver. This also allows
|
D | sysfs-bus-amba | 8 written to driver_override will have an opportunity to bind to 17 not bind to any driver. This also allows devices to opt-out of
|
D | configfs-usb-gadget | 15 UDC - bind a gadget to UDC/unbind a gadget; 17 to bind a gadget, empty string "" to unbind.
|
D | sysfs-bus-pci | 1 What: /sys/bus/pci/drivers/.../bind 6 the driver to attempt to bind to the device found at 11 # echo 0000:00:19.0 > /sys/bus/pci/drivers/foo/bind 41 for the device and attempt to bind to it. For example: 271 to driver_override will have an opportunity to bind to the 280 will not bind to any driver. This also allows devices to
|
/linux-4.1.27/drivers/gpu/drm/nouveau/ |
D | nouveau_sgdma.c | 55 .bind = nv04_sgdma_bind, 86 .bind = nv50_sgdma_bind,
|
/linux-4.1.27/crypto/ |
D | algif_rng.c | 106 .bind = sock_no_bind, 171 .bind = rng_bind,
|
D | algif_hash.c | 226 .bind = sock_no_bind, 334 .bind = sock_no_bind, 442 .bind = hash_bind,
|
D | af_alg.c | 177 private = type->bind(sa->salg_name, sa->salg_feat, sa->salg_mask); in alg_bind() 345 .bind = alg_bind,
|
D | algif_aead.c | 553 .bind = sock_no_bind, 638 .bind = aead_bind,
|
D | algif_skcipher.c | 747 .bind = sock_no_bind, 843 .bind = sock_no_bind, 970 .bind = skcipher_bind,
|
/linux-4.1.27/fs/cachefiles/ |
D | Makefile | 6 bind.o \
|
/linux-4.1.27/drivers/gpu/drm/nouveau/include/nvkm/engine/ |
D | dmaobj.h | 18 int (*bind)(struct nvkm_dmaobj *dmaobj, struct nvkm_object *parent, member
|
/linux-4.1.27/arch/alpha/include/asm/ |
D | agp_backend.h | 36 int (*bind)(alpha_agp_info *, off_t, struct agp_memory *); member
|
/linux-4.1.27/drivers/gpu/drm/vmwgfx/ |
D | vmwgfx_resource_priv.h | 69 int (*bind) (struct vmw_resource *res, member
|
D | vmwgfx_surface.c | 102 .bind = &vmw_legacy_srf_bind, 114 .bind = vmw_gb_surface_bind, 437 bool bind) in vmw_legacy_srf_dma() argument 456 vmw_surface_dma_encode(srf, cmd, &ptr, bind); in vmw_legacy_srf_dma()
|
D | vmwgfx_context.c | 80 .bind = NULL, 92 .bind = vmw_gb_context_bind,
|
D | vmwgfx_resource.c | 68 .bind = NULL, 1136 if (func->bind && in vmw_resource_do_validate() 1140 ret = func->bind(res, val_buf); in vmw_resource_do_validate()
|
/linux-4.1.27/Documentation/blockdev/drbd/ |
D | conn-states-8.dot | 3 WFConnection -> Unconnected [ label = "unable to bind()" ]
|
/linux-4.1.27/tools/usb/usbip/ |
D | README | 50 server:# usbip bind --busid 1-2 118 trois:# usbip --debug bind --busid 3-3.2 122 bind device on busid 3-3.2: complete
|
/linux-4.1.27/net/rds/ |
D | Makefile | 2 rds-y := af_rds.o bind.o cong.o connection.o info.o message.o \
|
D | tcp_connect.c | 92 ret = sock->ops->bind(sock, (struct sockaddr *)&src, sizeof(src)); in rds_tcp_conn_connect()
|
D | tcp_listen.c | 206 ret = sock->ops->bind(sock, (struct sockaddr *)&sin, sizeof(sin)); in rds_tcp_listen_init()
|
D | af_rds.c | 392 .bind = rds_bind,
|
/linux-4.1.27/drivers/gpu/drm/nouveau/dispnv04/ |
D | tvnv04.c | 102 static void nv04_tv_bind(struct drm_device *dev, int head, bool bind) in nv04_tv_bind() argument 108 if (bind) in nv04_tv_bind()
|
/linux-4.1.27/drivers/infiniband/hw/cxgb3/ |
D | iwch_qp.c | 573 wqe->bind.reserved = 0; in iwch_bind_mw() 574 wqe->bind.type = TPT_VATO; in iwch_bind_mw() 577 wqe->bind.perms = iwch_ib_to_tpt_bind_access( in iwch_bind_mw() 579 wqe->bind.mr_stag = cpu_to_be32(mw_bind->bind_info.mr->lkey); in iwch_bind_mw() 580 wqe->bind.mw_stag = cpu_to_be32(mw->rkey); in iwch_bind_mw() 581 wqe->bind.mw_len = cpu_to_be32(mw_bind->bind_info.length); in iwch_bind_mw() 582 wqe->bind.mw_va = cpu_to_be64(mw_bind->bind_info.addr); in iwch_bind_mw() 595 wqe->bind.mr_pbl_addr = cpu_to_be32(pbl_addr); in iwch_bind_mw() 596 wqe->bind.mr_pagesz = page_size; in iwch_bind_mw()
|
/linux-4.1.27/include/crypto/ |
D | if_alg.h | 52 void *(*bind)(const char *name, u32 type, u32 mask); member
|
/linux-4.1.27/net/ieee802154/ |
D | socket.c | 114 if (sk->sk_prot->bind) in ieee802154_sock_bind() 115 return sk->sk_prot->bind(sk, uaddr, addr_len); in ieee802154_sock_bind() 413 .bind = raw_bind, 428 .bind = ieee802154_sock_bind, 957 .bind = dgram_bind, 973 .bind = ieee802154_sock_bind,
|
/linux-4.1.27/net/netlink/ |
D | af_netlink.h | 80 int (*bind)(struct net *net, int group); member
|
D | af_netlink.c | 1197 int (*bind)(struct net *net, int group); in netlink_create() local 1223 bind = nl_table[protocol].bind; in netlink_create() 1240 nlk->netlink_bind = bind; in netlink_create() 1315 nl_table[sk->sk_protocol].bind = NULL; in netlink_release() 2570 nl_table[unit].bind = cfg->bind; in __netlink_kernel_create() 3130 .bind = netlink_bind,
|
/linux-4.1.27/Documentation/networking/ |
D | tproxy.txt | 27 option before calling bind: 37 bind(fd, &name, sizeof(name));
|
D | packet_mmap.txt | 118 bind() ---------> bind transmission socket with a network interface 138 In this case, you also need to bind(2) the TX_RING with sll_protocol = 0 155 bind() associates the socket to your network interface thanks to 174 /* bind socket to eth0 */ 175 bind(this->socket, (struct sockaddr *)&my_addr, sizeof(struct sockaddr_ll)); 648 err = bind(fd, (struct sockaddr *) &ll, sizeof(ll)); 650 perror("bind"); 863 err = bind(fd, (struct sockaddr *) &ll, sizeof(ll)); 865 perror("bind");
|
D | mac80211-injection.txt | 56 (which is easier than doing the work to bind the socket to the right
|
D | phonet.txt | 86 It is ignored by bind() and getsockname(). 103 bind(fd, (struct sockaddr *)&addr, sizeof(addr));
|
D | ray_cs.txt | 55 bind "ray_cs"
|
D | cdc_mbim.txt | 33 unbind/bind is required to make the change effective for NCM/MBIM 233 management application may instead choose to bind a packet socket
|
D | cxgb.txt | 310 You may need to experiment which CPU to bind the application to in 315 sched_setaffinity & sched_getaffinity to bind your application.
|
/linux-4.1.27/Documentation/thermal/ |
D | sysfs-api.txt | 41 /sys/class/thermal folder as thermal_zone[0-*]. It tries to bind all the 49 .bind: bind the thermal zone device with a thermal cooling device. 80 to /sys/class/thermal/ folder as cooling_device[0-*]. It tries to bind itself 100 This interface function bind a thermal cooling device to the certain trip 102 This function is usually called in the thermal zone device .bind callback. 127 This structure defines the following parameters that are used to bind
|
D | cpu-cooling-api.txt | 33 order to bind it via the thermal DT code. This api can support multiple
|
/linux-4.1.27/drivers/acpi/ |
D | glue.c | 313 else if (adev->handler && adev->handler->bind) in acpi_platform_notify() 314 adev->handler->bind(dev); in acpi_platform_notify()
|
D | thermal.c | 773 bool bind) in acpi_thermal_cooling_device_cb() argument 799 if (bind) in acpi_thermal_cooling_device_cb() 824 if (bind) in acpi_thermal_cooling_device_cb() 840 if (bind) in acpi_thermal_cooling_device_cb() 873 .bind = acpi_thermal_bind_cooling_device,
|
/linux-4.1.27/include/linux/usb/ |
D | composite.h | 202 int (*bind)(struct usb_configuration *, member 379 int (*bind)(struct usb_composite_dev *cdev); member
|
D | usbnet.h | 122 int (*bind)(struct usbnet *, struct usb_interface *); member
|
D | gadget.h | 875 int (*bind)(struct usb_gadget *gadget, member
|
/linux-4.1.27/net/phonet/ |
D | socket.c | 174 if (sk->sk_prot->bind) in pn_socket_bind() 175 return sk->sk_prot->bind(sk, addr, len); in pn_socket_bind() 443 .bind = pn_socket_bind, 468 .bind = pn_socket_bind,
|
/linux-4.1.27/drivers/gpu/drm/ttm/ |
D | ttm_agp_backend.c | 108 .bind = ttm_agp_bind,
|
D | ttm_tt.c | 279 ret = ttm->func->bind(ttm, bo_mem); in ttm_tt_bind()
|
/linux-4.1.27/drivers/usb/gadget/legacy/ |
D | ncm.c | 203 .bind = gncm_bind,
|
D | gmidi.c | 193 .bind = midi_bind,
|
D | printer.c | 207 .bind = printer_bind,
|
D | cdc2.c | 230 .bind = cdc_bind,
|
D | mass_storage.c | 247 .bind = msg_bind,
|
D | acm_ms.c | 256 .bind = acm_ms_bind,
|
D | serial.c | 238 .bind = gs_bind,
|
D | hid.c | 260 .bind = hid_bind,
|
D | audio.c | 300 .bind = audio_bind,
|
D | ether.c | 474 .bind = eth_bind,
|
D | nokia.c | 346 .bind = nokia_bind,
|
D | zero.c | 408 .bind = zero_bind,
|
D | webcam.c | 430 .bind = webcam_bind,
|
D | multi.c | 487 .bind = multi_bind,
|
D | dbgp.c | 412 .bind = dbgp_bind,
|
D | g_ffs.c | 171 .bind = gfs_bind,
|
/linux-4.1.27/Documentation/connector/ |
D | connector.txt | 16 bind(); 161 if (bind(s, (struct sockaddr *)&l_local, sizeof(struct sockaddr_nl)) == -1) { 162 perror("bind");
|
D | ucon.c | 165 if (bind(s, (struct sockaddr *)&l_local, sizeof(struct sockaddr_nl)) == -1) { in main()
|
/linux-4.1.27/drivers/usb/atm/ |
D | usbatm.h | 91 int (*bind) (struct usbatm_data *, struct usb_interface *, member
|
D | usbatm.c | 1051 goto bind; in usbatm_usb_probe() 1061 goto bind; in usbatm_usb_probe() 1068 bind: in usbatm_usb_probe() 1069 if (driver->bind && (error = driver->bind(instance, intf, id)) < 0) { in usbatm_usb_probe()
|
D | xusbatm.c | 207 xusbatm_drivers[i].bind = xusbatm_bind; in xusbatm_init()
|
/linux-4.1.27/samples/bpf/ |
D | libbpf.c | 121 if (bind(sock, (struct sockaddr *)&sll, sizeof(sll)) < 0) { in open_raw_sock()
|
/linux-4.1.27/net/ipv6/ |
D | af_inet6.c | 268 if (sk->sk_prot->bind) in inet6_bind() 269 return sk->sk_prot->bind(sk, uaddr, addr_len); in inet6_bind() 516 .bind = inet6_bind, 542 .bind = inet6_bind,
|
D | ping.c | 40 .bind = ping_bind,
|
/linux-4.1.27/drivers/usb/gadget/ |
D | composite.c | 213 if (function->bind) { in usb_add_function() 214 value = function->bind(config, function); in usb_add_function() 780 int (*bind)(struct usb_configuration *)) in usb_add_config() 784 if (!bind) in usb_add_config() 795 status = bind(config); in usb_add_config() 2055 status = composite->bind(cdev); in composite_bind() 2134 .bind = composite_bind, 2169 if (!driver || !driver->dev || !driver->bind) in usb_composite_probe()
|
/linux-4.1.27/sound/pci/hda/ |
D | hda_i915.c | 144 .bind = hda_component_master_bind,
|
/linux-4.1.27/drivers/base/ |
D | component.c | 186 ret = master->ops->bind(master->dev); in try_to_bring_up_master() 407 ret = component->ops->bind(component->dev, master->dev, data); in component_bind()
|
/linux-4.1.27/net/nfc/ |
D | rawsock.c | 282 .bind = sock_no_bind, 302 .bind = sock_no_bind,
|
D | llcp_sock.c | 889 .bind = llcp_sock_bind, 909 .bind = llcp_raw_sock_bind,
|
/linux-4.1.27/net/atm/ |
D | pvc.c | 111 .bind = pvc_bind,
|
/linux-4.1.27/arch/um/drivers/ |
D | port_user.c | 129 if (bind(fd, (struct sockaddr *) &addr, sizeof(addr)) < 0) { in port_listen_fd()
|
D | umcast_user.c | 115 if (bind(fd, (struct sockaddr *) lsin, sizeof(*lsin)) < 0) { in umcast_open()
|
D | daemon_user.c | 78 if (bind(fd, (struct sockaddr *) local_addr, sizeof(*local_addr)) < 0) { in connect_to_switch()
|
/linux-4.1.27/Documentation/i2c/ |
D | old-module-parameters | 43 problematic address, and you want another driver to bind to it, then simply
|
D | fault-codes | 91 found no device to bind to. (ENODEV may also be used.)
|
/linux-4.1.27/drivers/infiniband/hw/ehca/ |
D | ehca_qes.h | 198 } bind; member
|
/linux-4.1.27/Documentation/devicetree/bindings/ |
D | ABI.txt | 14 at the same time. The driver can bind against both the old and the
|
/linux-4.1.27/drivers/gpu/drm/msm/edp/ |
D | edp.c | 103 .bind = edp_bind,
|
/linux-4.1.27/drivers/gpu/drm/imx/ |
D | dw_hdmi-imx.c | 253 .bind = dw_hdmi_imx_bind,
|
D | parallel-display.c | 267 .bind = imx_pd_bind,
|
D | imx-drm-core.c | 528 .bind = imx_drm_bind,
|
D | ipuv3-crtc.c | 466 .bind = ipu_drm_bind,
|
/linux-4.1.27/net/ipv4/ |
D | af_inet.c | 435 if (sk->sk_prot->bind) { in inet_bind() 436 err = sk->sk_prot->bind(sk, uaddr, addr_len); in inet_bind() 903 .bind = inet_bind, 931 .bind = inet_bind, 962 .bind = inet_bind,
|
/linux-4.1.27/drivers/thermal/ |
D | thermal_core.c | 265 if (!pos->tzp && !pos->ops->bind) in bind_cdev() 268 if (pos->ops->bind) { in bind_cdev() 269 ret = pos->ops->bind(pos, cdev); in bind_cdev() 299 if (!tzp && !tz->ops->bind) in bind_tz() 305 if (tz->ops->bind) { in bind_tz() 307 ret = tz->ops->bind(tz, pos); in bind_tz()
|
D | db8500_thermal.c | 215 .bind = db8500_cdev_bind,
|
/linux-4.1.27/net/bluetooth/cmtp/ |
D | sock.c | 177 .bind = sock_no_bind,
|
/linux-4.1.27/net/bluetooth/bnep/ |
D | sock.c | 174 .bind = sock_no_bind,
|
/linux-4.1.27/drivers/gpu/drm/rockchip/ |
D | dw_hdmi-rockchip.c | 310 .bind = dw_hdmi_rockchip_bind,
|
D | rockchip_drm_drv.c | 477 .bind = rockchip_drm_bind,
|
/linux-4.1.27/drivers/gpu/drm/msm/dsi/ |
D | dsi.c | 112 .bind = dsi_bind,
|
/linux-4.1.27/drivers/char/agp/ |
D | alpha-agp.c | 101 status = agp->ops->bind(agp, pg_start, mem); in alpha_core_agp_insert_memory()
|
/linux-4.1.27/drivers/usb/gadget/udc/ |
D | udc-core.c | 409 ret = driver->bind(udc->gadget, driver); in udc_bind_to_driver() 462 if (!driver || !driver->bind || !driver->setup) in usb_gadget_probe_driver()
|
/linux-4.1.27/Documentation/ |
D | rpmsg.txt | 162 bind a callback, and possibly some private data too, to an rpmsg address 177 additional rpmsg addresses, and bind them to different rx callbacks. 179 Drivers should provide their channel (so the new endpoint would bind 182 rx callback is invoked), and an address they want to bind with the
|
D | kernel-per-CPU-kthreads.txt | 5 not listed here. To reduce OS jitter from non-per-CPU kthreads, bind 13 o Documentation/cgroups: Using cgroups to bind tasks to sets of CPUs. 15 o man taskset: Using the taskset command to bind tasks to sets 19 call to bind tasks to sets of CPUs.
|
/linux-4.1.27/net/l2tp/ |
D | l2tp_ip.c | 560 .bind = l2tp_ip_bind, 583 .bind = inet_bind,
|
D | l2tp_ip6.c | 711 .bind = l2tp_ip6_bind, 734 .bind = inet6_bind,
|
/linux-4.1.27/drivers/gpu/drm/sti/ |
D | sti_tvout.c | 675 .bind = sti_tvout_bind, 695 .bind = sti_tvout_master_bind,
|
D | sti_compositor.c | 158 .bind = sti_compositor_bind,
|
D | sti_drm_drv.c | 241 .bind = sti_drm_bind,
|
D | sti_dvo.c | 474 .bind = sti_dvo_bind,
|
/linux-4.1.27/Documentation/devicetree/bindings/power/ |
D | power_domain.txt | 7 This device tree binding can be used to bind PM domain consumer devices with
|
/linux-4.1.27/arch/x86/tools/ |
D | relocs.c | 157 static const char *sym_bind(unsigned bind) in sym_bind() argument 167 if (bind < ARRAY_SIZE(bind_name)) { in sym_bind() 168 name = bind_name[bind]; in sym_bind()
|
/linux-4.1.27/net/bluetooth/hidp/ |
D | sock.c | 207 .bind = sock_no_bind,
|
/linux-4.1.27/Documentation/driver-model/ |
D | driver.txt | 154 This callback holds the driver-specific logic to bind the driver to a 164 the driver did not bind to this device, in which case it should have
|
D | binding.txt | 84 over, to bind as many devices as possible to the driver.
|
/linux-4.1.27/drivers/gpu/drm/msm/adreno/ |
D | adreno_device.c | 259 .bind = adreno_bind,
|
/linux-4.1.27/net/ipx/ |
D | Kconfig | 49 bind call. So applications should always initialize the node field
|
/linux-4.1.27/tools/hv/ |
D | hv_vss_daemon.c | 239 error = bind(fd, (struct sockaddr *)&addr, sizeof(addr)); in main()
|
/linux-4.1.27/Documentation/spi/ |
D | butterfly | 51 DataFlash in reset) and tweak the spi_butterfly driver to make it bind to
|
/linux-4.1.27/Documentation/misc-devices/mei/ |
D | mei-client-bus.txt | 42 The mei_cl_id structure allows the driver to bind itself against a device name.
|
/linux-4.1.27/drivers/thermal/ti-soc-thermal/ |
D | ti-thermal-common.c | 296 .bind = ti_thermal_bind,
|
/linux-4.1.27/drivers/usb/gadget/function/ |
D | f_serial.c | 376 gser->port.func.bind = gser_bind; in gser_alloc()
|
D | f_subset.c | 507 geth->port.func.bind = geth_bind; in geth_alloc()
|
D | f_obex.c | 526 obex->port.func.bind = obex_bind; in obex_alloc()
|
D | f_loopback.c | 405 loop->function.bind = loopback_bind; in loopback_alloc()
|
/linux-4.1.27/Documentation/filesystems/nfs/ |
D | rpc-server-gss.txt | 82 legacy mechanism. To switch to the new mechanism, gss-proxy must bind
|
/linux-4.1.27/include/drm/ttm/ |
D | ttm_bo_driver.h | 57 int (*bind) (struct ttm_tt *ttm, struct ttm_mem_reg *bo_mem); member
|
/linux-4.1.27/drivers/platform/x86/ |
D | acerhdf.c | 487 .bind = acerhdf_bind,
|
/linux-4.1.27/drivers/isdn/mISDN/ |
D | socket.c | 588 .bind = data_sock_bind, 742 .bind = base_sock_bind,
|
/linux-4.1.27/net/irda/ |
D | af_irda.c | 2599 .bind = irda_bind, 2623 .bind = irda_bind, 2647 .bind = irda_bind, 2672 .bind = irda_bind,
|
/linux-4.1.27/Documentation/networking/timestamping/ |
D | timestamping.c | 403 if (bind(sock, in main()
|
/linux-4.1.27/Documentation/accounting/ |
D | getdelays.c | 108 if (bind(fd, (struct sockaddr *) &local, sizeof(local)) < 0) in create_nl_socket()
|
/linux-4.1.27/drivers/gpu/drm/exynos/ |
D | exynos_drm_vidi.c | 505 .bind = vidi_bind,
|
D | exynos_drm_drv.c | 524 .bind = exynos_drm_bind,
|
/linux-4.1.27/tools/usb/usbip/src/ |
D | usbipd.c | 396 ret = bind(sock, ai->ai_addr, ai->ai_addrlen); in listen_all_addrinfo()
|
/linux-4.1.27/drivers/gpu/drm/armada/ |
D | armada_drv.c | 442 .bind = armada_drm_bind,
|
/linux-4.1.27/arch/parisc/kernel/ |
D | syscall_table.S | 86 ENTRY_SAME(bind)
|
/linux-4.1.27/drivers/gpu/drm/qxl/ |
D | qxl_ttm.c | 292 .bind = &qxl_ttm_backend_bind,
|
/linux-4.1.27/arch/powerpc/include/asm/ |
D | systbl.h | 334 SYSCALL_SPU(bind)
|
/linux-4.1.27/arch/um/os-Linux/ |
D | file.c | 539 err = bind(sock, (struct sockaddr *) &addr, sizeof(addr)); in os_create_unix_socket()
|
/linux-4.1.27/net/caif/ |
D | caif_socket.c | 973 .bind = sock_no_bind, 994 .bind = sock_no_bind,
|
/linux-4.1.27/drivers/gpu/drm/msm/hdmi/ |
D | hdmi.c | 457 .bind = hdmi_bind,
|
/linux-4.1.27/drivers/staging/lustre/lustre/libcfs/linux/ |
D | linux-tcpip.c | 404 rc = sock->ops->bind(sock, (struct sockaddr *)&locaddr, in libcfs_sock_create()
|
/linux-4.1.27/drivers/uio/ |
D | Kconfig | 91 Generic driver that you can bind, dynamically, to any
|