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

  /src/external/bsd/ntp/dist/sntp/libopts/
usage.c 716 char vfmt[sizeof(vfmtfmt)+10]; /* strlen(UINT_MAX) */ local
738 snprintf(vfmt, sizeof(vfmt), vfmtfmt, (unsigned int)nmlen + 4);
752 prt_one_vendor(opts, od, &argTypes, vfmt);
  /src/bin/ps/
ps.c 143 char vfmt[] = "pid state time sl re pagein vsz rss lim tsiz %cpu %mem command"; variable
368 parsefmt(vfmt);
371 vfmt[0] = '\0';
  /src/sys/dev/
video.c 787 struct video_format vfmt; local
795 err = hw->enum_format(sc->hw_softc, fmtdesc->index, &vfmt);
799 video_format_to_v4l2_format(&vfmt, &fmt);
803 if (vfmt.pixel_format >= VIDEO_FORMAT_MJPEG)
806 video_pixel_format_str(vfmt.pixel_format),
817 struct video_format vfmt; local
832 err = hw->enum_format(sc->hw_softc, n, &vfmt);
836 video_format_to_v4l2_format(&vfmt, &fmt);
845 frmdesc->discrete.width = vfmt.width;
846 frmdesc->discrete.height = vfmt.height
870 struct video_format vfmt; local
890 struct video_format vfmt; local
915 struct video_format vfmt; local
    [all...]

Completed in 98 milliseconds