| /openbsd-src/usr.sbin/tcpdump/ |
| H A D | nameser.h | 202 u_int8_t flags1; /* first byte of flags */ member 213 #define DNS_QR(np) ((np)->flags1 & 0x80) /* response flag */ 214 #define DNS_OPCODE(np) ((((np)->flags1) >> 3) & 0xF) /* purpose of message */ 215 #define DNS_AA(np) ((np)->flags1 & 0x04) /* authoritative answer */ 216 #define DNS_TC(np) ((np)->flags1 & 0x02) /* truncated message */ 217 #define DNS_RD(np) ((np)->flags1 & 0x01) /* recursion desired */
|
| /openbsd-src/sys/dev/pci/drm/i915/gt/ |
| H A D | gen8_engine_cs.h | 79 __gen8_emit_write_rcs(u32 *cs, u32 value, u32 offset, u32 flags0, u32 flags1) in __gen8_emit_write_rcs() argument 82 *cs++ = flags1 | PIPE_CONTROL_QW_WRITE; in __gen8_emit_write_rcs() 105 gen12_emit_ggtt_write_rcs(u32 *cs, u32 value, u32 gtt_offset, u32 flags0, u32 flags1) in gen12_emit_ggtt_write_rcs() argument 114 flags1 | PIPE_CONTROL_GLOBAL_GTT_IVB); in gen12_emit_ggtt_write_rcs()
|
| /openbsd-src/sys/dev/ic/ |
| H A D | qlwreg.h | 176 u_int8_t flags1; member 204 u_int8_t flags1; member
|
| H A D | siopreg.h | 432 u_int16_t flags1; member 532 u_int16_t flags1;
|
| H A D | bwi.c | 5928 uint16_t flags1, flags3; in bwi_rf_calc_rssi_bcm2050() local 5932 flags1 = letoh16(hdr->rxh_flags1); in bwi_rf_calc_rssi_bcm2050() 5937 if (flags1 & BWI_RXH_F1_OFDM) { in bwi_rf_calc_rssi_bcm2050() 5996 if (flags1 & BWI_RXH_F1_OFDM) { in bwi_rf_calc_rssi_bcm2050() 6033 uint16_t flags1; in bwi_rf_calc_rssi_bcm2053() local 6038 flags1 = letoh16(hdr->rxh_flags1); in bwi_rf_calc_rssi_bcm2053() 6039 if (flags1 & BWI_RXH_F1_BCM2053_RSSI) in bwi_rf_calc_rssi_bcm2053()
|
| H A D | qwxvar.h | 127 uint32_t flags1; /* %HAL_TCL_DATA_CMD_INFO2_ */ member
|
| /openbsd-src/sys/dev/pci/drm/amd/display/amdgpu_dm/ |
| H A D | amdgpu_dm_crc.c | 473 unsigned long flags1; in amdgpu_dm_crtc_handle_crc_window_irq() local 482 spin_lock_irqsave(&drm_dev->event_lock, flags1); in amdgpu_dm_crtc_handle_crc_window_irq() 531 spin_unlock_irqrestore(&drm_dev->event_lock, flags1); in amdgpu_dm_crtc_handle_crc_window_irq()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/bfd/ |
| H A D | pef-traceback.h | 113 unsigned char flags1; /* Flag bits #1: */ member
|
| H A D | pef.c | 102 if (! table.flags1 & TB_HAS_TBOFF) in bfd_pef_parse_traceback_table() 110 if (table.flags1 & TB_HAS_TBOFF) in bfd_pef_parse_traceback_table() 133 if (table.flags1 & TB_HAS_CTL) in bfd_pef_parse_traceback_table()
|
| /openbsd-src/gnu/usr.bin/binutils/bfd/ |
| H A D | pef-traceback.h | 113 unsigned char flags1; /* Flag bits #1: */ member
|
| H A D | pef.c | 185 if (! table.flags1 & TB_HAS_TBOFF) 193 if (table.flags1 & TB_HAS_TBOFF) 217 if (table.flags1 & TB_HAS_CTL)
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/Process/minidump/ |
| H A D | MinidumpTypes.h | 78 llvm::support::ulittle32_t flags1; member
|
| H A D | MinidumpTypes.cpp | 30 if (flags1 & pid_flag) in GetPid()
|
| /openbsd-src/sys/scsi/ |
| H A D | safte.h | 141 u_int8_t flags1; member
|
| H A D | scsi_changer.h | 199 u_int8_t flags1; member
|
| H A D | ch.c | 534 ces->ces_flags = desc->flags1; in copy_element_status()
|
| /openbsd-src/sys/dev/usb/ |
| H A D | if_uathreg.h | 233 uint32_t flags1; member
|
| H A D | if_uath.c | 858 bssid.flags1 = htobe32(0xc004); in uath_task()
|
| /openbsd-src/sys/dev/pci/drm/apple/ |
| H A D | iomfb_template.h | 22 u64 flags1; in DCP_FW_NAME() local
|
| /openbsd-src/gnu/usr.bin/binutils/binutils/ |
| H A D | objcopy.c | 2105 flagword flags1, flags2; in compare_section_lma() local 2108 flags1 = (*sec1)->flags; in compare_section_lma() 2110 if ((flags1 & SEC_HAS_CONTENTS) == 0 in compare_section_lma() 2111 || (flags1 & SEC_LOAD) == 0) in compare_section_lma()
|
| /openbsd-src/gnu/llvm/lldb/source/Plugins/ObjectFile/Minidump/ |
| H A D | MinidumpFileBuilder.cpp | 639 misc_info.flags1 = static_cast<llvm::support::ulittle32_t>(0); in AddMiscInfo() 645 misc_info.flags1 = in AddMiscInfo()
|
| /openbsd-src/gnu/usr.bin/binutils-2.17/binutils/ |
| H A D | objcopy.c | 2346 flagword flags1, flags2; in compare_section_lma() local 2349 flags1 = (*sec1)->flags; in compare_section_lma() 2351 if ((flags1 & SEC_HAS_CONTENTS) == 0 in compare_section_lma() 2352 || (flags1 & SEC_LOAD) == 0) in compare_section_lma()
|
| /openbsd-src/gnu/usr.bin/perl/os2/ |
| H A D | os2ish.h | 1110 USHORT flags1; 1109 USHORT flags1; global() member
|
| /openbsd-src/gnu/llvm/llvm/include/llvm/Object/ |
| H A D | ELFTypes.h | 793 Elf_Word flags1; // General flags
|
| /openbsd-src/gnu/llvm/lld/ELF/ |
| H A D | SyntheticSections.cpp | 143 flags.flags1 |= s->flags1; in create()
|