Searched refs:EPERM (Results 1 - 16 of 16) sorted by relevance

/barrelfish-master/lib/posixcompat/
H A Dremove.c22 if(ret == -1 && errno == EPERM) {
/barrelfish-master/lib/libc/gen/
H A Dnice.c57 errno = EPERM;
/barrelfish-master/lib/cxx/cxx/
H A Dcondition_variable.cpp42 __throw_system_error(EPERM,
55 __throw_system_error(EPERM,
/barrelfish-master/include/cxx/
H A Derrno.h363 #ifndef EPERM
364 #define EPERM 9972 macro
/barrelfish-master/lib/libc/tests/stdio/
H A Dperror_test.c71 errno = EPERM;
/barrelfish-master/include/sys/
H A Derrno.h49 #define EPERM 1 /* Operation not permitted */ macro
/barrelfish-master/include/
H A Derrno.h49 #define EPERM 1 /* Operation not permitted */ macro
/barrelfish-master/lib/libc/tests/string/
H A Dstrerror_test.c68 sret = strerror(EPERM);
108 iret = strerror_r(EPERM, buf, strlen("Operation not permitted"));
/barrelfish-master/include/lwip/lwip/
H A Darch.h66 #define EPERM 1 /* Operation not permitted */ macro
/barrelfish-master/include/lwip2/lwip/
H A Derrno.h48 #define EPERM 1 /* Operation not permitted */ macro
/barrelfish-master/lib/libc/db/btree/
H A Dbt_put.c87 errno = EPERM;
H A Dbt_delete.c78 errno = EPERM;
/barrelfish-master/lib/devif/backends/net/mlx4/drivers/net/mlx4/
H A Dcmd.c148 { [CMD_STAT_INTERNAL_ERR] = -EIO, [CMD_STAT_BAD_OP] = -EPERM,
386 case -EPERM:
1115 return -EPERM;
1129 return -EPERM;
1138 return -EPERM;
/barrelfish-master/lib/libc/db/hash/
H A Dhash.c544 hashp->error = errno = EPERM;
563 hashp->error = errno = EPERM;
/barrelfish-master/lib/acpica/source/os_specific/service_layers/
H A Doslinuxtbl.c267 case EPERM:
/barrelfish-master/include/vm/
H A Dvm_mmap.c1290 error = EPERM;

Completed in 116 milliseconds