Home
last modified time | relevance | path

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

/plan9/sys/src/cmd/upas/marshal/
H A Dmarshal.c7 typedef struct Attach Attach; typedef
12 struct Attach { struct
13 Attach *next; argument
14 char *path;
15 char *type;
16 int ainline;
17 Ctype *ctype;
/plan9/sys/src/cmd/auth/
H A Dkeyfs.c208 Attach(Fid *f) in Attach() function