DEBUG_MAX_REC     121 core/usb_remote.c     if (debug_num_rec >= DEBUG_MAX_REC) return;
DEBUG_MAX_REC     122 core/usb_remote.c     if (!debug_rec_buf) debug_rec_buf = umalloc(sizeof(struct debug_rec_remote_state) * DEBUG_MAX_REC);
DEBUG_MAX_REC     136 core/usb_remote.c     if ((debug_num_rec >= DEBUG_MAX_REC) ||