Home
last modified time | relevance | path

Searched refs:parse (Results 1 – 25 of 32) sorted by relevance

12

/xen-4.10.0-shim-comet/tools/misc/
A Dxen-tmem-list-parse.c18 unsigned long long parse(char *s,char *match) in parse() function
52 return parse(s,match); in parse2()
192 unsigned long cli_id = parse(s,"CI"); in parse_client()
193 unsigned long weight = parse(s,"ww"); in parse_client()
194 unsigned long cap = parse(s,"ca"); in parse_client()
195 unsigned long compress = parse(s,"co"); in parse_client()
196 unsigned long frozen = parse(s,"fr"); in parse_client()
225 unsigned long cli_id = parse(s,"CI"); in parse_pool()
226 unsigned long pool_id = parse(s,"PI"); in parse_pool()
234 unsigned long long puts = parse(s,"pt"); in parse_pool()
[all …]
A DMakefile27 INSTALL_SBIN += xen-tmem-list-parse
/xen-4.10.0-shim-comet/xen/common/
A Dunlzo.c74 u8 *parse = input; in parse_header() local
89 if (*parse++ != lzop_magic[l]) in parse_header()
96 parse += 7; in parse_header()
98 level = *parse++; in parse_header()
102 parse += 4; /* flags */ in parse_header()
110 if (end - parse < 8 + 1 + 4) in parse_header()
114 parse += 8; in parse_header()
118 l = *parse++; in parse_header()
120 if (end - parse < l + 4) in parse_header()
122 parse += l + 4; in parse_header()
[all …]
/xen-4.10.0-shim-comet/tools/ocaml/test/
A Dsend_debug_keys.ml13 Arg.parse [
A Dxtl.ml38 Arg.parse speclist (fun s -> ()) usage_msg;
/xen-4.10.0-shim-comet/tools/ocaml/xenstored/
A Dconfig.ml76 let parse filename = function
109 (** read a filename, parse and validate, and return the errors if any *)
111 let cf = parse filename in
A Dparse_arg.ml60 Arg.parse speclist (fun s -> ()) usage_msg;
/xen-4.10.0-shim-comet/tools/xenstat/libxenstat/src/
A Dxenstat.c134 static inline unsigned long long parse(char *s, char *match) in parse() function
155 domain->tmem_stats.curr_eph_pages = parse(buffer,"Ec"); in domain_get_tmem_stats()
156 domain->tmem_stats.succ_eph_gets = parse(buffer,"Ge"); in domain_get_tmem_stats()
157 domain->tmem_stats.succ_pers_puts = parse(buffer,"Pp"); in domain_get_tmem_stats()
158 domain->tmem_stats.succ_pers_gets = parse(buffer,"Gp"); in domain_get_tmem_stats()
/xen-4.10.0-shim-comet/tools/pygrub/src/
A DLiloConf.py95 self.parse()
97 def parse(self, buf = None): member in LiloConfigFile
A DGrubConf.py177 self.parse()
179 def parse(self, buf = None): member in _GrubConfigFile
265 def parse(self, buf = None): member in GrubConfigFile
364 def parse(self, buf = None): member in Grub2ConfigFile
A DExtLinuxConf.py128 self.parse()
136 def parse(self, buf = None): member in ExtLinuxConfigFile
A Dpygrub446 self.cf.parse()
461 self.cf.parse(buf)
/xen-4.10.0-shim-comet/xen/tools/
A Dscmversion41 if test -d .git && head=`git rev-parse --verify --short HEAD 2>/dev/null`; then
/xen-4.10.0-shim-comet/tools/libxl/
A Dcheck-xl-vcpupin-parse12 fprefix=tmp.check-xl-vcpupin-parse
13 outfile=check-xl-vcpupin-parse.data
A Dlibxlu_cfg_y.y35 %parse-param { CfgParseContext *ctx }
A Dlibxlu_cfg.c64 static void parse(CfgParseContext *ctx) { in parse() function
100 parse(&ctx); in xlu_cfg_readfile()
125 parse(&ctx); in xlu_cfg_readdata()
A Dcheck-xl-disk-parse12 fprefix=tmp.check-xl-disk-parse
A Dcheck-xl-vif-parse12 fprefix=tmp.check-xl-vif-parse
A Dgentypes.py533 parse = "(libxl__json_parse_callback)&%s_parse_json" % (ty.namespace + "_" + ty.rawname)
534 s += "return libxl__object_from_json(ctx, \"%s\", %s, %s, %s);\n" % (ty.typename, parse, v, w)
584 (builtins,types) = idl.parse(idlname)
A Dgentest.py94 (builtins,types) = idl.parse(sys.argv[1])
A Dlibxl_json.c1042 libxl__json_parse_callback parse,
1058 rc = parse(gc, o, p);
A Didl.py348 def parse(f): function
A Didl.txt82 The name of the C function which will parse a libxl JSON structure
/xen-4.10.0-shim-comet/tools/ocaml/libs/xl/
A Dgenwrap.py526 (_,types) = idl.parse(sys.argv[1])
/xen-4.10.0-shim-comet/
A D.gitignore221 tools/misc/xen-tmem-list-parse

Completed in 24 milliseconds

12