Home
last modified time | relevance | path

Searched refs:ty (Results 1 – 2 of 2) sorted by relevance

/trusty/kernel/lib/syscall/stubgen/
Dstubgen.py200 ty = m.group(3)
203 if '*' in ty:
208 rust_arg += ty
257 ty = m.group(1)
259 rust_args.append('%s: %s' % (name, reformat_c_to_rust(ty)))
/trusty/user/base/lib/tipc/rust/src/
Dservice.rs133 ty: ChannelTy<D>, field
148 writeln!(f, " ty: {:?},", self.ty)?; in fmt()
176 match self.ty { in is_port()
183 match self.ty { in is_connection()
221 ty: ChannelTy::Port(cfg.try_clone()?), in try_new_port()
227 Ok(Rc::try_new(Self { handle, ty: ChannelTy::Connection(data) })?) in try_new_connection()
517 ($vis:vis $wrapper:ident ($inner:ty: Service)) => {
522 ($vis:vis $wrapper:ident ($inner:ty: UnbufferedService)) => {
527 (@common $vis:vis $wrapper:ident $inner:ty) => {
538 (@buffered $wrapper:ident $inner:ty) => {
[all …]