Home
last modified time | relevance | path

Searched refs:vflag (Results 1 – 8 of 8) sorted by relevance

/openbmc/openbmc/poky/meta/recipes-devtools/go/go/
H A D0004-make.bash-override-CC-when-building-dist-and-go_boot.patch37 -./cmd/dist/dist bootstrap -a $vflag $GO_DISTFLAGS "$@"
38 +CC="${BUILD_CC:-${CC}}" ./cmd/dist/dist bootstrap -a $vflag $GO_DISTFLAGS "$@"
H A D0005-cmd-dist-separate-host-and-target-builds.patch65 vflag int // verbosity
179 + if vflag > 0 {
188 + if vflag > 0 {
/openbmc/linux/drivers/macintosh/ams/
H A Dams-core.c28 u32 orient = ams_info.vflag? ams_info.orient1 : ams_info.orient2; in ams_sensors()
160 ams_info.vflag = !!(ams_info.get_vendor() & 0x10); in ams_sensor_attach()
H A Dams.h32 char vflag; member
/openbmc/openbmc/poky/meta/recipes-extended/unzip/unzip/
H A DCVE-2018-18384.patch13 int longhdr=(uO.vflag>1);
/openbmc/qemu/
H A Dqemu-io-cmds.c711 bool Cflag = false, qflag = false, vflag = false; in read_f() local
764 vflag = true; in read_f()
860 if (vflag) { in read_f()
908 bool Cflag = false, qflag = false, vflag = false; in readv_f() local
939 vflag = true; in readv_f()
994 if (vflag) { in readv_f()
1351 bool vflag; member
1424 if (ctx->vflag) { in aio_read_done()
1507 ctx->vflag = true; in aio_read_f()
/openbmc/u-boot/tools/
H A Dimagetool.h49 int vflag; member
H A Dmkimage.c273 params.vflag++; in process_args()
656 if (params.vflag) { in copy_file()