HomeSort by: relevance | last modified time | path
    Searched defs:repptr (Results 1 - 2 of 2) sorted by relevancy

  /src/usr.bin/usbhidctl/
usbhid.c 760 struct Sreport *repptr; local in function:devshow
765 repptr = &reports[repindex];
767 repptr = NULL;
769 if (repptr != NULL &&
771 getreport(repptr, hidfd, rd, repindex);
773 bufdata = (repptr == NULL || repptr->buffer == NULL) ?
774 NULL : repptr->buffer->ucr_data;
777 bufdata) && repptr)
778 repptr->status = srs_dirty
    [all...]
usbhid.c 760 struct Sreport *repptr; local in function:devshow
765 repptr = &reports[repindex];
767 repptr = NULL;
769 if (repptr != NULL &&
771 getreport(repptr, hidfd, rd, repindex);
773 bufdata = (repptr == NULL || repptr->buffer == NULL) ?
774 NULL : repptr->buffer->ucr_data;
777 bufdata) && repptr)
778 repptr->status = srs_dirty
    [all...]

Completed in 50 milliseconds