HomeSort by: relevance | last modified time | path
    Searched refs:oformat (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/x86/acpi/
Makefile.wakecode.inc 18 --oformat binary -e wakeup_16 -Ttext 0 \
  /src/sys/arch/amiga/stand/bootblock/ppcboot/
Makefile 98 $(PPCLD) -Ttext=0xfff00100 -o$@ --oformat binary $?
  /src/sys/dev/ic/
bt8xx.h 63 u_int oformat; member in struct:meteor_geomet
  /src/sys/dev/pci/bktr/
bktr_core.c 1709 if ((geo->oformat & METEOR_GEO_ODD_ONLY) &&
1710 (geo->oformat & METEOR_GEO_EVEN_ONLY)) {
1717 if (geo->oformat & METEOR_GEO_ODD_ONLY)
1721 if (geo->oformat & METEOR_GEO_EVEN_ONLY)
1746 ((geo->oformat & METEOR_GEO_FIELD_MASK) &&
1770 if (geo->oformat & METEOR_GEO_RGB24) temp = temp * 2;
1821 switch (geo->oformat & METEOR_GEO_OUTPUT_MASK) {
1831 if (geo->oformat & METEOR_GEO_YUV_12)

Completed in 15 milliseconds