/freebsd/sys/netgraph/ |
H A D | ng_pppoe.h | 180 #define PADI_CODE 0x09 181 #define PADO_CODE 0x07 182 #define PADR_CODE 0x19 183 #define PADS_CODE 0x65 184 #define PADT_CODE 0xa7 185 #define PADM_CODE 0xd3 189 #define PTT_EOL (0x0000) 190 #define PTT_SRV_NAME (0x0101) 191 #define PTT_AC_NAME (0x0102) 192 #define PTT_HOST_UNIQ (0x0103) [all …]
|
/freebsd/contrib/tcpdump/ |
H A D | checksum.c | 40 if accum & 0x400: 41 accum ^= 0x633 46 sys.stdout.write("0x%04x, " % crc_table[i*8+j]) 52 0x0000, 0x0233, 0x0255, 0x0066, 0x0299, 0x00aa, 0x00cc, 0x02ff, 53 0x0301, 0x0132, 0x0154, 0x0367, 0x0198, 0x03ab, 0x03cd, 0x01fe, 54 0x0031, 0x0202, 0x0264, 0x0057, 0x02a8, 0x009b, 0x00fd, 0x02ce, 55 0x0330, 0x0103, 0x0165, 0x0356, 0x01a9, 0x039a, 0x03fc, 0x01cf, 56 0x0062, 0x0251, 0x0237, 0x0004, 0x02fb, 0x00c8, 0x00ae, 0x029d, 57 0x0363, 0x0150, 0x0136, 0x0305, 0x01fa, 0x03c9, 0x03af, 0x019c, 58 0x0053, 0x0260, 0x0206, 0x0035, 0x02ca, 0x00f9, 0x009f, 0x02ac, [all …]
|
H A D | print-pppoe.c | 38 PPPOE_PADI = 0x09, 39 PPPOE_PADO = 0x07, 40 PPPOE_PADR = 0x19, 41 PPPOE_PADS = 0x65, 42 PPPOE_PADT = 0xa7 51 { 0, "" }, /* PPP Data */ 52 { 0, NULL } 57 PPPOE_EOL = 0, 58 PPPOE_SERVICE_NAME = 0x0101, 59 PPPOE_AC_NAME = 0x0102, [all …]
|
H A D | print-eigrp.c | 64 { 0, NULL} 68 { 0x01, "Init" }, 69 { 0x02, "Conditionally Received" }, 70 { 0x04, "Restart" }, 71 { 0x08, "End-of-Table" }, 72 { 0, NULL} 80 #define EIGRP_TLV_GENERAL_PARM 0x0001 81 #define EIGRP_TLV_AUTH 0x0002 82 #define EIGRP_TLV_SEQ 0x0003 83 #define EIGRP_TLV_SW_VERSION 0x0004 [all …]
|
H A D | print-ldp.c | 34 * 0 1 2 3 35 * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 58 * 0 1 2 3 59 * 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 85 #define LDP_MASK_MSG_TYPE(x) ((x)&0x7fff) 86 #define LDP_MASK_U_BIT(x) ((x)&0x8000) 88 #define LDP_MSG_NOTIF 0x0001 89 #define LDP_MSG_HELLO 0x0100 90 #define LDP_MSG_INIT 0x0200 91 #define LDP_MSG_KEEPALIVE 0x0201 [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/sys/dev/usb/net/ |
H A D | if_usievar.h | 34 #define USIE_DCD 0x0001 35 #define USIE_DSR 0x0002 36 #define USIE_DTR 0x0004 37 #define USIE_RI 0x0008 38 #define USIE_CTS 0x0100 39 #define USIE_RTS 0x0200 41 #define USIE_HIP_FRM_CHR 0x7e 42 #define USIE_HIP_ESC_CHR 0x7d 43 #define USIE_HIP_IF 0 48 #define USIE_CNFG_INDEX 0 [all …]
|
H A D | if_kue.c | 169 static int kue_debug = 0; 171 static SYSCTL_NODE(_hw_usb, OID_AUTO, kue, CTLFLAG_RW | CTLFLAG_MPSAFE, 0, 173 SYSCTL_INT(_hw_usb_kue, OID_AUTO, debug, CTLFLAG_RWTUN, &kue_debug, 0, 195 .timeout = 0, /* no timeout */ 256 USETW(req.wIndex, 0); in kue_setword() 257 USETW(req.wLength, 0); in kue_setword() 275 USETW(req.wIndex, 0); in kue_ctl() 305 if (hwrev == 0x0202) in kue_load_fw() 306 return(0); in kue_load_fw() 310 0, kue_code_seg, sizeof(kue_code_seg)); in kue_load_fw() [all …]
|
/freebsd/sys/x86/include/ |
H A D | apm_bios.h | 25 #define APM_BIOS 0x53 26 #define APM_INT 0x15 29 #define APM_16BIT_SUPPORT 0x01 30 #define APM_32BIT_SUPPORT 0x02 31 #define APM_CPUIDLE_SLOW 0x04 32 #define APM_DISABLED 0x08 33 #define APM_DISENGAGED 0x10 36 #define APM_OURADDR 0x00080000 39 #define APM_INSTCHECK 0x00 40 #define APM_REALCONNECT 0x01 [all …]
|
/freebsd/sys/dev/hid/ |
H A D | hpen.c | 78 { HPEN_MAP_ABS( CONTACTID, 0), .forbidden = true }, 79 { HPEN_MAP_ABS( CONTACTCOUNT, 0), .forbidden = true }, 128 return (0); in hpen_battery_strenght_cb() 180 if (HIDBUS_LOOKUP_DRIVER_INFO(dev, hpen_devs_no_load) != 0) { in hpen_probe() 182 if (error != 0) in hpen_probe() 190 if (error != 0) in hpen_probe() 193 if (hid_get_report_descr(dev, &d_ptr, &d_len) != 0) in hpen_probe() 222 * The Graphire3 needs 0x0202 to be written to in hpen_attach() 228 HID_FEATURE_REPORT, reportbuf[0]); in hpen_attach()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/DebugInfo/CodeView/ |
H A D | CodeViewTypes.def | 3 // 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 …]
|
H A D | CodeViewSymbols.def | 3 // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions. 27 CV_SYMBOL(S_COMPILE , 0x0001) 28 CV_SYMBOL(S_REGISTER_16t , 0x0002) 29 CV_SYMBOL(S_CONSTANT_16t , 0x0003) 30 CV_SYMBOL(S_UDT_16t , 0x0004) 31 CV_SYMBOL(S_SSEARCH , 0x0005) 32 CV_SYMBOL(S_SKIP , 0x0007) 33 CV_SYMBOL(S_CVRESERVE , 0x0008) 34 CV_SYMBOL(S_OBJNAME_ST , 0x0009) 35 CV_SYMBOL(S_ENDARG , 0x000 [all...] |
/freebsd/crypto/openssl/crypto/bio/ |
H A D | bio_sock.c | 23 static int wsa_init_done = 0; 49 int ret = 0; in BIO_get_host_ip() 52 return 0; /* don't generate another error code here */ in BIO_get_host_ip() 78 int ret = 0; in BIO_get_port() 82 return 0; in BIO_get_port() 86 return 0; /* don't generate another error code here */ in BIO_get_port() 106 int j = 0, i; in BIO_sock_error() 116 if (i < 0) in BIO_sock_error() 140 memset(&wsa_state, 0, sizeof(wsa_state)); in BIO_sock_init() 147 if (WSAStartup(0x0202, &wsa_state) != 0) { in BIO_sock_init() [all …]
|
/freebsd/usr.sbin/bluetooth/bthidcontrol/ |
H A D | sdp.c | 58 #define SDP_ATTR_DEVICE_ID_SERVICE_VENDORID 0x0201 59 #define SDP_ATTR_DEVICE_ID_SERVICE_PRODUCTID 0x0202 60 #define SDP_ATTR_DEVICE_ID_SERVICE_VERSION 0x0203 73 SDP_ATTR_RANGE( 0x0205, /* HIDReconnectInitiate */ 74 0x0205), 75 SDP_ATTR_RANGE( 0x0206, /* HIDDescriptorList */ 76 0x0206), 77 SDP_ATTR_RANGE( 0x0209, /* HIDBatteryPower */ 78 0x020 [all...] |
/freebsd/sys/dev/irdma/ |
H A D | irdma_user.h | 55 #define IRDMA_MAX_MR_SIZE 0x200000000000ULL 57 #define IRDMA_ACCESS_FLAGS_LOCALREAD 0x01 58 #define IRDMA_ACCESS_FLAGS_LOCALWRITE 0x02 59 #define IRDMA_ACCESS_FLAGS_REMOTEREAD_ONLY 0x04 60 #define IRDMA_ACCESS_FLAGS_REMOTEREAD 0x05 61 #define IRDMA_ACCESS_FLAGS_REMOTEWRITE_ONLY 0x08 62 #define IRDMA_ACCESS_FLAGS_REMOTEWRITE 0x0a 63 #define IRDMA_ACCESS_FLAGS_BIND_WINDOW 0x10 64 #define IRDMA_ACCESS_FLAGS_ZERO_BASED 0x20 65 #define IRDMA_ACCESS_FLAGS_ALL 0x3f [all …]
|
/freebsd/sys/dev/sound/usb/ |
H A D | uaudioreg.h | 38 #define UAUDIO_VERSION_10 0x0100 39 #define UAUDIO_VERSION_20 0x0200 40 #define UAUDIO_VERSION_30 0x0300 42 #define UAUDIO_PROTOCOL_20 0x20 44 #define UDESC_CS_UNDEFINED 0x20 45 #define UDESC_CS_DEVICE 0x21 46 #define UDESC_CS_CONFIG 0x22 47 #define UDESC_CS_STRING 0x23 48 #define UDESC_CS_INTERFACE 0x24 49 #define UDESC_CS_ENDPOINT 0x25 [all …]
|
/freebsd/sys/dev/hdmi/ |
H A D | dwc_hdmireg.h | 29 #define HDMI_DESIGN_ID 0x0000 30 #define HDMI_REVISION_ID 0x0001 31 #define HDMI_PRODUCT_ID0 0x0002 32 #define HDMI_PRODUCT_ID1 0x0003 35 #define HDMI_IH_FC_STAT0 0x0100 36 #define HDMI_IH_FC_STAT1 0x0101 37 #define HDMI_IH_FC_STAT2 0x0102 38 #define HDMI_IH_AS_STAT0 0x0103 39 #define HDMI_IH_PHY_STAT0 0x0104 40 #define HDMI_IH_PHY_STAT0_HPD (1 << 0) [all …]
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_adminq_cmd.h | 43 #define IAVF_FW_API_VERSION_MAJOR 0x0001 44 #define IAVF_FW_API_VERSION_MINOR_X722 0x0006 45 #define IAVF_FW_API_VERSION_MINOR_X710 0x0007 52 #define IAVF_MINOR_VER_GET_LINK_INFO_XL710 0x0007 54 #define IAVF_MINOR_VER_FW_LLDP_STOPPABLE_X722 0x0006 81 * |0 |1 |2 |3 |4 |5 |6 |7 |8 |9 |10 |11 |12 |13 |14 |15 | 86 #define IAVF_AQ_FLAG_DD_SHIFT 0 98 #define IAVF_AQ_FLAG_DD (1 << IAVF_AQ_FLAG_DD_SHIFT) /* 0x1 */ 99 #define IAVF_AQ_FLAG_CMP (1 << IAVF_AQ_FLAG_CMP_SHIFT) /* 0x2 */ 100 #define IAVF_AQ_FLAG_ERR (1 << IAVF_AQ_FLAG_ERR_SHIFT) /* 0x4 */ [all …]
|
/freebsd/crypto/openssl/util/perl/TLSProxy/ |
H A D | Message.pm | 18 MT_HELLO_REQUEST => 0, 42 AL_DESC_CLOSE_NOTIFY => 0, 66 EXT_SERVER_NAME => 0, 89 EXT_CRYPTOPRO_BUG_EXTENSION => 0xfde8, 90 EXT_UNKNOWN => 0xfffe, 92 EXT_FORCE_LAST => 0xffff 99 SIG_ALG_RSA_PKCS1_SHA256 => 0x0401, 100 SIG_ALG_RSA_PKCS1_SHA384 => 0x0501, 101 SIG_ALG_RSA_PKCS1_SHA512 => 0x0601, 102 SIG_ALG_ECDSA_SECP256R1_SHA256 => 0x0403, [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/bwn/ |
H A D | if_bwn_phy_g.c | 143 if (mac->mac_phy.hwpctl == 0 || mac->mac_phy.use_hwpctl == NULL) in bwn_has_hwpctl() 144 return (0); in bwn_has_hwpctl() 169 } while(0) in bwn_phy_g_attach() 180 pg->pg_flags = 0; in bwn_phy_g_attach() 181 if (pab0 == 0 || pab1 == 0 || pab2 == 0 || pab0 == -1 || pab1 == -1 || in bwn_phy_g_attach() 185 return (0); in bwn_phy_g_attach() 188 pg->pg_idletssi = (bg == 0 || bg == -1) ? 62 : bg; in bwn_phy_g_attach() 194 for (i = 0; i < 64; i++) { in bwn_phy_g_attach() 196 int8_t j = 0; in bwn_phy_g_attach() 221 return (0); in bwn_phy_g_attach() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/qcom/ |
H A D | qcom-sdx55.dtsi | 20 qcom,msm-id = <357 0x10000>, <368 0x10000>, <418 0x10000>; 25 reg = <0 0>; 31 #clock-cells = <0>; 38 #clock-cells = <0>; 44 #clock-cells = <0>; 51 #size-cells = <0>; 53 cpu0: cpu@0 { 56 reg = <0x0>; 108 reg = <0x8fc00000 0x80000>; 113 reg = <0x8fc80000 0x40000>; [all …]
|
/freebsd/sys/dev/usb/input/ |
H A D | uhid.c | 83 static int uhid_debug = 0; 85 static SYSCTL_NODE(_hw_usb, OID_AUTO, uhid, CTLFLAG_RW | CTLFLAG_MPSAFE, 0, 88 &uhid_debug, 0, "Debug level"); 122 #define UHID_FLAG_IMMED 0x01 /* set if read should be immediate */ 123 #define UHID_FLAG_STATIC_DESC 0x04 /* set if report descriptors are 160 .basename[0] = "uhid", 174 pc = usbd_xfer_get_frame(xfer, 0); in uhid_intr_write_callback() 176 0, usbd_xfer_max_len(xfer), &actlen, 0)) { in uhid_intr_write_callback() 177 usbd_xfer_set_frame_len(xfer, 0, actlen); in uhid_intr_write_callback() 205 pc = usbd_xfer_get_frame(xfer, 0); in uhid_intr_read_callback() [all …]
|
/freebsd/sys/gnu/dev/bwn/phy_n/ |
H A D | if_bwn_radio_2055.c | 84 #define B2055_INITTAB_ENTRY_OK 0x01 85 #define B2055_INITTAB_UPLOAD 0x02 91 [B2055_SP_PINPD] = { .ghz5 = 0x0080, .ghz2 = 0x0080, NOUPLOAD, }, 92 [B2055_C1_SP_RSSI] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, 93 [B2055_C1_SP_PDMISC] = { .ghz5 = 0x0027, .ghz2 = 0x0027, NOUPLOAD, }, 94 [B2055_C2_SP_RSSI] = { .ghz5 = 0x0000, .ghz2 = 0x0000, NOUPLOAD, }, 95 [B2055_C2_SP_PDMISC] = { .ghz5 = 0x0027, .ghz2 = 0x0027, NOUPLOAD, }, 96 [B2055_C1_SP_RXGC1] = { .ghz5 = 0x007F, .ghz2 = 0x007F, UPLOAD, }, 97 [B2055_C1_SP_RXGC2] = { .ghz5 = 0x0007, .ghz2 = 0x0007, UPLOAD, }, 98 [B2055_C2_SP_RXGC1] = { .ghz5 = 0x007F, .ghz2 = 0x007F, UPLOAD, }, [all …]
|
/freebsd/sys/dev/ixl/ |
H A D | i40e_adminq_cmd.h | 44 #define I40E_FW_API_VERSION_MAJOR 0x0001 45 #define I40E_FW_API_VERSION_MINOR_X722 0x000C 46 #define I40E_FW_API_VERSION_MINOR_X710 0x000F 53 #define I40E_MINOR_VER_GET_LINK_INFO_XL710 0x0007 55 #define I40E_MINOR_VER_GET_LINK_INFO_X722 0x0009 57 #define I40E_MINOR_VER_FW_LLDP_STOPPABLE_X722 0x0006 59 #define I40E_MINOR_VER_FW_REQUEST_FEC_X722 0x000A 86 * |0 |1 |2 |3 |4 |5 |6 |7 |8 |9 |10 |11 |12 |13 |14 |15 | 91 #define I40E_AQ_FLAG_DD_SHIFT 0 103 #define I40E_AQ_FLAG_DD (1 << I40E_AQ_FLAG_DD_SHIFT) /* 0x1 */ [all …]
|