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

  /src/sbin/wsconsctl/
display.c 57 static int splash_enable, splash_progress; variable in typeref:typename:int
76 { "splash.progress", &splash_progress, FMT_UINT, FLG_WRONLY },
234 if (field_by_value(&splash_progress)->flags & FLG_SET) {
235 if (ioctl(fd, WSDISPLAYIO_SPROGRESS, &splash_progress) < 0)
237 pr_field(field_by_value(&splash_progress), " -> ");
display.c 57 static int splash_enable, splash_progress; variable in typeref:typename:int
76 { "splash.progress", &splash_progress, FMT_UINT, FLG_WRONLY },
234 if (field_by_value(&splash_progress)->flags & FLG_SET) {
235 if (ioctl(fd, WSDISPLAYIO_SPROGRESS, &splash_progress) < 0)
237 pr_field(field_by_value(&splash_progress), " -> ");
display.c 57 static int splash_enable, splash_progress; variable in typeref:typename:int
76 { "splash.progress", &splash_progress, FMT_UINT, FLG_WRONLY },
234 if (field_by_value(&splash_progress)->flags & FLG_SET) {
235 if (ioctl(fd, WSDISPLAYIO_SPROGRESS, &splash_progress) < 0)
237 pr_field(field_by_value(&splash_progress), " -> ");

Completed in 36 milliseconds