Searched refs:exists (Results 1 – 25 of 37) sorted by relevance
12
/xen/docs/ |
A D | support-matrix-generate | 82 exists="$(printf "%s" "$obj" | git cat-file --batch-check)" 84 case "$exists" in 91 *) fail "?? $current_url $exists ?";;
|
/xen/tools/hotplug/Linux/ |
A D | remus-netbuf-setup | 127 xenstore-exists "/libxl/$domid/remus/netbuf" || continue 131 xenstore-exists $path || continue 199 xenstore-exists "$XENBUS_PATH/ifb" && \
|
A D | vif-openvswitch | 83 -- --if-exists del-port $dev \ 97 -- --if-exists del-port $dev
|
/xen/xen/tools/kconfig/ |
A D | gconf-cfg.sh | 13 if ! pkg-config --exists $PKG; then
|
A D | qconf-cfg.sh | 14 if pkg-config --exists $PKG; then
|
A D | mconf-cfg.sh | 8 if pkg-config --exists $PKG; then
|
A D | nconf-cfg.sh | 8 if pkg-config --exists $PKG; then
|
A D | Makefile | 95 $(if $(call configfiles),, $(error No configuration exists for this target on this architecture))
|
/xen/tools/misc/ |
A D | xenpvnetboot | 81 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 D | xenstore.1.pod | 19 =item B<xenstore-exists>(1)
|
/xen/tools/xenstore/ |
A D | xenstored_transaction.c | 452 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 D | Makefile | 21 CLIENTS := xenstore-exists xenstore-list xenstore-read xenstore-rm xenstore-chmod
|
/xen/xen/arch/x86/ |
A D | dmi_scan.c | 741 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 D | distro_mapping.txt | 13 directory exists, it is used; otherwise the Debian one is used.
|
A D | xenstore.txt | 21 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 D | hvm-emulated-unplug.pandoc | 63 `/mh/driver-blacklist/{product_name}/{build_number}` exists and is
|
A D | efi.pandoc | 9 support for PE/COFF is required. Also, the PE/COFF header co-exists with the
|
/xen/scripts/ |
A D | get_maintainer.pl | 1813 my $exists = 0; 1817 $exists = 1; 1821 if (!$exists) { 1848 my $exists = 0; 1853 $exists = 1; 1857 if (!$exists) {
|
/xen/tools/ocaml/xenstored/ |
A D | trie.ml | 56 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 D | transaction.ml | 58 (* 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 D | perms.ml | 170 && not (List.exists check_acl (Connection.get_owners connection)) 183 || List.exists (has connection READ) perms
|
A D | store.ml | 47 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 D | xen.te | 60 # Neverallow rules will cause the policy build to fail if an allow rule exists
|
/xen/m4/ |
A D | pkg.m4 | 51 # 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 D | configure | 2004 <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