Lines Matching refs:attach
60 * search for an appropriate range to attach to. Regions are skipped in this
108 /// Flags for attach operation.
117 /// Mask of all attach flags.
310 L4_RPC_NF(long, attach, (L4::Ipc::In_out<l4_addr_t *> start,
324 * shall attach the data space. Will be rounded down to
332 * #L4Re::Rm::reserve_area) to attach the data space
334 * \param size Size of the data space to attach (in bytes). Will be
370 long attach(l4_addr_t *start, unsigned long size, Flags flags,
375 * \copydoc L4Re::Rm::attach
378 long attach(T **start, unsigned long size, Flags flags,
384 return attach(&x->a, size, flags, mem, offs, align);
461 long attach(Unique_region<T> *start, unsigned long size, Flags flags,
467 long res = attach(&addr, size, flags, mem, offs, align);