Lines Matching refs:mycon
60 struct mycon { struct
67 bool_t xdr_myfyl(XDR *xdrs, struct mycon *objp); argument
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; in getdbm_1_svc()
243 xdr_myfyl(XDR *xdrs, struct mycon *objp) in xdr_myfyl()
258 xdr_pages(XDR *xdrs, struct mycon *m) in xdr_pages()
305 mygetdir(char *block, int *no, struct mycon *m) in mygetdir()
337 xdr_dirs(XDR *xdrs, struct mycon *m) in xdr_dirs()
361 mygetpage(char *block, int *pageno, struct mycon *m) in mygetpage()