HomeSort by: relevance | last modified time | path
    Searched refs:WSDISPLAYIO_SPROGRESS (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/wsconsctl/
display.c 235 if (ioctl(fd, WSDISPLAYIO_SPROGRESS, &splash_progress) < 0)
236 err(EXIT_FAILURE, "WSDISPLAYIO_SPROGRESS");
  /src/sys/dev/wscons/
wsconsio.h 553 #define WSDISPLAYIO_SPROGRESS _IOW('W', 94, int)
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_platform_limits_netbsd.cc 1547 unsigned IOCTL_WSDISPLAYIO_SPROGRESS = WSDISPLAYIO_SPROGRESS;
sanitizer_interceptors_ioctl_netbsd.inc 583 _(WSDISPLAYIO_SPROGRESS, READ, sizeof(int));

Completed in 19 milliseconds