HomeSort by relevance Sort by last modified time
    Searched refs:EEXIST (Results 51 - 75 of 488) sorted by null

1 23 4 5 6 7 8 91011>>

  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/Xen/io/
xs_wire.h 77 XSD_ERROR(EEXIST),
  /external/kmod/tools/
insert.c 50 case -EEXIST:
  /external/libcups/cups/
tempfile.c 127 if (fd < 0 && errno != EEXIST)
  /external/libnl/lib/
error.c 91 case EEXIST: return NLE_EXIST;
  /external/ltp/testcases/kernel/controllers/memcg/control/
mem_process.c 129 if (ret == -1 && errno != EEXIST)
  /external/ltp/testcases/kernel/syscalls/ipc/msgget/
msgget02.c 51 {&msgkey, IPC_CREAT | IPC_EXCL, EEXIST, 0},
  /external/ltp/testcases/kernel/syscalls/ipc/semget/
semget02.c 25 * semget02 - test for EACCES and EEXIST errors
32 * issue a PASS message if we get EACCES or EEXIST
71 /* EEXIST - the semaphore id exists and semget() was called with */
74 IPC_CREAT | IPC_EXCL, EEXIST}
  /external/ltp/testcases/kernel/syscalls/ipc/shmget/
shmget02.c 25 * shmget02 - check for ENOENT, EEXIST and EINVAL errors
32 * issue a PASS message if we get ENOENT, EEXIST or EINVAL
80 /* EEXIST - the segment exists and IPC_CREAT | IPC_EXCL is given */
82 &shmkey, SHM_SIZE, IPC_CREAT | IPC_EXCL | SHM_RW, EEXIST},
  /external/ltp/testcases/kernel/syscalls/rename/
rename04.c 26 * a non-empty directory and return EEXIST or ENOTEMPTY
116 } else if (TEST_ERRNO == EEXIST) {
117 tst_resm(TPASS, "rename() returned EEXIST");
119 tst_resm(TFAIL, "Expected ENOTEMPTY or EEXIST got %d",
  /external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
4-1.c 40 EEXIST, "EEXIST"}, {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_close/
3-2.c 102 if (sem == SEM_FAILED && errno == EEXIST) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/sem_unlink/
6-1.c 98 if ((sem1 == SEM_FAILED) && (errno == EEXIST)) {
7-1.c 111 if ((sem == SEM_FAILED) && (errno == EEXIST)) {
9-1.c 118 if ((sem == SEM_FAILED) && (errno == EEXIST)) {
  /external/mesa3d/src/gallium/drivers/ddebug/
dd_util.h 57 if (mkdir(dir, 0774) && errno != EEXIST) {
  /external/python/cpython2/Doc/includes/
email-unpack.py 40 if e.errno != errno.EEXIST:
  /external/walt/server/
main.py 58 if e.errno != errno.EEXIST:
  /frameworks/native/services/surfaceflinger/tests/hwc2/
Hwc2TestVirtualDisplay.cpp 87 if (ret && errno != EEXIST)
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_pipe.c 69 if ((result == -1) && (errno != EEXIST)) {
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_pipe.c 69 if ((result == -1) && (errno != EEXIST)) {
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_pipe.c 69 if ((result == -1) && (errno != EEXIST)) {
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_pipe.c 69 if ((result == -1) && (errno != EEXIST)) {
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_pipe.c 69 if ((result == -1) && (errno != EEXIST)) {
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng_dmn_conn_glue_pipe.c 69 if ((result == -1) && (errno != EEXIST)) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/x86_64-w64-mingw32/32/bits/
error_constants.h 63 file_exists = EEXIST,

Completed in 452 milliseconds

1 23 4 5 6 7 8 91011>>