Searched refs:Invalid (Results 1 – 25 of 43) sorted by relevance
12
39 : _task(L4::Cap<L4::Task>::Invalid), in App_task()40 _thread(L4::Cap<L4::Thread>::Invalid), in App_task()
67 return L4::Cap<void>::Invalid;
111 return L4::Cap<void>::Invalid; in cap()
164 return L4::Cap<L4::Thread>::Invalid; in received_thread()
128 return Cap<T>::Invalid;141 return Cap<T>::Invalid;
60 Smart_cap() noexcept : Cap_base(Invalid) {}165 Weak_cap() noexcept : Cap_base(Invalid) {}
93 * \retval -L4_EINVAL Invalid size of the scheduling parameter.118 * \retval -L4_EINVAL Invalid CPU requested in cpu set.
200 * \retval L4::Cap<void>::Invalid No capability with the given name found.216 * \retval L4::Cap<void>::Invalid The allocation of the IPC gate233 * \retval L4::Cap<L4::Irq>::Invalid The allocation of the IRQ has failed.254 * \retval L4::Cap<L4::Rcv_endpoint>::Invalid The IRQ attach operation has failed.298 o->set_server(0, L4::Cap<void>::Invalid);
53 return L4::Cap<void>::Invalid;
98 return L4::Cap<void>::Invalid;
211 _cap = L4::Cap<L4::Irq>::Invalid;
148 return L4::Cap<void>::Invalid;
104 return L4::Cap<void>::Invalid;
121 L4::Cap<void> cap = n ? n->cap<void>().get() : L4::Cap<void>::Invalid; in __register()
103 { return L4::Cap<L4Re::Dataspace>::Invalid; } in reserved_area()
148 * \retval -L4_ERANGE Invalid offset.170 * \retval -L4_ERANGE Invalid offset or receive area larger than239 * \retval -L4_EINVAL Invalid parameter supplied.
400 : _addr(0), _rm(L4::Cap<Rm>::Invalid) {}403 : _addr(addr), _rm(L4::Cap<Rm>::Invalid) {}434 _rm = L4::Cap<Rm>::Invalid;448 { reset(0, L4::Cap<Rm>::Invalid); }483 * unmapped. Provide L4::Cap<L4::Task>::Invalid for none.509 * unmapped. Provide L4::Cap<L4::Task>::Invalid for none.
170 * \retval -L4_EINVAL Invalid parameter.
45 Invalid = L4_INVALID_CAP ///< Invalid capability selector enumerator
342 * \retval L4::Cap<void>::Invalid No capability with the given name found.355 * \retval L4::Cap<void>::Invalid The allocation of the IPC gate372 * \retval L4::Cap<L4::Irq>::Invalid The allocation of the IRQ has failed.390 * \retval L4::Cap<L4::Rcv_endpoint>::Invalid The IRQ attach operation has failed.
238 /// Returns L4::Cap<void>::Invalid, we have no buffer management240 { return L4::Cap<void>::Invalid; }
46 Smart_cap_base() noexcept : Cap_base(Invalid) {}
230 reg_cap = L4::Cap<void>::Invalid; in op_register_obj()
58 { return L4::Cap<L4Re::Dataspace>::Invalid; }
57 View() : _goos(L4::Cap<Goos>::Invalid), _view_idx(~0U) {}
Completed in 17 milliseconds