Home
last modified time | relevance | path

Searched refs:bind (Results 1 – 12 of 12) sorted by relevance

/spdk/doc/
H A Dtwo.min.js32 bind:Function.prototype.bind,create:Object.create},identity:function(a){return a},isArguments:funct… property
34 …as:function(a,c){return null!=a&&hasOwnProperty.call(a,c)},bind:function(a,c){var f=d.natural.bind; method
35 if(f&&a.bind===f)return f.apply(a,x.call(arguments,1));var e=x.call(arguments,2);return function(){…
37 …reateElement("div"):{},hasEventListeners:d.isFunction(l.addEventListener),bind:function(a,c,f,e){t… method
39 …ils.setPlaying.call(this,a.autostart);this.frameCount=0;a.fullscreen?(a=d.bind(k,this),d.extend(do…
40 …style,{display:"block",top:0,left:0,right:0,bottom:0,position:"fixed"}),w.bind(l,"resize",a),a()):…
73 …k=f;a.on(c,g)}return this},ignore:function(a,c,f){a.off(c,f);return this}}})});p.Utils.Events.bind=
83 …ad:function(a,c){var f=[],e;if(/.*\.svg/ig.test(a))return p.Utils.xhr(a,d.bind(function(a){w.temp.…
93bind=c.Vector.prototype.on=function(){this._bound||(this._x=this.x,this._y=this.y,Object.definePro… method in c.Vector
94 ….Anchor=function(d,e,a,g,n,f,t){c.Vector.call(this,d,e);this._broadcast=m.bind(function(){this.tri…
[all …]
H A Dsystem_configuration.md20 version they are using has a bug where `uio_pci_generic` [fails to bind to NVMe drives](https://git…
H A Duserspace.md28 to re-bind the default driver. They don't actually initialize the hardware in
H A Dvhost.md241 VHOST_CONFIG: bind to /var/tmp/vhost.0
/spdk/scripts/perf/nvme/
H A DREADME7 call the SPDK setup.sh script to unbind NVMe devices from the kernel driver and bind them to the ui…
/spdk/test/iscsi_tgt/sock/
H A Dsock.sh62 $SOCAT_APP tcp-l:$ISCSI_PORT,fork,bind=$INITIATOR_IP exec:'/bin/cat' &
/spdk/lib/env_dpdk/
H A Dpci_event.c74 if (bind(netlink_fd, (struct sockaddr *) &addr, sizeof(addr)) < 0) { in spdk_pci_event_listen()
/spdk/lib/jsonrpc/
H A Djsonrpc_server_tcp.c48 rc = bind(server->sockfd, listen_addr, addrlen); in spdk_jsonrpc_server_listen()
/spdk/test/nvme/perf/
H A DREADME.md42 Before running test with spdk, you will need to bind NVMe devics to the Linux uio_pci_generic or vf…
/spdk/lib/thread/
H A Dthread.c640 spdk_thread_bind(struct spdk_thread *thread, bool bind) in thread_exit()
642 thread->is_bound = bind; in thread_exit()
615 spdk_thread_bind(struct spdk_thread * thread,bool bind) spdk_thread_bind() argument
/spdk/module/sock/posix/
H A Dposix.c991 rc = bind(fd, res->ai_addr, res->ai_addrlen); in posix_sock_create()
993 SPDK_ERRLOG("bind() failed at port %d, errno = %d\n", port, errno); in posix_sock_create()
1012 /* bind OK */ in posix_sock_create()
1039 rc = bind(fd, src_ai->ai_addr, src_ai->ai_addrlen); in posix_sock_create()
1041 SPDK_ERRLOG("bind() failed errno %d (%s:%s)\n", errno, in posix_sock_create()
/spdk/module/sock/uring/
H A During.c591 rc = bind(fd, res->ai_addr, res->ai_addrlen); in uring_sock_create()
593 SPDK_ERRLOG("bind() failed at port %d, errno = %d\n", port, errno); in uring_sock_create()
612 /* bind OK */ in uring_sock_create()
648 rc = bind(fd, src_ai->ai_addr, src_ai->ai_addrlen); in uring_sock_create()
650 SPDK_ERRLOG("bind() failed errno %d (%s:%s)\n", errno, in uring_sock_create()