Home
last modified time | relevance | path

Searched refs:qual (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/target/i386/hvf/
H A Dvmcs.h341 #define APIC_ACCESS_OFFSET(qual) ((qual) & 0xFFF) argument
342 #define APIC_ACCESS_TYPE(qual) (((qual) >> 12) & 0xF) argument
347 #define APIC_WRITE_OFFSET(qual) ((qual) & 0xFFF) argument
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Dacl.py135 qual = ""
138 qual = pwd.getpwuid(self.qualifier).pw_name
141 qual = grp.getgrgid(self.qualifier).gr_name
183 qual = acl_get_qualifier(entry)
184 qualifier = ctypes.cast(qual, ctypes.POINTER(ctypes.c_int))[0]
/openbmc/u-boot/drivers/usb/gadget/
H A Dcomposite.c275 struct usb_qualifier_descriptor *qual = cdev->req->buf; in device_qual() local
277 qual->bLength = sizeof(*qual); in device_qual()
278 qual->bDescriptorType = USB_DT_DEVICE_QUALIFIER; in device_qual()
280 qual->bcdUSB = cdev->desc.bcdUSB; in device_qual()
281 qual->bDeviceClass = cdev->desc.bDeviceClass; in device_qual()
282 qual->bDeviceSubClass = cdev->desc.bDeviceSubClass; in device_qual()
283 qual->bDeviceProtocol = cdev->desc.bDeviceProtocol; in device_qual()
285 qual->bMaxPacketSize0 = cdev->gadget->ep0->maxpacket; in device_qual()
286 qual->bNumConfigurations = count_configs(cdev, USB_DT_DEVICE_QUALIFIER); in device_qual()
287 qual->bRESERVED = 0; in device_qual()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/daemontools/daemontools/
H A Dcross-compile.patch15 -gcc -O2 -Wimplicit -Wunused -Wcomment -Wchar-subscripts -Wuninitialized -Wshadow -Wcast-qual -Wcas…
16 +${CC} -O2 -Wimplicit -Wunused -Wcomment -Wchar-subscripts -Wuninitialized -Wshadow -Wcast-qual -Wc…
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-daemons/openhpi/files/
H A Dopenhpi-fix-host-gcc.patch24 CC_WARNINGS=`echo $CC_WARNINGS | sed -e 's/-Wcast-qual//g'`
/openbmc/openbmc/poky/meta/recipes-core/musl/bsd-headers/
H A Dsys-queue.h400 #define _TAILQ_HEAD(name, type, qual) \ argument
402 qual type *tqh_first; /* first element */ \
403 qual type *qual *tqh_last; /* addr of last next element */ \
410 #define _TAILQ_ENTRY(type, qual) \ argument
412 qual type *tqe_next; /* next element */ \
413 qual type *qual *tqe_prev; /* address of previous next element */\
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/gradm/gradm/
H A D0001-Makefile-Append-instead-of-overriding-LDFLAGS.patch20 CFLAGS := $(OPT_FLAGS) -fPIE -Wcast-qual -DGRSEC_DIR=\"$(GRSEC_DIR)\" -D_LARGEFILE64_SOURCE
/openbmc/u-boot/scripts/
H A DMakefile.extrawarn39 warning-3 += -Wcast-qual
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/multipath-tools/files/
H A D0004-RH-use-rpm-optflags-if-present.patch42 + -Wno-unused-parameter -Werror=cast-qual \
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/7zip/
H A D7zip_24.09.bb20 CXXFLAGS:append:toolchain-clang = " -Wno-error=cast-qual -Wno-error=sign-conversion \
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/ruli/files/
H A D0001-Make-space-for-flags-from-environment.patch59 WARN = -pedantic -ansi -Wshadow -Wpointer-arith -Wcast-qual \
/openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/
H A D0011-aarch64-Fix-include-paths-when-S-B.patch13 …asynchronous-unwind-tables -W -Wall -Wno-narrowing -Wwrite-strings -Wcast-qual -Wmissing-format-at…