Home
last modified time | relevance | path

Searched refs:mycon (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/ypcmd/
H A Dypxfrd_server.c60 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 …]