Home
last modified time | relevance | path

Searched refs:flags2 (Results 1 – 25 of 36) sorted by relevance

12

/openbsd/usr.sbin/tcpdump/
H A Dnameser.h203 u_int8_t flags2; /* second byte of flags */ member
219 #define DNS_RA(np) ((np)->flags2 & 0x80) /* recursion available */
220 #define DNS_AD(np) ((np)->flags2 & 0x20) /* authentic data from named */
221 #define DNS_CD(np) ((np)->flags2 & 0x10) /* checking disabled by resolver */
222 #define DNS_RCODE(np) ((np)->flags2 & 0xF) /* response code */
/openbsd/sys/dev/ic/
H A Dqlwreg.h179 u_int8_t flags2; member
205 u_int16_t flags2; member
H A Dbwfmreg.h339 uint8_t flags2; member
/openbsd/sys/dev/pci/drm/amd/display/modules/inc/
H A Dmod_shared.h96 union lut3d_control_flags flags2; member
/openbsd/gnu/usr.bin/binutils/bfd/
H A Dpef-traceback.h114 unsigned char flags2; /* Flag bits #2: */ member
H A Dpef.c182 if (! (table.flags2 & TB_NAME_PRESENT))
214 if (table.flags2 & TB_INT_HNDL)
232 if (table.flags2 & TB_NAME_PRESENT)
268 if (table.flags2 & TB_USES_ALLOCA)
/openbsd/gnu/usr.bin/binutils-2.17/bfd/
H A Dpef-traceback.h114 unsigned char flags2; /* Flag bits #2: */ member
H A Dpef.c99 if (! (table.flags2 & TB_NAME_PRESENT)) in bfd_pef_parse_traceback_table()
130 if (table.flags2 & TB_INT_HNDL) in bfd_pef_parse_traceback_table()
148 if (table.flags2 & TB_NAME_PRESENT) in bfd_pef_parse_traceback_table()
184 if (table.flags2 & TB_USES_ALLOCA) in bfd_pef_parse_traceback_table()
/openbsd/sys/scsi/
H A Dsafte.h150 u_int8_t flags2; member
H A Dscsi_changer.h232 u_int8_t flags2; member
H A Dch.c539 if (desc->flags2 & READ_ELEMENT_STATUS_INVERT) in copy_element_status()
542 if (desc->flags2 & READ_ELEMENT_STATUS_SVALID) { in copy_element_status()
/openbsd/gnu/usr.bin/gcc/gcc/
H A Dc-format.c433 const char *const flags2; member
2037 t = get_flag_spec (flag_specs, flag_chars[i], fci->flags2);
2070 && strchr (fci->flags2, bad_flag_pairs[i].predicate) == 0)
2100 if (strchr (fci->flags2, '4') != 0)
2105 else if (strchr (fci->flags2, '3') != 0)
2107 else if (strchr (fci->flags2, '2') != 0)
2116 if (strchr (fci->flags2, '[') != 0)
2221 if (strchr (fci->flags2, 'c') != 0)
2233 if (strchr (fci->flags2, 'W') != 0)
2235 if (strchr (fci->flags2, 'R') != 0)
/openbsd/gnu/gcc/gcc/
H A Dc-format.h149 const char *flags2; member
H A Dc-format.c1937 t = get_flag_spec (flag_specs, flag_chars[i], fci->flags2); in check_format_info_main()
1971 && strchr (fci->flags2, bad_flag_pairs[i].predicate) == 0) in check_format_info_main()
2003 if (strchr (fci->flags2, '4') != 0) in check_format_info_main()
2008 else if (strchr (fci->flags2, '3') != 0) in check_format_info_main()
2010 else if (strchr (fci->flags2, '2') != 0) in check_format_info_main()
2020 if (strchr (fci->flags2, '[') != 0) in check_format_info_main()
2131 if (strchr (fci->flags2, 'c') != 0) in check_format_info_main()
2143 if (strchr (fci->flags2, 'W') != 0) in check_format_info_main()
2145 if (strchr (fci->flags2, 'R') != 0) in check_format_info_main()
/openbsd/gnu/usr.sbin/mkhybrid/src/
H A Dapple.h282 byte flags2; /* Finder flags, bits 0-7 */ member
H A Dapple.c577 hfs_ent->fdflags = ((info->flags << 8) & 0xff00) | info->flags2; in get_mb_info()
/openbsd/sys/dev/usb/
H A Dif_uathreg.h234 uint32_t flags2; member
H A Dif_bwfm_usb.c771 hdr->flags2 = 0; in bwfm_usb_txdata()
H A Dif_uath.c859 bssid.flags2 = htobe32(0x003b); in uath_task()
/openbsd/sys/dev/pci/drm/apple/
H A Diomfb_template.h23 u64 flags2; in DCP_FW_NAME() local
/openbsd/gnu/usr.bin/binutils/binutils/
H A Dobjcopy.c2105 flagword flags1, flags2; in compare_section_lma() local
2109 flags2 = (*sec2)->flags; in compare_section_lma()
2113 if ((flags2 & SEC_HAS_CONTENTS) != 0 in compare_section_lma()
2114 && (flags2 & SEC_LOAD) != 0) in compare_section_lma()
2119 if ((flags2 & SEC_HAS_CONTENTS) == 0 in compare_section_lma()
2120 || (flags2 & SEC_LOAD) == 0) in compare_section_lma()
/openbsd/gnu/usr.bin/binutils-2.17/binutils/
H A Dobjcopy.c2346 flagword flags1, flags2; in compare_section_lma() local
2350 flags2 = (*sec2)->flags; in compare_section_lma()
2354 if ((flags2 & SEC_HAS_CONTENTS) != 0 in compare_section_lma()
2355 && (flags2 & SEC_LOAD) != 0) in compare_section_lma()
2360 if ((flags2 & SEC_HAS_CONTENTS) == 0 in compare_section_lma()
2361 || (flags2 & SEC_LOAD) == 0) in compare_section_lma()
/openbsd/gnu/usr.bin/perl/os2/
H A Dos2ish.h1110 USHORT flags2; member
/openbsd/gnu/llvm/llvm/include/llvm/Object/
H A DELFTypes.h794 Elf_Word flags2; // General flags
/openbsd/sys/dev/sdmmc/
H A Dif_bwfm_sdio.c1183 bcdc->flags2 = 0; in bwfm_sdio_tx_dataframe()

12