__UEVENT_BUFFER_SIZE
int rcv_buf_sz = __UEVENT_BUFFER_SIZE;
char buf[__UEVENT_BUFFER_SIZE] = { 0 };
struct iovec iov = { buf, __UEVENT_BUFFER_SIZE };