Home
last modified time | relevance | path

Searched +full:0 +full:x8007 (Results 1 – 25 of 64) sorted by relevance

123

/freebsd/tests/sys/net/
H A Dstp.py45 if stp.rootmac != "00:0c:29:01:01:01":
59 llc = sp.Ether(src="00:0c:29:0b:91:0a", dst="01:80:C2:00:00:00") \
63 stp = llc / sp.STP(proto=0, rootid=32768, rootmac="00:0c:29:01:01:01", \
64 bridgeid=32768, bridgemac="00:0c:29:01:01:01", \
65 portid=0x8007, maxage=41, hellotime=2, fwddelay=30)
67 stp = llc / sp.STP(proto=0, rootid=32768, rootmac="00:0c:29:01:01:01", \
68 bridgeid=32768, bridgemac="00:0c:29:01:01:01", \
69 portid=0x8007, maxage=5, hellotime=2, fwddelay=30)
73 stp = llc / sp.STP(proto=0, rootid=32768, rootmac="00:0c:29:01:01:01", \
74 bridgeid=32768, bridgemac="00:0c:29:01:01:01", \
[all …]
/freebsd/sys/contrib/device-tree/Bindings/firmware/
H A Dnxp,imx95-scmi.yaml20 const: 0x81
28 const: 0x84
36 enum: [0, 1, 2, 3, 4, 5, 6, 7, 0x8000, 0x8001, 0x8002, 0x8003,
37 0x8004, 0x8005, 0x8006, 0x8007]
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
H A DCodeViewTypes.def3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
38 TYPE_RECORD(LF_POINTER, 0x1002, Pointer)
39 TYPE_RECORD(LF_MODIFIER, 0x1001, Modifier)
40 TYPE_RECORD(LF_PROCEDURE, 0x1008, Procedure)
41 TYPE_RECORD(LF_MFUNCTION, 0x1009, MemberFunction)
42 TYPE_RECORD(LF_LABEL, 0x000e, Label)
43 TYPE_RECORD(LF_ARGLIST, 0x1201, ArgList)
45 TYPE_RECORD(LF_FIELDLIST, 0x1203, FieldList)
47 TYPE_RECORD(LF_ARRAY, 0x1503, Array)
48 TYPE_RECORD(LF_CLASS, 0x1504, Class)
[all …]
/freebsd/sys/dev/usb/net/
H A Dif_urereg.h30 #define URE_CONFIG_IDX 0 /* config number 1 */
31 #define URE_IFACE_IDX 0
33 #define URE_CTL_READ 0x01
34 #define URE_CTL_WRITE 0x02
39 #define URE_BYTE_EN_DWORD 0xff
40 #define URE_BYTE_EN_WORD 0x33
41 #define URE_BYTE_EN_BYTE 0x11
42 #define URE_BYTE_EN_SIX_BYTES 0x3f
49 #define URE_PLA_IDR 0xc000
50 #define URE_PLA_RCR 0xc010
[all …]
/freebsd/sys/arm64/rockchip/
H A Drk_typec_phy.c53 #define GRF_USB3OTG_BASE(x) (0x2430 + (0x10 * x))
54 #define GRF_USB3OTG_CON0(x) (GRF_USB3OTG_BASE(x) + 0x0)
55 #define GRF_USB3OTG_CON1(x) (GRF_USB3OTG_BASE(x) + 0x4)
56 #define USB3OTG_CON1_U3_DIS (1 << 0)
58 #define GRF_USB3PHY_BASE(x) (0x0e580 + (0xc * (x)))
59 #define GRF_USB3PHY_CON0(x) (GRF_USB3PHY_BASE(x) + 0x0)
61 #define GRF_USB3PHY_CON1(x) (GRF_USB3PHY_BASE(x) + 0x4)
62 #define GRF_USB3PHY_CON2(x) (GRF_USB3PHY_BASE(x) + 0x8)
63 #define GRF_USB3PHY_STATUS0 0x0e5c0
64 #define GRF_USB3PHY_STATUS1 0x0e5c4
[all …]
/freebsd/sys/dev/isp/
H A Dispmbox.h41 #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/usb/
H A Dusbdevs50 * #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/contrib/llvm-project/llvm/include/llvm/BinaryFormat/
H A DDwarf.def3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
38 #define DW_KIND_NONE 0
149 HANDLE_DW_TAG(0x0000, null, 2, DWARF, DW_KIND_NONE)
150 HANDLE_DW_TAG(0x0001, array_type, 2, DWARF, DW_KIND_TYPE)
151 HANDLE_DW_TAG(0x0002, class_type, 2, DWARF, DW_KIND_TYPE)
152 HANDLE_DW_TAG(0x0003, entry_point, 2, DWARF, DW_KIND_NONE)
153 HANDLE_DW_TAG(0x0004, enumeration_type, 2, DWARF, DW_KIND_TYPE)
154 HANDLE_DW_TAG(0x0005, formal_parameter, 2, DWARF, DW_KIND_NONE)
155 HANDLE_DW_TAG(0x0008, imported_declaration, 2, DWARF, DW_KIND_NONE)
156 HANDLE_DW_TAG(0x000a, label, 2, DWARF, DW_KIND_NONE)
[all …]
/freebsd/sys/dev/irdma/
H A Dirdma_utils.c139 {IRDMA_AE_ROCE_BAD_MC_QPID, "RoCEv2 error: Multicast packet QP number isn't 0xffffff"},
195 for (i = 0; i < ARRAY_SIZE(ae_desc_list); i++) { in irdma_get_ae_desc()
222 for (arp_index = 0; (u32)arp_index < rf->arp_table_size; arp_index++) { in irdma_arp_table()
234 arp_index = 0; in irdma_arp_table()
255 memset(rf->arp_table[arp_index].ip_addr, 0, in irdma_arp_table()
280 arpidx = irdma_arp_table(rf, &ip[0], NULL, IRDMA_ARP_RESOLVE); in irdma_add_arp()
281 if (arpidx >= 0) { in irdma_add_arp()
314 iwdev->iw_status = 0; in irdma_netdevice_event()
379 memset(&cqp_request->compl_info, 0, sizeof(cqp_request->compl_info)); in irdma_alloc_and_get_cqp_request()
420 * irdma_put_cqp_request - dec ref count and free if 0
[all …]
/freebsd/sys/dev/bxe/
H A Decore_reg.h35 (0x1<<0)
37 (0x1<<2)
39 (0x1<<5)
41 (0x1<<3)
43 (0x1<<4)
45 (0x1<<1)
47 0x1100bcUL
49 0x1101c0UL
51 0x1101d8UL
53 0x1101d0UL
[all …]
/freebsd/sys/dev/ice/
H A Dice_adminq_cmd.h44 #define ICE_AQC_TOPO_MAX_LEVEL_NUM 0x9
59 /* Get version (direct 0x0001) */
73 /* Send driver version (indirect 0x0002) */
84 /* Queue Shutdown (direct 0x0003) */
87 #define ICE_AQC_DRIVER_UNLOADING BIT(0)
91 /* Get Expanded Error Code (0x0005, direct) */
94 #define ICE_AQC_EXPANDED_ERROR_NOT_PROVIDED 0xFFFFFFFF
99 /* Request resource ownership (direct 0x0008)
100 * Release resource ownership (direct 0x0009)
125 #define ICE_AQ_RES_GLBL_SUCCESS 0
[all...]
/freebsd/contrib/file/magic/Magdir/
H A Dmsdos9 0 string/t @
26 100 search/0xffff rxfuncadd
27 >100 regex/c =^[\ \t]{0,10}call[\ \t]{1,10}rxfunc OS/2 REXX batch file text
28 100 search/0xffff say
29 >100 regex/c =^[\ \t]{0,10}say\ ['"] OS/2 REXX batch file text
37 0 string/b MZ
63 #>4 uleshort x \b, e_cp 0x%x
65 #>0x3c ulelong x \b, e_lfanew 0x%x
67 #>0x18 uleshort x \b, e_lfarlc=0x%x
69 #>0x1a uleshort !0 \b, e_ovno 0x%x
[all …]
/freebsd/share/i18n/csmapper/JIS/
H A DUCS%JISX0212@MS.src5 SRC_ZONE 0x0000 - 0xFFFF
7 DST_INVALID 0xFFFF
11 0x0000 - 0xFFFF = INVALID
15 0x00A1 = 0x2242
16 0x00A4 = 0x2270
17 0x00A9 = 0x226D
18 0x00AA = 0x226C
19 0x00AE = 0x226E
20 0x00AF = 0x2234
21 0x00B8 = 0x2231
[all …]
H A DJISX0212@MS%UCS.src5 SRC_ZONE 0x21-0x7E / 0x21-0x7E / 8
7 DST_ILSEQ 0xFFFE
14 0x222F = 0x02D8
15 0x2230 = 0x02C7
16 0x2231 = 0x00B8
17 0x2232 = 0x02D9
18 0x2233 = 0x02DD
19 0x2234 = 0x00AF
20 0x2235 = 0x02DB
21 0x2236 = 0x02DA
[all …]
H A DJISX0212%UCS.src5 SRC_ZONE 0x21-0x7E / 0x21-0x7E / 8
7 DST_ILSEQ 0xFFFE
57 # Column #1 is the JIS X 0212 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 # 0x6D63 -> 0x4D43 -> 7767
88 # into a single character at 0x2922:
94 # the lowercase forms of these two elements at 0x2942 and 0x2943.
[all …]
H A DUCS%JISX0212.src5 SRC_ZONE 0x0000 - 0x9FFF
7 DST_INVALID 0xFFFF
57 # Column #1 is the JIS X 0212 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 # 0x6D63 -> 0x4D43 -> 7767
88 # into a single character at 0x2922:
94 # the lowercase forms of these two elements at 0x2942 and 0x2943.
[all …]
/freebsd/sys/dev/ixgbe/
H A Dixgbe_type.h82 #define IXGBE_INTEL_VENDOR_ID 0x8086
85 #define IXGBE_DEV_ID_82598 0x10B6
86 #define IXGBE_DEV_ID_82598_BX 0x1508
87 #define IXGBE_DEV_ID_82598AF_DUAL_PORT 0x10C6
88 #define IXGBE_DEV_ID_82598AF_SINGLE_PORT 0x10C7
89 #define IXGBE_DEV_ID_82598AT 0x10C8
90 #define IXGBE_DEV_ID_82598AT2 0x150B
91 #define IXGBE_DEV_ID_82598EB_SFP_LOM 0x10DB
92 #define IXGBE_DEV_ID_82598EB_CX4 0x10DD
93 #define IXGBE_DEV_ID_82598_CX4_DUAL_PORT 0x10EC
[all …]
/freebsd/share/i18n/csmapper/CNS/
H A DUCS%CNS11643-2.src5 SRC_ZONE 0x4E07 - 0x9FA4
7 DST_INVALID 0xFFFF
45 0x4E07 = 0x2126
46 0x4E0C = 0x2127
47 0x4E0E = 0x212F
48 0x4E0F = 0x212D
49 0x4E2E = 0x2130
50 0x4E31 = 0x2143
51 0x4E33 = 0x2531
52 0x4E3C = 0x2144
[all …]
H A DCNS11643-2%UCS.src5 SRC_ZONE 0x21-0x7E / 0x21-0x7E / 8
7 DST_ILSEQ 0xFFFE
45 0x2121 = 0x4E42
46 0x2122 = 0x4E5C
47 0x2123 = 0x51F5
48 0x2124 = 0x531A
49 0x2125 = 0x5382
50 0x2126 = 0x4E07
51 0x2127 = 0x4E0C
52 0x2128 = 0x4E47
[all …]
/freebsd/sys/dev/mlx5/
H A Dmlx5_ifc.h32 MLX5_EVENT_TYPE_NOTIFY_ANY = 0x0,
33 MLX5_EVENT_TYPE_COMP = 0x0,
34 MLX5_EVENT_TYPE_PATH_MIG = 0x1,
35 MLX5_EVENT_TYPE_COMM_EST = 0x2,
36 MLX5_EVENT_TYPE_SQ_DRAINED = 0x3,
37 MLX5_EVENT_TYPE_SRQ_LAST_WQE = 0x13,
38 MLX5_EVENT_TYPE_SRQ_RQ_LIMIT = 0x14,
39 MLX5_EVENT_TYPE_DCT_DRAINED = 0x1c,
40 MLX5_EVENT_TYPE_DCT_KEY_VIOLATION = 0x1d,
41 MLX5_EVENT_TYPE_CQ_ERROR = 0x4,
[all …]
/freebsd/tools/tools/locale/etc/charmaps/
H A DeucJP.TXT5 0x00 0x0000
6 0x01 0x0001
7 0x02 0x0002
8 0x03 0x0003
9 0x04 0x0004
10 0x05 0x0005
11 0x06 0x0006
12 0x07 0x0007
13 0x08 0x0008
14 0x09 0x0009
[all …]
/freebsd/share/i18n/csmapper/CP/
H A DCP936EXT%UCS.src5 SRC_ZONE 0x81-0xFE / 0x40-0xFE / 8
7 DST_ILSEQ 0xFFFE
27 # Column #2 is the Unicode (in hex as 0xXXXX)
34 0x8140 = 0x4E02
35 0x8141 = 0x4E04
36 0x8142 = 0x4E05
37 0x8143 = 0x4E06
38 0x8144 = 0x4E0F
39 0x8145 = 0x4E12
40 0x8146 = 0x4E17
[all …]
H A DCP950%UCS.src5 SRC_ZONE 0xA1-0xF9 / 0x40-0xFE / 8
7 DST_ILSEQ 0xFFFE
27 # Column #2 is the Unicode (in hex as 0xXXXX)
32 0xA140 = 0x3000
33 0xA141 = 0xFF0C
34 0xA142 = 0x3001
35 0xA143 = 0x3002
36 0xA144 = 0xFF0E
37 0xA145 = 0x2027
38 0xA146 = 0xFF1B
[all …]
/freebsd/tools/test/iconv/ref/
H A DBIG51 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 DDEC-HANYU1 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 …]

123