Searched refs:mycon (Results 1 – 1 of 1) sorted by relevance
/titanic_41/usr/src/cmd/ypcmd/ |
H A D | ypxfrd_server.c | 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() [all …]
|