Searched defs:bind (Results 76 – 87 of 87) sorted by relevance
1234
/openbmc/linux/include/acpi/ |
H A D | acpi_bus.h | 130 void (*bind)(struct device *phys_dev); member
|
/openbmc/linux/drivers/infiniband/hw/cxgb4/ |
H A D | t4.h | 104 struct fw_ri_bind_mw_wr bind; member
|
/openbmc/linux/net/netlink/ |
H A D | af_netlink.c | 655 int (*bind)(struct net *net, int group); in netlink_create() local
|
/openbmc/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_fp.h | 243 } bind; member
|
/openbmc/linux/net/ |
H A D | socket.c | 1865 SYSCALL_DEFINE3(bind, int, fd, struct sockaddr __user *, umyaddr, int, addrlen) in SYSCALL_DEFINE3() argument
|
/openbmc/linux/net/netfilter/ |
H A D | nf_tables_api.c | 187 bool bind) in __nft_set_trans_bind() 222 struct nft_chain *chain, bool bind) in __nft_chain_trans_bind()
|
/openbmc/linux/include/net/ |
H A D | sock.h | 1287 int (*bind)(struct sock *sk, member
|
/openbmc/linux/tools/lib/bpf/ |
H A D | libbpf.c | 3568 int bind = ELF64_ST_BIND(sym->st_info); in sym_is_extern() local 3577 int bind = ELF64_ST_BIND(sym->st_info); in sym_is_subprog() local
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/ |
H A D | jquery-3.7.1.min.js | 2 …ocument?t(e,!0):function(e){if(!e.document)throw new Error("jQuery requires a window with a docume… argument
|
H A D | jquery-2.0.3.min.js | 5 …),!r&&o&&o.empty.fire()},_queueHooks:function(e,t){var n=t+"queueHooks";return q.get(e,n)||q.acces… variable
|
/openbmc/rest-dbus/resources/ |
H A D | jquery.min.js | 5 …,f){this.elem=a,this.prop=c,this.easing=e||"swing",this.options=b,this.start=this.now=this.cur(),t…
|
/openbmc/qemu/include/ |
H A D | elf.h | 302 #define ELF_ST_INFO(bind, type) (((bind) << 4) | ((type) & 0xf)) argument
|
1234