Searched refs:xdrptr (Results 1 – 1 of 1) sorted by relevance
113 xdrfunc * xdrptr; in storexdrfuncdecl() local115 xdrptr = XALLOC(struct xdrfunc); in storexdrfuncdecl()117 xdrptr->name = name; in storexdrfuncdecl()118 xdrptr->pointerp = pointerp; in storexdrfuncdecl()119 xdrptr->next = NULL; in storexdrfuncdecl()122 xdrfunc_head = xdrptr; in storexdrfuncdecl()123 xdrfunc_tail = xdrptr; in storexdrfuncdecl()125 xdrfunc_tail->next = xdrptr; in storexdrfuncdecl()126 xdrfunc_tail = xdrptr; in storexdrfuncdecl()