/freebsd/contrib/libpcap/ |
H A D | ethertype.h | 35 #define ETHERTYPE_PUP 0x0200 /* PUP protocol */ 38 #define ETHERTYPE_IP 0x0800 /* IP protocol */ 41 #define ETHERTYPE_ARP 0x0806 /* Addr. resolution protocol */ 44 #define ETHERTYPE_NS 0x0600 47 #define ETHERTYPE_SPRITE 0x0500 50 #define ETHERTYPE_TRAIL 0x1000 53 #define ETHERTYPE_MOPDL 0x6001 56 #define ETHERTYPE_MOPRC 0x6002 59 #define ETHERTYPE_DN 0x6003 62 #define ETHERTYPE_LAT 0x6004 [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | ethertype.h | 46 #define ETHERTYPE_GRE_ISO 0x00FE /* not really an ethertype only used in GRE */ 49 #define ETHERTYPE_PUP 0x0200 /* PUP protocol */ 52 #define ETHERTYPE_IP 0x0800 /* IP protocol */ 55 #define ETHERTYPE_ARP 0x0806 /* Addr. resolution protocol */ 58 #define ETHERTYPE_REVARP 0x8035 /* reverse Addr. resolution protocol */ 61 #define ETHERTYPE_NS 0x0600 64 #define ETHERTYPE_SPRITE 0x0500 67 #define ETHERTYPE_TRAIL 0x1000 70 #define ETHERTYPE_MOPDL 0x6001 73 #define ETHERTYPE_MOPRC 0x6002 [all …]
|
/freebsd/sys/contrib/device-tree/Bindings/perf/ |
H A D | riscv,pmu.yaml | 78 value of variant must be 0xffffffff_ffffffff. 104 riscv,event-to-mhpmevent = <0x0000B 0x0000 0x0001>; 105 riscv,event-to-mhpmcounters = <0x00001 0x00001 0x00000001>, 106 <0x00002 0x00002 0x0000000 [all...] |
/freebsd/contrib/ofed/libcxgb4/ |
H A D | t4_pci_id_tbl.h | 46 * -- The PCI Function Number to use in the PCI Device ID Table. "0" 73 /* T4 and later ASICs use a PCI Device ID scheme of 0xVFPP where: 76 * F = "0" for PF 0..3; "4".."7" for PF4..7; and "8" for VFs 97 CH_PCI_ID_TABLE_FENTRY(0x4000), /* T440-dbg */ 98 CH_PCI_ID_TABLE_FENTRY(0x4001), /* T420-cr */ 99 CH_PCI_ID_TABLE_FENTRY(0x4002), /* T422-cr */ 100 CH_PCI_ID_TABLE_FENTRY(0x4003), /* T440-cr */ 101 CH_PCI_ID_TABLE_FENTRY(0x4004), /* T420-bch */ 102 CH_PCI_ID_TABLE_FENTRY(0x4005), /* T440-bch */ 103 CH_PCI_ID_TABLE_FENTRY(0x4006), /* T440-ch */ [all …]
|
/freebsd/sys/dev/cxgbe/ |
H A D | t4_iov.c | 65 {0x4000, "Chelsio T440-dbg"}, 66 {0x4001, "Chelsio T420-CR"}, 67 {0x4002, "Chelsio T422-CR"}, 68 {0x4003, "Chelsio T440-CR"}, 69 {0x4004, "Chelsio T420-BCH"}, 70 {0x4005, "Chelsio T440-BCH"}, 71 {0x4006, "Chelsio T440-CH"}, 72 {0x4007, "Chelsio T420-SO"}, 73 {0x4008, "Chelsio T420-CX"}, 74 {0x4009, "Chelsio T420-BT"}, [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/westmereex/ |
H A D | memory.json | 4 "Counter": "0,1,2,3", 5 "EventCode": "0x5", 8 "UMask": "0x2" 13 "EventCode": "0xB7", 15 "MSRIndex": "0x1A6", 16 "MSRValue": "0x6011", 19 "UMask": "0x1" 24 "EventCode": "0xB7", 26 "MSRIndex": "0x1A6", 27 "MSRValue": "0xF811", [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/nehalemep/ |
H A D | memory.json | 5 "EventCode": "0xB7", 7 "MSRIndex": "0x1A6", 8 "MSRValue": "0x6011", 11 "UMask": "0x1" 16 "EventCode": "0xB7", 18 "MSRIndex": "0x1A6", 19 "MSRValue": "0xF811", 22 "UMask": "0x1" 27 "EventCode": "0xB7", 29 "MSRIndex": "0x1A6", [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/nehalemex/ |
H A D | memory.json | 3 "EventCode": "0xB7", 4 "MSRValue": "0x6011", 6 "UMask": "0x1", 8 "MSRIndex": "0x1A6", 14 "EventCode": "0xB7", 15 "MSRValue": "0xF811", 17 "UMask": "0x1", 19 "MSRIndex": "0x1A6", 25 "EventCode": "0xB7", 26 "MSRValue": "0x4011", [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/westmereep-sp/ |
H A D | memory.json | 4 "Counter": "0,1,2,3", 5 "EventCode": "0xB7, 0xBB", 7 "MSRIndex": "0x1a6,0x1a7", 8 "MSRValue": "0x6011", 11 "UMask": "0x1" 15 "Counter": "0,1,2,3", 16 "EventCode": "0xB7, 0xBB", 18 "MSRIndex": "0x1a6,0x1a7", 19 "MSRValue": "0xF811", 22 "UMask": "0x1" [all …]
|
/freebsd/sys/net/ |
H A D | ethernet.h | 37 ((hasfcs) ? ETHER_CRC_LEN : 0) + \ 38 (((etype) == ETHERTYPE_VLAN) ? ETHER_VLAN_ENCAP_LEN : 0)) 48 #define ETHER_CRC_POLY_LE 0xedb88320 49 #define ETHER_CRC_POLY_BE 0x04c11db6 73 #define ETHER_IS_MULTICAST(addr) (*(addr) & 0x01) /* is address mcast/bcast? */ 75 (((addr)[0] == 0x33) && ((addr)[1] == 0x33)) 77 (((addr)[0] & (addr)[1] & (addr)[2] & \ 78 (addr)[3] & (addr)[4] & (addr)[5]) == 0xff) 80 (((addr)[0] | (addr)[1] | (addr)[2] | \ 81 (addr)[3] | (addr)[4] | (addr)[5]) == 0x00) [all …]
|
/freebsd/sys/dev/usb/ |
H A D | usbdevs | 50 * #define USB_VENDOR_VNDR 0x???? 51 * #define USB_PRODUCT_VNDR_PRDCT 0x???? 57 vendor UNKNOWN1 0x0053 Unknown vendor 58 vendor UNKNOWN2 0x0105 Unknown vendor 59 vendor EGALAX2 0x0123 eGalax, Inc. 60 vendor CHIPSBANK 0x0204 Chipsbank Microelectronics Co. 61 vendor HUMAX 0x02ad HUMAX 62 vendor QUAN 0x01e1 Quan 63 vendor LTS 0x0386 LTS 64 vendor BWCT 0x03da Bernd Walter Computer Technology [all …]
|
/freebsd/sys/dev/mlx5/ |
H A D | driver.h | 52 #define MLX5_INVALID_QUEUE_HANDLE 0xffffffff 65 CMD_OWNER_SW = 0x0, 66 CMD_OWNER_HW = 0x1, 67 CMD_STATUS_SUCCESS = 0, 71 MLX5_SQP_SMI = 0, 83 MLX5_EQ_VEC_PAGES = 0, 91 MLX5_ATOMIC_MODE_NONE = 0 << MLX5_ATOMIC_MODE_OFF, 104 MLX5_ATOMIC_MODE_DCT_NONE = 0 << MLX5_ATOMIC_MODE_DCT_OFF, 116 MLX5_ATOMIC_OPS_CMP_SWAP = 1 << 0, 123 MLX5_REG_QPTS = 0x4002, [all …]
|
/freebsd/sys/riscv/include/ |
H A D | encoding.h | 8 #define MATCH_BEQ 0x63 9 #define MASK_BEQ 0x707f 10 #define MATCH_BNE 0x1063 11 #define MASK_BNE 0x707f 12 #define MATCH_BLT 0x4063 13 #define MASK_BLT 0x707f 14 #define MATCH_BGE 0x5063 15 #define MASK_BGE 0x707f 16 #define MATCH_BLTU 0x6063 17 #define MASK_BLTU 0x707f [all …]
|
/freebsd/sys/dev/isp/ |
H A D | ispmbox.h | 41 #define MBOX_NO_OP 0x0000 42 #define MBOX_LOAD_RAM 0x0001 43 #define MBOX_EXEC_FIRMWARE 0x0002 44 #define MBOX_LOAD_FLASH_FIRMWARE 0x0003 45 #define MBOX_WRITE_RAM_WORD 0x0004 46 #define MBOX_READ_RAM_WORD 0x0005 47 #define MBOX_MAILBOX_REG_TEST 0x0006 48 #define MBOX_VERIFY_CHECKSUM 0x0007 49 #define MBOX_ABOUT_FIRMWARE 0x0008 50 #define MBOX_LOAD_RISC_RAM_2100 0x0009 [all …]
|
/freebsd/sys/dev/bge/ |
H A D | if_bgereg.h | 54 * device register space at offset 0x8000 to read any 32K chunk 60 * accessed directly. NIC memory addresses are offset by 0x01000000. 64 #define BGE_PAGE_ZERO 0x00000000 65 #define BGE_PAGE_ZERO_END 0x000000FF 66 #define BGE_SEND_RING_RCB 0x00000100 67 #define BGE_SEND_RING_RCB_END 0x000001FF 68 #define BGE_RX_RETURN_RING_RCB 0x00000200 69 #define BGE_RX_RETURN_RING_RCB_END 0x000002FF 70 #define BGE_STATS_BLOCK 0x00000300 71 #define BGE_STATS_BLOCK_END 0x00000AFF [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Instruction/RISCV/ |
H A D | EmulateInstructionRISCV.cpp | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 49 constexpr uint32_t BEQ = 0b000; 50 constexpr uint32_t BNE = 0b001; 51 constexpr uint32_t BLT = 0b100; 52 constexpr uint32_t BGE = 0b101; 53 constexpr uint32_t BLTU = 0b110; 54 constexpr uint32_t BGEU = 0b111; 71 return (uint64_t(int64_t(int32_t(inst & 0x80000000)) >> 11)) // imm[20] in DecodeJImm() 72 | (inst & 0xff000) // imm[19:12] in DecodeJImm() 73 | ((inst >> 9) & 0x800) // imm[11] in DecodeJImm() [all …]
|
/freebsd/sys/dev/bwn/ |
H A D | if_bwn_phy_lp.c | 155 { 0x6f, 0x3c, 0x3c, 0x4, 0x5, 0x5, 0x5, 0x5, 0x77, 0x80, 0x80, 0x70 }, 156 { 0x6f, 0x2c, 0x2c, 0x4, 0x5, 0x5, 0x5, 0x5, 0x77, 0x80, 0x80, 0x70 }, 157 { 0x6f, 0x1c, 0x1c, 0x4, 0x5, 0x5, 0x5, 0x5, 0x77, 0x80, 0x80, 0x70 }, 158 { 0x6e, 0x1c, 0x1c, 0x4, 0x5, 0x5, 0x5, 0x5, 0x77, 0x80, 0x80, 0x70 }, 159 { 0x6e, 0xc, 0xc, 0x4, 0x5, 0x5, 0x5, 0x5, 0x77, 0x80, 0x80, 0x70 }, 160 { 0x6a, 0xc, 0xc, 0, 0x2, 0x5, 0xd, 0xd, 0x77, 0x80, 0x20, 0 }, 161 { 0x6a, 0xc, 0xc, 0, 0x1, 0x5, 0xd, 0xc, 0x77, 0x80, 0x20, 0 }, 162 { 0x6a, 0xc, 0xc, 0, 0x1, 0x4, 0xc, 0xc, 0x77, 0x80, 0x20, 0 }, 163 { 0x69, 0xc, 0xc, 0, 0x1, 0x4, 0xc, 0xc, 0x77, 0x70, 0x20, 0 }, 164 { 0x69, 0xc, 0xc, 0, 0x1, 0x4, 0xb, 0xc, 0x77, 0x70, 0x20, 0 }, [all …]
|
/freebsd/tools/test/iconv/ref/ |
H A D | EUC-CN | 1 0x0000 = 0x0000 2 0x0001 = 0x0001 3 0x0002 = 0x0002 4 0x0003 = 0x0003 5 0x0004 = 0x0004 6 0x0005 = 0x0005 7 0x0006 = 0x0006 8 0x0007 = 0x0007 9 0x0008 = 0x0008 10 0x0009 = 0x0009 [all …]
|
H A D | GB2312 | 1 0x0000 = 0x0000 2 0x0001 = 0x0001 3 0x0002 = 0x0002 4 0x0003 = 0x0003 5 0x0004 = 0x0004 6 0x0005 = 0x0005 7 0x0006 = 0x0006 8 0x0007 = 0x0007 9 0x0008 = 0x0008 10 0x0009 = 0x0009 [all …]
|
H A D | EUC-CN-rev | 1 0x0000 = 0x0000 2 0x0001 = 0x0001 3 0x0002 = 0x0002 4 0x0003 = 0x0003 5 0x0004 = 0x0004 6 0x0005 = 0x0005 7 0x0006 = 0x0006 8 0x0007 = 0x0007 9 0x0008 = 0x0008 10 0x0009 = 0x0009 [all …]
|
H A D | GB2312-rev | 1 0x0000 = 0x0000 2 0x0001 = 0x0001 3 0x0002 = 0x0002 4 0x0003 = 0x0003 5 0x0004 = 0x0004 6 0x0005 = 0x0005 7 0x0006 = 0x0006 8 0x0007 = 0x0007 9 0x0008 = 0x0008 10 0x0009 = 0x0009 [all …]
|
H A D | HZ-rev | 1 0x0000 = 0x0000 2 0x0001 = 0x0001 3 0x0002 = 0x0002 4 0x0003 = 0x0003 5 0x0004 = 0x0004 6 0x0005 = 0x0005 7 0x0006 = 0x0006 8 0x0007 = 0x0007 9 0x0008 = 0x0008 10 0x0009 = 0x0009 [all …]
|
/freebsd/share/i18n/csmapper/GB/ |
H A D | GB2312%UCS.src | 5 SRC_ZONE 0x21-0xA1 / 0x21-0xAA / 8 7 DST_ILSEQ 0xFFFE 57 # Column #1 is the GB2312 code (in hex as 0xXXXX) 58 # Column #2 is the Unicode (in hex as 0xXXXX) 73 # To change hex to EUC form, add 0x8080 74 # To change hex to kuten form, first subtract 0x2020. Then 76 # the kuten form. For example, 0x2121 -> 0x0101 -> 0101; 77 # 0x777E -> 0x575E -> 8794 80 # 1.0 version updates 0.0d2 version by correcting mapping for 0x212C 86 0x2121 = 0x3000 [all …]
|
H A D | GB2312GBK%UCS.src | 5 SRC_ZONE 0x21-0xA1 / 0x21-0xAA / 8 7 DST_ILSEQ 0xFFFE 57 # Column #1 is the GB2312 code (in hex as 0xXXXX) 58 # Column #2 is the Unicode (in hex as 0xXXXX) 73 # To change hex to EUC form, add 0x8080 74 # To change hex to kuten form, first subtract 0x2020. Then 76 # the kuten form. For example, 0x2121 -> 0x0101 -> 0101; 77 # 0x777E -> 0x575E -> 8794 80 # 1.0 version updates 0.0d2 version by correcting mapping for 0x212C 86 0x2121 = 0x3000 [all …]
|
H A D | UCS%GB2312.src | 5 SRC_ZONE 0x00A4 - 0xFFE5 7 DST_INVALID 0xFFFF 57 # Column #1 is the GB2312 code (in hex as 0xXXXX) 58 # Column #2 is the Unicode (in hex as 0xXXXX) 73 # To change hex to EUC form, add 0x8080 74 # To change hex to kuten form, first subtract 0x2020. Then 76 # the kuten form. For example, 0x2121 -> 0x0101 -> 0101; 77 # 0x777E -> 0x575E -> 8794 80 # 1.0 version updates 0.0d2 version by correcting mapping for 0x212C 84 0x00A4 = 0x2168 [all …]
|