Searched refs:mycon (Results 1 – 1 of 1) sorted by relevance
/illumos-gate/usr/src/cmd/ypcmd/ |
H A D | ypxfrd_server.c | 58 struct mycon { struct 65 bool_t xdr_myfyl(XDR *xdrs, struct mycon *objp); argument 66 bool_t xdr_pages(XDR *xdrs, struct mycon *m); 67 bool_t xdr_dirs(XDR *xdrs, struct mycon *m); 69 int mygetdir(char *block, int *no, struct mycon *m); 70 int mygetpage(char *block, int *pageno, struct mycon *m); 128 struct mycon m; in getdbm_1_svc() 241 xdr_myfyl(XDR *xdrs, struct mycon *objp) in xdr_myfyl() 256 xdr_pages(XDR *xdrs, struct mycon *m) in xdr_pages() 303 mygetdir(char *block, int *no, struct mycon *m) in mygetdir() [all …]
|