OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:vfmt
(Results
1 - 4
of
4
) sorted by relevancy
/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
...]
/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/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/external/cddl/osnet/dist/lib/libnvpair/
libnvpair.c
186
*
vfmt
- format string for pair value, e.g "%d" or "0x%llx"
189
#define NVLIST_PRTFUNC(type_and_variant, vtype, ptype,
vfmt
) \
199
(void) fprintf(fp,
vfmt
, (ptype)value); \
222
#define NVLIST_ARRPRTFUNC(type_and_variant, vtype, ptype,
vfmt
) \
240
(void) fprintf(fp,
vfmt
, (ptype)valuep[i]); \
Completed in 18 milliseconds
Indexes created Thu Aug 13 00:25:44 UTC 2026