Home
last modified time | relevance | path

Searched refs:exists (Results 1 – 25 of 37) sorted by relevance

12

/xen/docs/
A Dsupport-matrix-generate82 exists="$(printf "%s" "$obj" | git cat-file --batch-check)"
84 case "$exists" in
91 *) fail "?? $current_url $exists ?";;
/xen/tools/hotplug/Linux/
A Dremus-netbuf-setup127 xenstore-exists "/libxl/$domid/remus/netbuf" || continue
131 xenstore-exists $path || continue
199 xenstore-exists "$XENBUS_PATH/ifb" && \
A Dvif-openvswitch83 -- --if-exists del-port $dev \
97 -- --if-exists del-port $dev
/xen/xen/tools/kconfig/
A Dgconf-cfg.sh13 if ! pkg-config --exists $PKG; then
A Dqconf-cfg.sh14 if pkg-config --exists $PKG; then
A Dmconf-cfg.sh8 if pkg-config --exists $PKG; then
A Dnconf-cfg.sh8 if pkg-config --exists $PKG; then
A DMakefile95 $(if $(call configfiles),, $(error No configuration exists for this target on this architecture))
/xen/tools/misc/
A Dxenpvnetboot81 if not os.path.exists(self.tmpdir):
221 or (os.path.exists(location) and os.path.isdir(location))):
223 elif location.startswith('nfs:') or (os.path.exists(location) and not os.path.isdir(location)):
/xen/docs/man/
A Dxenstore.1.pod19 =item B<xenstore-exists>(1)
/xen/tools/xenstore/
A Dxenstored_transaction.c452 struct transaction *trans, *exists; in do_transaction_start() local
475 exists = transaction_lookup(conn, conn->next_transaction_id++); in do_transaction_start()
476 } while (!IS_ERR(exists)); in do_transaction_start()
A DMakefile21 CLIENTS := xenstore-exists xenstore-list xenstore-read xenstore-rm xenstore-chmod
/xen/xen/arch/x86/
A Ddmi_scan.c741 bool exists; in dmi_get_date() local
745 exists = !!s; in dmi_get_date()
746 if (!exists) in dmi_get_date()
787 return exists; in dmi_get_date()
/xen/docs/misc/
A Ddistro_mapping.txt13 directory exists, it is used; otherwise the Debian one is used.
A Dxenstore.txt21 specification currently exists only in multiple out-of-date versions.)
31 If a particular path exists, all of its parents do too. Every
140 Ensures that the <path> exists, by necessary by creating
142 or any parent already exists, its value is left unchanged.
A Dhvm-emulated-unplug.pandoc63 `/mh/driver-blacklist/{product_name}/{build_number}` exists and is
A Defi.pandoc9 support for PE/COFF is required. Also, the PE/COFF header co-exists with the
/xen/scripts/
A Dget_maintainer.pl1813 my $exists = 0;
1817 $exists = 1;
1821 if (!$exists) {
1848 my $exists = 0;
1853 $exists = 1;
1857 if (!$exists) {
/xen/tools/ocaml/xenstored/
A Dtrie.ml56 List.exists (fun n -> n.Node.key = key) nodes
123 (* return false if the node doesn't exists or if it is not associated to any value *)
A Dtransaction.ml58 (* ok then it doesn't exists in the old version and the current version,
59 just sneak it in as a child of the parent node if it exists, or else fail *)
62 | None -> false (* ok it doesn't exists, just bail out. *)
A Dperms.ml170 && not (List.exists check_acl (Connection.get_owners connection))
183 || List.exists (has connection READ) perms
A Dstore.ml47 let exists node childname = function
49 List.exists (fun n -> n.name = childname) node.children
168 if not (Node.exists node h) then
/xen/tools/flask/policy/modules/
A Dxen.te60 # Neverallow rules will cause the policy build to fail if an allow rule exists
/xen/m4/
A Dpkg.m451 # Check to see whether a particular set of modules exists. Similar
62 AC_RUN_LOG([$PKG_CONFIG --exists --print-errors "$1"]); then
/xen/tools/
A Dconfigure2004 <limits.h> exists even on freestanding compilers. */
8287 ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.12") 2>&5
8304 ($PKG_CONFIG --exists --print-errors "glib-2.0 >= 2.12") 2>&5
9474 ($PKG_CONFIG --exists --print-errors "libsystemd-daemon") 2>&5
9491 ($PKG_CONFIG --exists --print-errors "libsystemd-daemon") 2>&5
9534 ($PKG_CONFIG --exists --print-errors "libsystemd >= 209") 2>&5
9551 ($PKG_CONFIG --exists --print-errors "libsystemd >= 209") 2>&5
9610 ($PKG_CONFIG --exists --print-errors "libsystemd >= 209") 2>&5
9627 ($PKG_CONFIG --exists --print-errors "libsystemd >= 209") 2>&5
9700 ($PKG_CONFIG --exists --print-errors "libsystemd-daemon") 2>&5
[all …]

Completed in 33 milliseconds

12