Home
last modified time | relevance | path

Searched defs:Mailbox (Results 1 – 1 of 1) sorted by relevance

/plan9/sys/src/cmd/upas/fs/
H A Ddat.h85 typedef struct Mailbox Mailbox; typedef
86 struct Mailbox struct
90 Mailbox *next; argument
101 char *(*sync)(Mailbox*, int); argument
102 void (*close)(Mailbox*); argument
103 char *(*fetch)(Mailbox*, Message*); argument
104 char *(*ctl)(Mailbox*, int, char**); argument
105 void *aux; // private to Mailbox implementation argument