_IOR
sys/rnd.h:186:#define RNDGETPOOL _IOR('R', 103, u_char *) /* get whole pool */
#define _IOR(g,n,t) _IOC(IOC_OUT, (g), (n), sizeof(t))