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

  /src/usr.bin/make/
compat.c 244 pid_t retstat; /* Result of wait */ local in function:Compat_RunCommand
368 while ((retstat = wait(&reason)) != compatChild) {
369 if (retstat > 0)
370 JobReapChild(retstat, reason, false); /* not ours? */
371 if (retstat == -1 && errno != EINTR)
375 if (retstat < 0)
376 Fatal("error in wait: %d: %s", retstat, strerror(errno));
  /src/sys/dev/usb/
uhidev.c 1040 usbd_status retstat; local in function:uhidev_set_report
1050 retstat = usbd_set_report(scd->sc_parent->sc_iface, type,
1055 return retstat;

Completed in 122 milliseconds