Searched refs:xdrfuncp (Results 1 – 1 of 1) sorted by relevance
517 xdrfunc *xdrfuncp; in h_output() local586 xdrfuncp = xdrfunc_head; in h_output()587 while (xdrfuncp != NULL) { in h_output()588 print_xdr_func_def(xdrfuncp->name, in h_output()589 xdrfuncp->pointerp, 2); in h_output()590 xdrfuncp = xdrfuncp->next; in h_output()600 xdrfuncp = xdrfunc_head; in h_output()601 while (xdrfuncp != NULL) { in h_output()602 print_xdr_func_def(xdrfuncp->name, in h_output()603 xdrfuncp->pointerp, i); in h_output()[all …]