Home
last modified time | relevance | path

Searched refs:Name (Results 1 – 24 of 24) sorted by relevance

/l4re-core-master/moe/server/src/
A Dname_space.h38 typedef cxx::String Name; typedef
58 Name _name;
80 _name = Name(namecpy, len); in Entry()
85 Name const &name() const in name()
124 typedef Entry::Name Key_type;
131 bool operator () (Entry::Name const &l, Entry::Name const &r) const in operator()
149 Entry *find(Entry::Name const &name) const in find()
152 Entry *remove(Entry::Name const &name) in remove()
186 int register_obj(Entry::Name const &name, unsigned long flags, T cap) in register_obj()
198 Entry *find_iter(Entry::Name const &name) const;
A Dname_space.cc100 Entry *n = find(Entry::Name(name.data, name.length)); in check_existing()
120 Name_space::find_iter(Entry::Name const &pname) const in find_iter()
122 Entry::Name name = pname; in find_iter()
135 Entry *o = ns->find(Entry::Name(part.start(), part.len())); in find_iter()
213 Entry *n = find(Entry::Name(name.data, part)); in op_unlink()
246 Entry *n = find(Entry::Name(name.data, part)); in op_query()
/l4re-core-master/l4re/util/libs/
A Dname_space_svr.cc30 Name::operator < (Name const &r) const in operator <()
44 Name_space::find_iter(Name const &pname) const in find_iter()
46 Name name = pname; in find_iter()
59 Entry *o = ns->find(Name(part.start(), part.len())); in find_iter()
104 Entry *n = find(Name(name.data, part)); in op_query()
153 Name_space::insert_entry(Name const &name, unsigned flags, Entry **e) in insert_entry()
238 Name _name(name.data, name.length); in op_register_obj()
275 Entry *n = find(Name(name.data, part)); in op_unlink()
/l4re-core-master/l4re/util/include/
A Dname_space_svr40 * \brief Name class.
42 class Name : public cxx::String
47 Name(const char *name, unsigned long len) : String(name, len) {}
48 Name(cxx::String const &n) : String(n) {}
50 bool operator < (Name const &r) const;
144 Name _n;
150 Entry(Name const &n, Obj const &o, bool dynamic = false)
153 Name const &name() const { return _n; }
173 typedef Name Key_type;
211 Entry *find_iter(Name const &name) const;
[all …]
A Dobject_registry197 * \param service Name of a pre-allocated receive endpoint.
/l4re-core-master/l4re/include/
A Dnamespace37 * \defgroup api_l4re_namespace Name-space API
46 * Name spaces play a central role in L4Re, because the implementation of the
51 * \brief Name-space interface.
90 Partly_resolved = 0x020, ///< Name was only partly resolved.
123 * \retval 0 Name could be fully resolved.
124 * \retval >0 Name could only be partly resolved. The number of remaining
156 * \param name Name under which the object should be registered.
167 * \retval -L4_EEXIST Name already registered.
192 * \param name Name of the entry to remove.
197 * \retval -L4_EACCESS Name cannot be removed.
A Denv62 * Name | Object Type | Convenience Function
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/
A Dsysdep.h99 # define CFI_STRINGIFY(Name) CFI_STRINGIFY2 (Name) argument
100 # define CFI_STRINGIFY2(Name) #Name argument
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/nios/
A Dsetjmp.S22 ; Name: __sigsetjmp
A D__longjmp.S21 ; Name: __longjmp
/l4re-core-master/l4sys/include/
A Ddebugger65 * \param name Name
101 * \param name Name to query for.
138 * \param name Name of the log type.
A Dcapability48 * \param _class Name of the class that shall not have value copy semantics.
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/sysdeps/linux/common/bits/
A Dstab.def41 /* Name of main routine. Only the name is significant.
93 /* GNU C++ exception variable. Name is variable name. */
108 /* Name of main source file.
121 /* Name of sub-source file (#include file).
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/misc/ftw/
A Dftw.c143 # define lstat(Name, Stat_buf) rpl_lstat(Name, Stat_buf) argument
/l4re-core-master/l4sys/include/cxx/
A Dipc_epiface339 * \param service Name of the capability that shall be used to connect
/l4re-core-master/uclibc/lib/contrib/uclibc/
A DRules.mak386 # Idx Name Size VMA LMA File off Algn
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-4.9/
A Dconfig.h.in674 /* Name of package */
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-5/
A Dconfig.h.in689 /* Name of package */
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-6/
A Dconfig.h.in698 /* Name of package */
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-9/
A Dconfig.h.in764 /* Name of package */
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-11/
A Dconfig.h.in720 /* Name of package */
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-8/
A Dconfig.h.in722 /* Name of package */
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-7/
A Dconfig.h.in716 /* Name of package */
/l4re-core-master/libstdc++-v3/contrib/libstdc++-v3-10/
A Dconfig.h.in707 /* Name of package */

Completed in 33 milliseconds