Searched defs:harmless (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dxdr_sizeof.c107 harmless(void) function
136 ops.x_getlong = (dummyfunc1) harmless;
143 ops.x_getint32 = (dummyfunc3) harmless;
147 /* the other harmless ones */
148 ops.x_getbytes = (dummyfunc2) harmless;
/illumos-gate/usr/src/uts/common/rpc/
H A Dxdr_sizeof.c92 harmless() function
128 ops.x_getint32 = (dummyfunc3)harmless;
132 /* the other harmless ones */
133 ops.x_getbytes = (dummyfunc2)harmless;
134 ops.x_control = (dummyfunc4)harmless;
H A Dxdrrdma_sizeof.c182 harmless() function
290 ops.x_getint32 = (dummyfunc3)harmless;
294 /* the other harmless ones */
295 ops.x_getbytes = (dummyfunc2)harmless;

Completed in 44 milliseconds