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()
211 #define UEVENT_MSG_LEN 2048 macro213 char msg[UEVENT_MSG_LEN+2]; in uevent_event()217 n = uevent_kernel_multicast_recv(uevent_fd, msg, UEVENT_MSG_LEN); in uevent_event()220 if (n >= UEVENT_MSG_LEN) /* overflow -- discard */ in uevent_event()
895 #define UEVENT_MSG_LEN 2048 macro898 char msg[UEVENT_MSG_LEN+2]; in handle_device_fd()900 while ((n = uevent_kernel_multicast_recv(device_fd, msg, UEVENT_MSG_LEN)) > 0) { in handle_device_fd()901 if(n >= UEVENT_MSG_LEN) /* overflow -- discard */ in handle_device_fd()