Home
last modified time | relevance | path

Searched refs:find (Results 1 – 25 of 84) sorted by relevance

1234

/xen/tools/ocaml/xenstored/
A Dstore.ml51 let find node childname = function
171 (node, Node.find node h) in
183 Node.find node h
208 let ent = Node.find node name in
250 let ent = Node.find node name in
265 let ent = Node.find node name in
283 let ent = Node.find node name in
300 let c = Node.find node name in
317 let ent = Node.find node name in
347 let c = Node.find n name in
[all …]
A Dsymbol.ml41 Hashtbl.find string_int_tbl name
51 (Hashtbl.find int_string_tbl i).data
57 let record1 = Hashtbl.find int_string_tbl symb in
A Dconnections.ml56 let find cons = function
57 Hashtbl.find cons.anonymous
60 Hashtbl.find cons.domains
63 Hashtbl.find cons.ports port
121 then Trie.find cons.watches key
130 let watches = Utils.list_remove watch (Trie.find cons.watches key) in
A Dquota.ml34 then Printf.sprintf "dom%i quota: %i/%i" domid (Hashtbl.find quota.cur domid) quota.maxent
50 let entry = Hashtbl.find quota.cur id in
60 let get_entry quota id = Hashtbl.find quota.cur id
A Dconnection.ml150 then Hashtbl.find con.watches path
176 let ws = Hashtbl.find con.watches apath in
177 let w = List.find (fun w -> w.token = token) ws in
207 try [Store.Node.get_perms (Store.Node.find parent name)]
271 let trans = Hashtbl.find con.transactions tid in
280 Hashtbl.find con.transactions tid
A Dtrie.mli30 val find : ('a, 'b) t -> 'a list -> 'b val
31 (** [find t k] returns the value associated with the key [k] in the trie [t].
/xen/tools/
A DMakefile147 qemu-xen-traditional-dir-find:
157 qemu-xen-traditional-dir-force-update: qemu-xen-traditional-dir-find
172 subdir-all-qemu-xen-traditional-dir: qemu-xen-traditional-dir-find
194 qemu-xen-dir-find:
203 qemu-xen-dir-force-update: qemu-xen-dir-find
217 subdir-all-qemu-xen-dir: qemu-xen-dir-find
/xen/tools/pygrub/src/
A DGrubConf.py22 eq = s.find('=')
27 sp = s.find(' ')
28 tab = s.find('\t')
47 idx = s.find(')')
55 if str.find(',') != -1:
120 if val.find(" ") == -1:
/xen/tools/firmware/xen-dir/
A DMakefile45 find $(XEN_ROOT)/$(d)/ -type d |\
49 find $(d) ! -type l -type f $(addprefix ! -name ,$(LINK_EXCLUDES))) \
/xen/m4/
A Dpython_devel.m438 [AC_MSG_ERROR([Unable to find Python development headers])],)
40 [AC_MSG_ERROR([Unable to find a suitable python development library])])
A Dpath_or_fail.m45 AC_MSG_ERROR([Unable to find $2, please install $2])
A Duuid.m47 AC_MSG_ERROR([cannot find a valid uuid library])
A Dfetcher.m412 AC_MSG_WARN([cannot find wget or ftp])
A Dcurses.m49 AC_MSG_ERROR([Unable to find a suitable curses library])
A Dptyfuncs.m415 AC_MSG_FAILURE([Unable to find library for openpty and login_tty])
/xen/xen/tools/kconfig/
A Dqconf-cfg.sh29 echo >&2 "* Could not find Qt via pkg-config."
A Dmconf-cfg.sh43 echo >&2 "* Unable to find the ncurses package."
A Dnconf-cfg.sh43 echo >&2 "* Unable to find the ncurses package."
/xen/tools/firmware/rombios/32bit/
A Dpmm.c490 struct pmmFindArgs find; member
519 ret = pmmFind(ap->find.handle); in pmm()
520 PMM_DEBUG("Find handle=%x ret=%x\n", ap->find.handle, ret); in pmm()
/xen/xen/
A DMakefile340 find . \( -name "*.o" -o -name ".*.d" -o -name ".*.d2" \
419 ( find include/asm-$(TARGET_ARCH) -name '*.h' -print; \
420 find include -name 'asm-*' -prune -o -name '*.h' -print; \
421 find $(SUBDIRS) -name '*.[chS]' -print )
484 $(foreach f, $(shell find $(BASEDIR) -name *.o.d), \
/xen/docs/
A DMakefile14 RST-SRC-y := $(sort $(filter-out %index.rst,$(shell find * -type f -name '*.rst' -print)))
16 TXTSRC-y := $(sort $(shell find misc -name '*.txt' -print))
18 PANDOCSRC-y := $(sort $(shell find designs/ features/ misc/ process/ specs/ \( -name '*.pandoc' -o …
/xen/tools/python/
A DMakefile40 find . \( -name "*.py[ocd]" -o -name "*~" -o -name "_*.[hc]" \) -delete
/xen/tools/misc/
A Dmkdeb57 find deb/etc -type f -printf /etc/%P\\n >deb/DEBIAN/conffiles
A Dxencov_split34 off = content.find('\x00')
/xen/docs/misc/
A Damd-ucode-container.txt23 * One can find the latest AMD microcode containers from [1], [2]
68 5. find . | cpio -o -H newc > ucode.cpio

Completed in 30 milliseconds

1234