Lines Matching refs:mycon
60 struct mycon {
67 bool_t xdr_myfyl(XDR *xdrs, struct mycon *objp);
68 bool_t xdr_pages(XDR *xdrs, struct mycon *m);
69 bool_t xdr_dirs(XDR *xdrs, struct mycon *m);
71 int mygetdir(char *block, int *no, struct mycon *m);
72 int mygetpage(char *block, int *pageno, struct mycon *m);
130 struct mycon m;
243 xdr_myfyl(XDR *xdrs, struct mycon *objp)
258 xdr_pages(XDR *xdrs, struct mycon *m)
305 mygetdir(char *block, int *no, struct mycon *m)
337 xdr_dirs(XDR *xdrs, struct mycon *m)
361 mygetpage(char *block, int *pageno, struct mycon *m)