Searched refs:ops (Results 1 – 2 of 2) sorted by relevance
132 struct xdr_ops ops; in xdr_sizeof() local139 ops.x_putlong = x_putlong; in xdr_sizeof()140 ops.x_putbytes = x_putbytes; in xdr_sizeof()141 ops.x_inline = x_inline; in xdr_sizeof()142 ops.x_getpostn = x_getpostn; in xdr_sizeof()143 ops.x_setpostn = x_setpostn; in xdr_sizeof()144 ops.x_destroy = x_destroy; in xdr_sizeof()145 ops.x_putint32 = x_putint32; in xdr_sizeof()148 ops.x_getlong = (dummyfunc1) harmless; in xdr_sizeof()149 ops.x_getbytes = (dummyfunc2) harmless; in xdr_sizeof()[all …]
52 static const struct auth_ops ops = { variable83 ap->no_client.ah_ops = (struct auth_ops *) &ops; in authnone_create_once()
Completed in 5 milliseconds