ctl_tran
struct ctl_tran *tran;
static struct ctl_tran *
struct ctl_tran *new = memget(sizeof *new);
struct ctl_tran *tran;
struct ctl_tran *this, *next;
struct ctl_tran *tran;
struct ctl_tran *tran = (struct ctl_tran *)uap;
struct ctl_tran *tran;
LINK(struct ctl_tran) link;
LINK(struct ctl_tran) wlink;
LIST(struct ctl_tran) tran;
LIST(struct ctl_tran) wtran;
static struct ctl_tran *new_tran(struct ctl_cctx *, ctl_clntdone, void *, int);