Home
last modified time | relevance | path

Searched defs:m (Results 1 – 10 of 10) sorted by relevance

/spdk/lib/rpc/
H A Drpc.c78 struct spdk_rpc_method *m; in _get_rpc_method() local
109 struct spdk_rpc_method *m; in jsonrpc_handler() local
264 struct spdk_rpc_method *m; in spdk_rpc_register_method() local
289 struct spdk_rpc_method *m, *base; in spdk_rpc_register_alias_deprecated() local
328 struct spdk_rpc_method *m; in spdk_rpc_is_method_allowed() local
352 struct spdk_rpc_method *m; in spdk_rpc_get_method_state_mask() local
441 struct spdk_rpc_method *m; in rpc_get_methods() local
/spdk/scripts/
H A Dgenconfig.py16 m = assign.match(arg) variable
28 m = assign.match(line) variable
/spdk/test/unit/lib/rpc/rpc.c/
H A Drpc_ut.c95 struct spdk_rpc_method m = { in test_jsonrpc_handler() local
150 struct spdk_rpc_method m = {}; in test_spdk_rpc_is_method_allowed() local
181 struct spdk_rpc_method m = {}; in test_rpc_get_methods() local
/spdk/test/unit/lib/accel/dpdk_compressdev.c/
H A Daccel_dpdk_compressdev_ut.c48 mock_rte_pktmbuf_attach_extbuf(struct rte_mbuf *m, void *buf_addr, rte_iova_t buf_iova, in mock_rte_pktmbuf_attach_extbuf() argument
62 mock_rte_pktmbuf_append(struct rte_mbuf *m, uint16_ argument
158 mock_rte_pktmbuf_free(struct rte_mbuf * m) mock_rte_pktmbuf_free() argument
165 mock_rte_pktmbuf_free_bulk(struct rte_mbuf ** m,unsigned int cnt) mock_rte_pktmbuf_free_bulk() argument
[all...]
/spdk/python/spdk/spdkcli/
H A Dui_node_iscsi.py38 def ui_command_set_auth(self, g=None, d=None, r=None, m=None): argument
80 def ui_command_create(self, name, alias_name, bdev_name_id_pairs, argument
173 def ui_command_set_auth(self, g=None, d=None, r=None, m=None): argument
/spdk/test/unit/lib/accel/dpdk_cryptodev.c/
H A Daccel_dpdk_cryptodev_ut.c36 mock_rte_pktmbuf_free_bulk(struct rte_mbuf **m, unsigned int cnt) in mock_rte_pktmbuf_free_bulk() argument
44 mock_rte_pktmbuf_free(struct rte_mbuf *m) in mock_rte_pktmbuf_free() argument
/spdk/lib/iscsi/
H A Discsi_subsystem.c35 struct spdk_mobj *m = _m; in mobj_ctor() local
/spdk/doc/
H A Dtwo.min.js29 $jscomp.polyfill=function(c,k,m,l){if(k){m=$jscomp.global;c=c.split(".");for(l=0;l<c.length-1;l++){… argument
30 …n(c){return c?c:function(){return $jscomp.iteratorFromArray(this,function(c,m){return m})}},"es6",… argument
31 …renderer.setSize(c,a,this.ratio);this.trigger(p.Events.resize,c,a)}function m(){L(m);for(var a=0;a… function in Two
100 …*H;g[2]=d*q+f*C+t*a;g[3]=v*u+h*w+k*E;g[4]=v*r+h*p+k*H;g[5]=v*q+h*C+k*a;g[6]=m*u+l*w+e*E;g[7]=m*r+l… argument
180 …rols&&a.controls.left;var n=d.x;var h=d.y;var k=(f||d).x;var l=(f||d).y;var m=(g||a).x;var t=(g||a… function
212 A++;else t||(B[A].command=c.Commands.line,B[A].x=0,B[A].y=0,A++);B[A].command=c.Commands.close}m.pr… class
/spdk/lib/ftl/utils/
H A Dftl_md.c98 ftl_wrapper_open(const char *name, int of, mode_t m) in ftl_wrapper_open() argument
/spdk/test/unit/lib/lvol/lvol.c/
H A Dlvol_ut.c3113 struct missing_esnap m[3]; lvol_esnap_hotplug() member