/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/ |
A D | getservice.c | 124 int getservbyname_r(const char *name, const char *proto, in getservbyname_r() argument 141 if (proto == 0 || strcmp(result_buf->s_proto, proto) == 0) in getservbyname_r() 151 struct servent *getservbyname(const char *name, const char *proto) in libc_hidden_def() 156 getservbyname_r(name, proto, &serve, servbuf, servbuf_sz, &result); in libc_hidden_def() 161 int getservbyport_r(int port, const char *proto, in getservbyport_r() argument 172 if (proto == 0 || strcmp(result_buf->s_proto, proto) == 0) in getservbyport_r() 182 struct servent *getservbyport(int port, const char *proto) in libc_hidden_def() 187 getservbyport_r(port, proto, &serve, servbuf, servbuf_sz, &result); in libc_hidden_def()
|
A D | getproto.c | 155 int getprotobynumber_r(int proto, in getprotobynumber_r() argument 164 if (proto == result_buf->p_proto) in getprotobynumber_r() 174 struct protoent *getprotobynumber(int proto) in libc_hidden_def() 179 getprotobynumber_r(proto, &protoe, protobuf, SBUFSIZE, &result); in libc_hidden_def()
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/sys/ |
A D | cdefs.h | 164 # define __REDIRECT(name, proto, alias) name proto __asm__ (__ASMNAME (#alias)) argument 166 # define __REDIRECT_NTH(name, proto, alias) \ argument 167 name proto __THROW __asm__ (__ASMNAME (#alias)) 169 # define __REDIRECT_NTH(name, proto, alias) \ argument 170 name proto __asm__ (__ASMNAME (#alias)) __THROW
|
/l4re-core-master/ned/server/src/ |
A D | lua_cap.h | 140 register_cap(lua_State *l, char const *name, L4::Cap<void> i, long proto = 0); 160 long proto = m->proto(); in register_cap_type() local 161 if (proto) in register_cap_type() 163 lua_pushinteger(l, proto); in register_cap_type()
|
A D | lua_cap.cc | 162 long proto = 0; in find_dynamic_type() local 165 int err = l4_error(_meta->interface(0, &proto, &name)); in find_dynamic_type() 300 register_cap(lua_State *l, char const *name, L4::Cap<void> i, long proto) in register_cap() argument 302 lua_pushinteger(l, proto); in register_cap()
|
A D | ned.lua | 95 function Loader.new(proto) 96 local f = proto or {}; 206 function App_env.new(proto) 207 local f = proto or {};
|
/l4re-core-master/uclibc/lib/contrib/uclibc/libc/inet/rpc/ |
A D | getrpcport.c | 50 getrpcport (const char *host, u_long prognum, u_long versnum, u_int proto) in getrpcport() argument 74 return pmap_getport (&addr, prognum, versnum, proto); in getrpcport()
|
A D | clnt_generic.c | 48 const char *proto) in clnt_create() argument 63 if (strcmp (proto, "unix") == 0) in clnt_create() 117 while (getprotobyname_r (proto, &protobuf, prttmpbuf, prtbuflen, &p) != 0 in clnt_create()
|
/l4re-core-master/l4sys/include/ |
A D | __typeinfo.h | 132 static bool contains(long proto) noexcept in contains() 133 { return (proto == Proto) || Next::contains(proto); } in contains() 307 static int f(THIS *self, long proto, A1 a1, A2 &a2) 309 if (I::Proto == proto) 312 return _P_dispatch<typename LIST::type>::f(self, proto, a1, a2); 597 long proto() const noexcept { return _proto; } 599 bool has_proto(long proto) const noexcept 601 if (_proto && _proto == proto) 604 if (!proto) 608 if (base(i)->has_proto(proto)) [all …]
|
A D | meta | 55 * \param[out] proto The protocol number for interface `idx`. 58 * \retval l4_msgtag_t::label() == 0 Successful; see `proto` and `name`. 61 L4_INLINE_RPC(l4_msgtag_t, interface, (l4_umword_t idx, long *proto,
|
A D | capability | 132 if (m->proto() && l4_error(mc->supports(m->proto())) > 0)
|
/l4re-core-master/cxx/lib/ipc/include/ |
A D | ipc_stream | 742 * \param proto Protocol to use. 771 return l4_msgtag(proto, w, _current_item, flags); 875 * \param proto Protocol to use. 889 long proto = 0) 898 * \param proto Protocol to use. 913 inline l4_msgtag_t reply(long proto = 0) 914 { return reply(L4_IPC_SEND_TIMEOUT_0, proto); } 988 l4_msgtag_t tag = prepare_ipc(proto); 1000 l4_msgtag_t tag = prepare_ipc(proto); 1008 Iostream::reply(l4_timeout_t timeout, long proto) [all …]
|
/l4re-core-master/l4re_vfs/include/impl/ |
A D | ns_fs_impl.h | 33 long proto = 0; in cap_to_vfs_object() local 36 int r = l4_error(m->interface(0, &proto, &name)); in cap_to_vfs_object() 45 if (proto != 0) in cap_to_vfs_object() 46 factory = L4Re::Vfs::vfs_ops->get_file_factory(proto); in cap_to_vfs_object()
|
A D | vfs_impl.h | 145 Ref_ptr<L4Re::Vfs::File_factory> get_file_factory(int proto) throw(); 285 Vfs::get_file_factory(int proto) throw() in get_file_factory() argument 288 if (p->f->proto() == proto) in get_file_factory()
|
/l4re-core-master/l4re_vfs/include/ |
A D | vfs.h | 786 explicit File_factory(int proto) : _proto(proto) {} in File_factory() argument 788 File_factory(int proto, char const *proto_name) in File_factory() argument 789 : _proto(proto), _proto_name(proto_name) in File_factory() 796 int proto() const { return _proto; } in proto() function 972 virtual cxx::Ref_ptr<File_factory> get_file_factory(int proto) throw() = 0;
|
/l4re-core-master/l4sys/include/cxx/ |
A D | ipc_epiface | 426 long op_interface(L4::Meta::Rights, l4_umword_t ifx, long &proto, L4::Ipc::String<char> &name) 430 proto = L4::kobject_typeid<IFACE>()->proto(); 437 long op_supports(L4::Meta::Rights, l4_mword_t proto) 438 { return L4::kobject_typeid<IFACE>()->has_proto(proto); }
|
/l4re-core-master/uclibc/lib/contrib/uclibc/include/rpc/ |
A D | clnt.h | 420 u_long __versnum, u_int proto) __THROW;
|