HomeSort by relevance Sort by last modified time
    Searched refs:ERR (Results 151 - 175 of 444) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/selinux/libsemanage/src/
modules.c 64 ERR(sh, "Out of memory!");
73 ERR(sh, "Could not parse module data.");
78 ERR(sh, "Data did not represent a pp module. Please upgrade to the latest version of libsemanage to support hll modules.");
111 ERR(sh,
115 ERR(sh, "Not connected.");
130 ERR(sh,
134 ERR(sh, "Not connected.");
152 ERR(sh,
156 ERR(sh, "Not connected.");
202 ERR(sh, "No remove function defined for this connection type.")
    [all...]
booleans_activedb.c 35 ERR(handle, "could not get list of boolean names");
36 goto err;
50 goto err;
55 goto err;
59 ERR(handle, "could not get the value "
61 goto err;
77 ERR(handle, "out of memory");
79 err:
80 ERR(handle, "could not read boolean list");
123 ERR(handle, "libselinux commit failed")
    [all...]
database_llist.c 47 goto err;
62 ERR(handle, "out of memory");
64 err:
65 ERR(handle, "could not cache record");
93 ERR(handle, "could not update cache serial");
112 goto err;
123 err:
124 ERR(handle, "could not complete cache lookup");
138 goto err;
143 err
    [all...]
interfaces_file.c 33 goto err;
36 goto err;
38 goto err;
43 goto err;
45 goto err;
51 err:
52 ERR(handle, "could not print interface %s to stream", name);
65 goto err;
71 goto err;
73 goto err;
    [all...]
ibendports_file.c 32 goto err;
37 goto err;
40 goto err;
43 goto err;
45 goto err;
51 err:
52 ERR(handle, "could not print ibendport (%s) %u to stream",
68 goto err;
74 goto err;
76 goto err;
    [all...]
ibendports_local.c 91 goto err;
105 ERR(handle, "Couldn't get IB device name");
106 goto err;
122 ERR(handle, "Couldn't get IB device name.");
123 goto err;
131 ERR(handle, "ibendport %s/%u already exists.",
145 err:
146 ERR(handle, "could not complete ibendports validity check");
semanage_store.c 287 ERR(sh, "Unable to allocate space for policy top level path.");
295 ERR(sh, "Unable to allocate space for file context path.");
302 ERR(sh, "Unable to allocate space for file context path.");
310 ERR(sh, "Unable to allocate space for file context home directory path.");
317 ERR(sh, "Unable to allocate space for file context home directory path.");
325 ERR(sh, "Unable to allocate space for local file context path.");
332 ERR(sh, "Unable to allocate space for local file context path.");
340 ERR(sh, "Unable to allocate space for netfilter context path.");
348 ERR(sh, "Unable to allocate space for userconf path.");
359 ERR(sh, "Unable to compose policy binary path.")
    [all...]
  /art/openjdkjvmti/
ti_search.cc 220 return ERR(WRONG_PHASE);
223 return ERR(WRONG_PHASE);
226 return ERR(NULL_POINTER);
235 return ERR(ILLEGAL_ARGUMENT);
243 return ERR(NONE);
249 return ERR(NULL_POINTER);
258 return ERR(NONE);
260 return ERR(WRONG_PHASE);
266 return ERR(INTERNAL);
276 return ERR(INTERNAL)
    [all...]
ti_class.cc 547 return ERR(INVALID_CLASS);
554 return ERR(CLASS_NOT_PREPARED);
558 return ERR(NULL_POINTER);
567 if (allocError != ERR(NONE)) {
585 return ERR(NONE);
595 return ERR(INVALID_CLASS);
602 return ERR(CLASS_NOT_PREPARED);
606 return ERR(NULL_POINTER);
612 if (allocError != ERR(NONE)) {
634 return ERR(NONE)
    [all...]
ti_thread.cc 165 return ERR(NONE);
172 /*out*/ jvmtiError* err) {
177 *err = ERR(INVALID_THREAD);
188 /*out*/ jvmtiError* err) {
189 if (!GetNativeThread(thread, soa, thr, err)) {
192 *err = ERR(THREAD_NOT_ALIVE);
201 return ERR(NULL_POINTER);
212 jvmtiError err = ERR(INTERNAL) local
524 jvmtiError err = ERR(INTERNAL); local
652 jvmtiError err = ERR(INTERNAL); local
679 jvmtiError err = ERR(INTERNAL); local
838 jvmtiError err = ERR(INTERNAL); local
900 jvmtiError err = ERR(INTERNAL); local
936 jvmtiError err = ERR(INTERNAL); local
1055 jvmtiError err = ERR(INTERNAL); local
1093 jvmtiError err = ERR(INTERNAL); local
    [all...]
  /external/selinux/libsepol/src/
users.c 29 goto err;
34 goto err;
37 goto err;
44 goto err;
56 ERR(handle, "could not copy MLS level");
58 goto err;
62 ERR(handle, "could not copy MLS level");
64 goto err;
68 goto err;
74 goto err;
    [all...]
node_record.c 55 ERR(handle, "could not parse IPv4 address "
68 ERR(handle, "could not parse IPv6 address "
77 ERR(handle, "unsupported protocol %u, could not "
112 ERR(handle, "unsupported protocol %u", proto);
113 goto err;
121 ERR(handle, "out of memory");
123 err:
125 ERR(handle, "could not allocate address of protocol %s",
149 ERR(handle,
165 ERR(handle
    [all...]
nodes.c 31 goto err;
33 goto err;
47 ERR(handle, "unsupported protocol %u", proto);
48 goto err;
58 goto err;
68 ERR(handle, "out of memory");
70 err:
79 ERR(handle, "could not create node structure");
94 goto err;
104 goto err;
    [all...]
  /cts/hostsidetests/security/securityPatch/CVE-2016-8425/
poc.c 31 #define ERR(fmt, ...) printf(fmt ": %d(%s)\n", ##__VA_ARGS__, errno, strerror(errno))
93 ERR("[-] open failed");
102 ERR("[-] ioctl failed");
  /external/kmod/tools/
modinfo.c 93 ERR("Found invalid \"%s=%s\": missing ':'\n",
114 ERR("Out of memory!\n");
125 int err = 0; local
133 err = process_parm(key, value, &params);
134 if (err < 0)
168 return err;
175 int err; local
185 err = kmod_module_get_info(mod, &list);
186 if (err < 0) {
187 ERR("could not get modinfo from '%s': %s\n"
267 int err = kmod_module_new_from_path(ctx, path, &mod); local
280 int err = kmod_module_new_from_lookup(ctx, alias, &list); local
368 int i, err; local
    [all...]
  /cts/hostsidetests/security/securityPatch/CVE-2016-8426/
poc.c 31 #define ERR(fmt, ...) printf(fmt ": %d(%s)\n", ##__VA_ARGS__, errno, strerror(errno))
93 ERR("[-] open failed");
102 ERR("[-] ioctl failed");
129 ERR("[-] ioctl failed");
  /external/libdivsufsort/
generate_includes.sh 26 trap cleanup INT TERM ERR EXIT
  /external/llvm/include/llvm/Support/
Solaris.h 46 #undef ERR
  /external/ltp/testcases/kernel/io/disktest/
sfunc.h 110 START, END, STAT, INFO, DBUG, WARN, ERR
  /external/swiftshader/third_party/LLVM/include/llvm/Support/
Solaris.h 37 #undef ERR
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Solaris.h 46 #undef ERR
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Support/
Solaris.h 46 #undef ERR
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Support/
Solaris.h 46 #undef ERR
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Support/Solaris/sys/
regset.h 36 #undef ERR
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Support/Solaris/sys/
regset.h 36 #undef ERR

Completed in 423 milliseconds

1 2 3 4 5 67 8 91011>>