Searched refs:ch1 (Results 1 - 7 of 7) sorted by relevance

/fuchsia/zircon/kernel/object/
H A Dchannel_dispatcher.cpp52 auto ch1 = fbl::AdoptRef(new (&ac) ChannelDispatcher(fbl::move(holder1)));
56 ch0->Init(ch1);
57 ch1->Init(ch0);
61 *dispatcher1 = fbl::move(ch1);
/fuchsia/zircon/third_party/uapp/dash/src/
H A Dnodes.h62 union node *ch1; member in struct:nbinary
H A Dnodes.c160 calcsize(n->nbinary.ch1);
263 new->nbinary.ch1 = copynode(n->nbinary.ch1);
400 encodenode(n->nbinary.ch1);
511 decodenode(&n->nbinary.ch1);
H A Dshow.c83 shtree(n->nbinary.ch1, ind, NULL, fp);
H A Dparser.c194 n3->nbinary.ch1 = n1;
237 n3->nbinary.ch1 = n1;
339 n1->nbinary.ch1 = list(0);
H A Deval.c272 status = evaltree(n->nbinary.ch1,
362 i = evaltree(n->nbinary.ch1, EV_TESTED);
H A Djobs.c1253 cmdtxt(n->nbinary.ch1);
1292 cmdtxt(n->nbinary.ch1);

Completed in 66 milliseconds