Searched refs:UEVENT_MSG_LEN (Results 1 – 3 of 3) sorted by relevance
20 #define UEVENT_MSG_LEN 1024 macro25 char msg[UEVENT_MSG_LEN+2]; in main()33 while ((n = uevent_kernel_multicast_recv(device_fd, msg, UEVENT_MSG_LEN)) > 0) { in main()
99 char msg[UEVENT_MSG_LEN + 2]; in ReadUevent()100 int n = uevent_kernel_multicast_recv(device_fd_, msg, UEVENT_MSG_LEN); in ReadUevent()107 if (n >= UEVENT_MSG_LEN) { in ReadUevent()
30 #define UEVENT_MSG_LEN 8192 macro