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

1 2 3 4 5 67 8 91011>>

  /external/selinux/libsemanage/src/
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...]
semanage_store.c 282 ERR(sh, "Unable to allocate space for policy top level path.");
290 ERR(sh, "Unable to allocate space for file context path.");
297 ERR(sh, "Unable to allocate space for file context path.");
305 ERR(sh, "Unable to allocate space for file context home directory path.");
312 ERR(sh, "Unable to allocate space for file context home directory path.");
320 ERR(sh, "Unable to allocate space for local file context path.");
327 ERR(sh, "Unable to allocate space for local file context path.");
335 ERR(sh, "Unable to allocate space for netfilter context path.");
343 ERR(sh, "Unable to allocate space for userconf path.");
354 ERR(sh, "Unable to compose policy binary path.")
    [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...]
  /external/selinux/libsepol/src/
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...]
avtab.c 454 ERR(fp->handle, "truncated entry");
460 ERR(fp->handle, "invalid item count");
466 ERR(fp->handle, "truncated entry");
474 ERR(fp->handle, "truncated source type");
480 ERR(fp->handle, "truncated target type");
486 ERR(fp->handle, "truncated target class");
494 ERR(fp->handle, "null entry");
498 ERR(fp->handle, "entry has both access "
514 ERR(fp->handle, "entry only had %d items, "
523 ERR(fp->handle, "truncated entry")
    [all...]
expand.c 102 ERR(state->handle, "Out of memory!");
108 ERR(state->handle, "Out of memory!");
120 ERR(state->handle, "type space overflow");
132 ERR(state->handle, "hashtab overflow");
138 ERR(state->handle, "Out of memory!\n");
170 ERR(state->handle, "attribute %s vanished!", id);
174 ERR(state->handle, "out of memory");
180 ERR(state->handle, "Out of memory!");
242 ERR(state->handle, "Out of memory!");
247 ERR(state->handle, "Out of memory!")
    [all...]
link.c 151 ERR(state->handle, "Memory error");
153 goto err;
158 ERR(state->handle, "Memory error");
160 goto err;
166 ERR(state->handle,
168 goto err;
174 ERR(state->handle,
190 ERR(state->handle, "Out of memory!");
202 err:
214 ERR(state->handle, "Found conflicting default user definitions")
    [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/tools/linux-x86_64/kythe/extractors/
javac-wrapper.sh 59 trap cleanup EXIT ERR INT
64 "$@" >>"$TMPDIR"/javac-extractor.out 2>> "$TMPDIR"/javac-extractor.err
  /art/runtime/openjdkjvmti/
ti_thread.cc 159 return ERR(NONE);
176 return ERR(NULL_POINTER);
186 return ERR(INVALID_THREAD);
289 return ERR(NONE);
404 return ERR(NULL_POINTER);
414 return ERR(WRONG_PHASE);
427 return ERR(NONE);
444 return ERR(NONE);
451 return ERR(NULL_POINTER);
481 if (data_result != ERR(NONE))
    [all...]
ti_stack.cc 143 return ERR(ILLEGAL_ARGUMENT);
150 return ERR(NONE);
155 return ERR(ILLEGAL_ARGUMENT);
163 return ERR(NONE);
173 return ERR(WRONG_PHASE);
177 return ERR(INVALID_THREAD);
185 return ERR(THREAD_NOT_ALIVE);
188 return ERR(NONE);
199 if (thread_error != ERR(NONE)) {
208 return ERR(THREAD_NOT_ALIVE)
    [all...]
ti_threadgroup.cc 60 return ERR(NULL_POINTER);
66 return ERR(WRONG_PHASE);
72 return ERR(WRONG_PHASE);
77 if (result != ERR(NONE)) {
87 return ERR(NONE);
94 return ERR(INVALID_THREAD_GROUP);
99 return ERR(INVALID_THREAD_GROUP);
152 return ERR(NONE);
222 return ERR(INVALID_THREAD_GROUP);
228 return ERR(INVALID_THREAD_GROUP)
    [all...]
  /external/mdnsresponder/mDNSShared/
DebugServices.h 617 #define check_noerr( ERR ) \
622 localErr = (int_least32_t)( ERR ); \
630 #define check_noerr( ERR )
652 #define check_noerr_string( ERR, STR ) \
657 localErr = (int_least32_t)( ERR ); \
665 #define check_noerr_string( ERR, STR )
813 #define require_noerr( ERR, LABEL ) \
818 localErr = (int_least32_t)( ERR ); \
844 #define require_noerr_string( ERR, LABEL, STR ) \
849 localErr = (int_least32_t)( ERR ); \
    [all...]
  /device/generic/goldfish-opengl/host/include/libOpenglRender/
IOStream.h 48 ERR("Failed to flush in alloc\n");
57 ERR("Alloc (%u bytes) failed\n", allocLen);
  /external/ltp/testcases/kernel/controllers/freezer/
vfork_freeze.sh 84 trap 'break' ERR
102 trap '' ERR
  /external/ltp/testcases/kernel/fs/fs_bind/bind/
test03 38 trap 'ERR=$? ; ERR_MSG="caught error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"; break' ERR
81 trap 'ERR=$? ; tst_resm TWARN "bind/test03: caught error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"' ERR
85 result=$ERR
87 trap '' ERR
test05 38 trap 'ERR=$? ; ERR_MSG="caught error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"; break' ERR
78 trap 'ERR=$? ; tst_resm TWARN "bind/test05: caught error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"' ERR
82 result=$ERR
84 trap '' ERR
test07 37 trap 'ERR=$? ; ERR_MSG="caught error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"; break' ERR
78 trap 'ERR=$? ; tst_resm TWARN "bind/test07: caught error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"' ERR
82 result=$ERR
84 trap '' ERR
test09 37 trap 'ERR=$? ; ERR_MSG="caught error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"; break' ERR
78 trap 'ERR=$? ; tst_resm TWARN "bind/test09: caught error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"' ERR
82 result=$ERR
84 trap '' ERR
test10 37 trap 'ERR=$? ; ERR_MSG="caught error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"; break' ERR
75 trap 'ERR=$? ; tst_resm TWARN "bind/test10: caught error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"' ERR
79 result=$ERR
81 trap '' ERR

Completed in 6179 milliseconds

1 2 3 4 5 67 8 91011>>