Home
last modified time | relevance | path

Searched refs:L4_ENOENT (Results 1 – 22 of 22) sorted by relevance

/l4re-core-master/ned/server/src/
A Dlua_ns.cc45 if (r == -L4_ENOENT) in __lookup()
48 if (r == -L4_ENOENT) in __lookup()
100 if (r >= 0 || r == -L4_ENOENT) in __register()
/l4re-core-master/moe/server/src/
A Dregion.cc85 return -L4_ENOENT; in validate_ds()
90 return -L4_ENOENT; in validate_ds()
A Dname_space.cc215 return -L4_ENOENT; in op_unlink()
248 return -L4_ENOENT; in op_query()
259 return -L4_ENOENT; in op_query()
A Ddma_space.cc55 return -L4_ENOENT; in unmap()
252 return -L4_ENOENT; in unmap()
353 return -L4_ENOENT; in op_disassociate()
A Dloader.cc111 chksys(-L4_ENOENT, name); in open_file()
A Dmain.cc314 return l4_msgtag(-L4_ENOENT, 0, 0, 0); in dispatch()
/l4re-core-master/l4re/util/libs/
A Dname_space_svr.cc106 return -L4_ENOENT; in op_query()
123 return -L4_ENOENT; in op_query()
277 return -L4_ENOENT; in op_unlink()
/l4re-core-master/l4sys/include/
A Derr.h45 L4_ENOENT = 2, /**< No such entity. */ enumerator
A Dfactory389 * \retval -L4_ENOENT `thread_cap` is void or points to something that is not
/l4re-core-master/l4util/include/ARCH-x86/L4API-l4f/
A Dport_io.h75 return l4_msgtag_items(tag) > 0 ? 0 : -L4_ENOENT; in l4util_ioport_map()
/l4re-core-master/l4sys/lib/src/
A Derrtostr.c26 [L4_ENOENT] = "No such object found",
/l4re-core-master/l4re/util/include/
A Dregion_mapping_svr_282 return -L4_ENOENT;
104 return -L4_ENOENT;
132 return -L4_ENOENT;
A Denv_ns36 return L4::Cap<void>(-L4_ENOENT);
A Dregion_mapping300 return -L4_ENOENT;
308 return -L4_ENOENT;
379 return -L4_ENOENT;
/l4re-core-master/l4re_kernel/server/src/
A Dregion.h61 return -L4_ENOENT; in validate_ds()
A Dregion.cc76 return -L4_ENOENT; in map()
/l4re-core-master/l4re/include/
A Dnamespace126 * \retval -L4_ENOENT Entry could not be found.
195 * \retval -L4_ENOENT Given name does not exist.
A Drm301 * \retval -L4_ENOENT No area found.
352 * \retval -L4_ENOENT No area could be found (see
487 * \retval -L4_ENOENT No region found.
513 * \retval -L4_ENOENT No region found.
538 * \retval -L4_ENOENT No region found.
A Derror_helper49 case -L4_ENOENT: throw (L4::Element_not_found(extra));
A Denv209 return L4::Cap<T>(-L4_ENOENT);
/l4re-core-master/cxx/lib/base/include/
A Dexceptions235 : Runtime_error(-L4_ENOENT, e) {}
/l4re-core-master/l4sys/include/cxx/
A Dipc_epiface558 * \return The return code from the object's dispatch function or -L4_ENOENT

Completed in 16 milliseconds