Home
last modified time | relevance | path

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

12

/xen/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/automation/scripts/
A Dbuild-test.sh20 pushd `git rev-parse --show-toplevel`
38 ORIG=`git rev-parse HEAD`
A Dcontainerize90 CONTAINER_PATH=$(git rev-parse --show-toplevel)
/xen/docs/
A Dsupport-matrix-generate165 docs/parse-support-md "${args[@]}"
170 by docs/support-matrix-generate and docs/parse-support-md.
/xen/tools/ocaml/test/
A Dsend_debug_keys.ml11 Arg.parse [
A Dxtl.ml37 Arg.parse speclist (fun _ -> ()) usage_msg;
/xen/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 _ -> ()) usage_msg;
/xen/tools/pygrub/src/
A DGrubConf.py180 self.parse()
182 def parse(self, buf = None): member in _GrubConfigFile
272 def parse(self, buf = None): member in GrubConfigFile
371 def parse(self, buf = None): member in Grub2ConfigFile
A DLiloConf.py98 self.parse()
100 def parse(self, buf = None): member in LiloConfigFile
A DExtLinuxConf.py131 self.parse()
139 def parse(self, buf = None): member in ExtLinuxConfigFile
A Dpygrub445 self.cf.parse()
461 self.cf.parse(buf)
463 self.cf.parse(buf.decode())
/xen/xen/tools/
A Dscmversion41 if test -d .git && head=`git rev-parse --verify --short HEAD 2>/dev/null`; then
/xen/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.py544 parse = "(libxl__json_parse_callback)&%s_parse_json" % (ty.namespace + "_" + ty.rawname)
545 s += "return libxl__object_from_json(ctx, \"%s\", %s, %s, %s);\n" % (ty.typename, parse, v, w)
595 (builtins,types) = idl.parse(idlname)
A Dgentest.py96 (builtins,types) = idl.parse(sys.argv[1])
A Didl.py350 def parse(f): function
A Dlibxl_json.c1075 libxl__json_parse_callback parse, in libxl__object_from_json() argument
1091 rc = parse(gc, o, p); in libxl__object_from_json()
A Didl.txt82 The name of the C function which will parse a libxl JSON structure
/xen/tools/golang/xenlight/
A Dgengotypes.py721 (builtins, types) = idl.parse(idlname)
/xen/tools/ocaml/libs/xl/
A Dgenwrap.py529 (_,types) = idl.parse(sys.argv[1])

Completed in 35 milliseconds

12