| /freebsd/sys/contrib/device-tree/src/arm64/amd/ |
| H A D | amd-seattle-xgbe-b.dtsi | 10 #clock-cells = <0>; 17 #clock-cells = <0>; 24 #clock-cells = <0>; 31 #clock-cells = <0>; 38 reg = <0 0xe0700000 0 0x80000>, 39 <0 0xe0780000 0 0x80000>, 40 <0 0xe1240800 0 0x00400>, /* SERDES RX/TX0 */ 41 <0 0xe1250000 0 0x00060>, /* SERDES IR 1/2 */ 42 <0 0xe12500f8 0 0x00004>; /* SERDES IR 2/2 */ 43 interrupts = <0 325 4>, [all …]
|
| /freebsd/contrib/ncurses/include/ |
| H A D | nc_termios.h | 67 #define TCIFLUSH 0 82 #define ISIG 0x0001 83 #define ICANON 0x0002 84 #define ECHO 0x0004 85 #define ECHOE 0x0008 86 #define ECHOK 0x0010 87 #define ECHONL 0x0020 88 #define NOFLSH 0x0040 89 #define IEXTEN 0x0100 100 #define IGNBRK 0x00001 [all …]
|
| /freebsd/contrib/lib9p/ |
| H A D | genacl.h | 145 #define L9P_ACE_READ_DATA 0x00001 146 #define L9P_ACE_LIST_DIRECTORY 0x00001 /* same as READ_DATA */ 147 #define L9P_ACE_WRITE_DATA 0x00002 148 #define L9P_ACE_ADD_FILE 0x00002 /* same as WRITE_DATA */ 149 #define L9P_ACE_APPEND_DATA 0x00004 150 #define L9P_ACE_ADD_SUBDIRECTORY 0x00004 /* same as APPEND_DATA */ 151 #define L9P_ACE_READ_NAMED_ATTRS 0x00008 152 #define L9P_ACE_WRITE_NAMED_ATTRS 0x00010 153 #define L9P_ACE_EXECUTE 0x00020 154 #define L9P_ACE_DELETE_CHILD 0x00040 [all …]
|
| /freebsd/sys/contrib/device-tree/src/riscv/thead/ |
| H A D | th1520.dtsi | 17 #size-cells = <0>; 20 c910_0: cpu@0 { 27 reg = <0>; 129 <0x00003 0x00003 0x0007fff8>, 130 <0x00004 0x00004 0x0007fff8>, 131 <0x00005 0x00005 0x0007fff8>, 132 <0x00006 0x00006 0x0007fff8>, 133 <0x00007 0x00007 0x0007fff8>, 134 <0x00008 0x00008 0x0007fff8>, 135 <0x00009 0x00009 0x0007fff8>, [all …]
|
| /freebsd/sys/contrib/device-tree/Bindings/net/ |
| H A D | amd-xgbe.txt | 32 0 - 1GbE and 10GbE (default) 44 0 - Off 55 reg = <0 0xe0700000 0 0x80000>, 56 <0 0xe0780000 0 0x80000>, 57 <0 0xe1240800 0 0x00400>, 58 <0 0xe1250000 0 0x00060>, 59 <0 0xe1250080 0 0x00004>; 61 interrupts = <0 325 4>, 62 <0 326 1>, <0 327 1>, <0 328 1>, <0 329 1>, 63 <0 323 4>; [all …]
|
| /freebsd/sys/dev/qlxgbe/ |
| H A D | ql_dbg.h | 45 #define INJCT_RX_RXB_INVAL 0x00001 46 #define INJCT_RX_MP_NULL 0x00002 47 #define INJCT_LRO_RXB_INVAL 0x00003 48 #define INJCT_LRO_MP_NULL 0x00004 49 #define INJCT_NUM_HNDLE_INVALID 0x00005 50 #define INJCT_RDWR_INDREG_FAILURE 0x00006 51 #define INJCT_RDWR_OFFCHIPMEM_FAILURE 0x00007 52 #define INJCT_MBX_CMD_FAILURE 0x00008 53 #define INJCT_HEARTBEAT_FAILURE 0x00009 54 #define INJCT_TEMPERATURE_FAILURE 0x0000A [all …]
|
| /freebsd/lib/libsys/ |
| H A D | send.2 | 136 #define MSG_OOB 0x00001 /* process out-of-band data */ 137 #define MSG_DONTROUTE 0x00004 /* bypass routing, use direct interface */ 138 #define MSG_EOR 0x00008 /* data completes record */ 139 #define MSG_DONTWAIT 0x00080 /* do not block */ 140 #define MSG_EOF 0x00100 /* data completes transaction */ 141 #define MSG_NOSIGNAL 0x20000 /* do not generate SIGPIPE on EOF */
|
| /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/xilinx/ |
| H A D | if_xaereg.h | 36 #define XAE_RAF 0x00000 /* Reset and Address Filter RW */ 37 #define XAE_TPF 0x00004 /* Transmit Pause Frame RW */ 38 #define XAE_IFGP 0x00008 /* Transmit Inter Frame Gap Adjustment RW */ 39 #define XAE_IS 0x0000C /* Interrupt Status register RW */ 40 #define XAE_IP 0x00010 /* Interrupt Pending register RO */ 41 #define XAE_IE 0x00014 /* Interrupt Enable register RW */ 42 #define XAE_TTAG 0x00018 /* Transmit VLAN Tag RW */ 43 #define XAE_RTAG 0x0001C /* Receive VLAN Tag RW */ 44 #define XAE_UAWL 0x00020 /* Unicast Address Word Lower RW */ 45 #define XAE_UAWU 0x00024 /* Unicast Address Word Upper RW */ [all …]
|
| /freebsd/sys/contrib/openzfs/include/os/freebsd/spl/sys/ |
| H A D | vnode.h | 52 #define NOCRED ((struct ucred *)0) /* no credential available */ 76 #define vn_vfswlock(vp) (0) 77 #define vn_vfsunlock(vp) do { } while (0) 82 (vp)->v_object->resident_page_count > 0) 88 int flags = sync ? OBJPC_SYNC : 0; in vn_flush_cached_data() 90 vm_object_page_clean(vp->v_object, 0, 0, flags); in vn_flush_cached_data() 102 #define vnevent_create(vp, ct) do { } while (0) 103 #define vnevent_link(vp, ct) do { } while (0) 104 #define vnevent_remove(vp, dvp, name, ct) do { } while (0) 105 #define vnevent_rmdir(vp, dvp, name, ct) do { } while (0) [all …]
|
| /freebsd/crypto/openssl/include/internal/ |
| H A D | ffc.h | 26 # define FFC_PARAM_TYPE_DSA 0 33 #define FFC_PARAM_MODE_VERIFY 0 37 #define FFC_PARAM_RET_STATUS_FAILED 0 43 # define FFC_PARAM_FLAG_VALIDATE_PQ 0x01 44 # define FFC_PARAM_FLAG_VALIDATE_G 0x02 47 #define FFC_PARAM_FLAG_VALIDATE_LEGACY 0x04 53 # define FFC_CHECK_P_NOT_PRIME 0x00001 54 # define FFC_CHECK_P_NOT_SAFE_PRIME 0x00002 55 # define FFC_CHECK_UNKNOWN_GENERATOR 0x00004 56 # define FFC_CHECK_NOT_SUITABLE_GENERATOR 0x00008 [all …]
|
| /freebsd/usr.bin/calendar/ |
| H A D | calendar.h | 64 #define isleap(y) ((((y) % 4) == 0 && ((y) % 100) != 0) || ((y) % 400) == 0) 67 #define F_NONE 0x00000 68 #define F_MONTH 0x00001 69 #define F_DAYOFWEEK 0x00002 70 #define F_DAYOFMONTH 0x00004 71 #define F_MODIFIERINDEX 0x00008 72 #define F_MODIFIEROFFSET 0x00010 73 #define F_SPECIALDAY 0x00020 74 #define F_ALLMONTH 0x00040 75 #define F_ALLDAY 0x00080 [all …]
|
| /freebsd/sys/dev/bhnd/cores/pmu/ |
| H A D | bhnd_pmureg.h | 29 (((_value) & _flag) != 0) 43 #define BHND_CLK_CTL_ST 0x1e0 /**< clock control and status */ 55 #define BHND_CCS_FORCEALP 0x00000001 /**< force ALP request */ 56 #define BHND_CCS_FORCEHT 0x00000002 /**< force HT request */ 57 #define BHND_CCS_FORCEILP 0x00000004 /**< force ILP request */ 58 #define BHND_CCS_FORCE_MASK 0x0000000F 60 #define BHND_CCS_ALPAREQ 0x00000008 /**< ALP Avail Request */ 61 #define BHND_CCS_HTAREQ 0x00000010 /**< HT Avail Request */ 62 #define BHND_CCS_AREQ_MASK 0x00000018 64 #define BHND_CCS_FORCEHWREQOFF 0x00000020 /**< Force HW Clock Request Off */ [all …]
|
| /freebsd/sys/contrib/dev/rtw89/ |
| H A D | rtw8851b_rfk_table.c | 8 RTW89_DECL_RFK_WM(0xc210, 0x003fc000, 0x80), 9 RTW89_DECL_RFK_WM(0xc224, 0x003fc000, 0x80), 10 RTW89_DECL_RFK_WM(0xc0f8, 0x30000000, 0x3), 11 RTW89_DECL_RFK_WM(0x12b8, BIT(30), 0x1), 12 RTW89_DECL_RFK_WM(0x030c, 0x1f000000, 0x1f), 13 RTW89_DECL_RFK_WM(0x032c, 0xc0000000, 0x0), 14 RTW89_DECL_RFK_WM(0x032c, BIT(22), 0x0), 15 RTW89_DECL_RFK_WM(0x032c, BIT(22), 0x1), 16 RTW89_DECL_RFK_WM(0x032c, BIT(16), 0x0), 17 RTW89_DECL_RFK_WM(0x032c, BIT(20), 0x1), [all …]
|
| /freebsd/sys/dev/thunderbolt/ |
| H A D | nhi_reg.h | 37 #define TBT_SEC_NONE 0x00 38 #define TBT_SEC_USER 0x01 39 #define TBT_SEC_SECURE 0x02 40 #define TBT_SEC_DP 0x03 42 #define GENMASK(h, l) (((~0U) >> (31 - (h))) ^ ((~0U) >> (31 - (l)) >> 1)) 45 #define VENDOR_INTEL 0x8086 46 #define DEVICE_AR_2C_NHI 0x1575 47 #define DEVICE_AR_DP_B_NHI 0x1577 48 #define DEVICE_AR_DP_C_NHI 0x15d2 49 #define DEVICE_AR_LP_NHI 0x15bf [all …]
|
| /freebsd/contrib/nvi/ex/ |
| H A D | ex.h | 16 #define E_ADDR1 0x00000001 /* One address. */ 17 #define E_ADDR2 0x00000002 /* Two addresses. */ 18 #define E_ADDR2_ALL 0x00000004 /* Zero/two addresses; zero == all. */ 19 #define E_ADDR2_NONE 0x00000008 /* Zero/two addresses; zero == none. */ 20 #define E_ADDR_ZERO 0x00000010 /* 0 is a legal addr1. */ 21 #define E_ADDR_ZERODEF 0x00000020 /* 0 is default addr1 of empty files. */ 22 #define E_AUTOPRINT 0x00000040 /* Command always sets autoprint. */ 23 #define E_CLRFLAG 0x00000080 /* Clear the print (#, l, p) flags. */ 24 #define E_NEWSCREEN 0x00000100 /* Create a new screen. */ 25 #define E_SECURE 0x00000200 /* Permission denied if O_SECURE set. */ [all …]
|
| /freebsd/sbin/pfctl/ |
| H A D | pfctl_parser.h | 43 #define PF_OPT_DISABLE 0x00001 44 #define PF_OPT_ENABLE 0x00002 45 #define PF_OPT_VERBOSE 0x00004 46 #define PF_OPT_NOACTION 0x00008 47 #define PF_OPT_QUIET 0x00010 48 #define PF_OPT_CLRRULECTRS 0x00020 49 #define PF_OPT_USEDNS 0x00040 50 #define PF_OPT_VERBOSE2 0x00080 51 #define PF_OPT_DUMMYACTION 0x00100 52 #define PF_OPT_DEBUG 0x00200 [all …]
|
| /freebsd/sys/sys/ |
| H A D | tty.h | 68 #define TF_NOPREFIX 0x00001 /* Don't prepend "tty" to device name. */ 69 #define TF_INITLOCK 0x00002 /* Create init/lock state devices. */ 70 #define TF_CALLOUT 0x00004 /* Create "cua" devices. */ 71 #define TF_OPENED_IN 0x00008 /* "tty" node is in use. */ 72 #define TF_OPENED_OUT 0x00010 /* "cua" node is in use. */ 73 #define TF_OPENED_CONS 0x00020 /* Device in use as console. */ 75 #define TF_GONE 0x00040 /* Device node is gone. */ 76 #define TF_OPENCLOSE 0x00080 /* Device is in open()/close(). */ 77 #define TF_ASYNC 0x00100 /* Asynchronous I/O enabled. */ 78 #define TF_LITERAL 0x00200 /* Accept the next character literally. */ [all …]
|
| /freebsd/sys/dev/aic7xxx/ |
| H A D | aic79xx.h | 68 #define FALSE 0 73 #define ALL_CHANNELS '\0' 74 #define ALL_TARGETS_MASK 0xFFFF 75 #define INITIATOR_WILDCARD (~0) 76 #define SCB_LIST_NULL 0xFF00 78 #define QOUTFIFO_ENTRY_VALID 0x80 79 #define SCBID_IS_NULL(scbid) (((scbid) & 0xFF00 ) == SCB_LIST_NULL) 86 #define SCB_IS_SCSIBUS_B(ahd, scb) (0) 98 (0x01 << (SCB_GET_TARGET_OFFSET(ahd, scb))) 101 ((ahd_debug & AHD_SHOW_MASKED_ERRORS) == 0 \ [all...] |
| /freebsd/contrib/libarchive/libarchive/test/ |
| H A D | test_write_format_iso9660_filename.c | 44 archive_entry_set_size(ae, 0); in add_entry() 58 #define UPPER_CASE_ONLY 0x00001 59 #define ONE_DOT 0x00002 60 #define ALLOW_LDOT 0x00004 78 assertEqualIntA(a, 0, archive_read_next_header(a, &ae)); in verify_file() 84 assertEqualInt(0, archive_entry_birthtime_is_set(ae)); in verify_file() 93 assertEqualInt(0, archive_entry_size(ae)); in verify_file() 98 for (i = 0; i < fns->cnt; i++) { in verify_file() 110 assert(strcmp(fns->names[i], pathname) != 0); in verify_file() 132 if ((fns->opt & ALLOW_LDOT) == 0) in verify_file() [all …]
|
| /freebsd/lib/libc/db/btree/ |
| H A D | btree.h | 47 * Page 0 of a btree file contains a copy of the meta-data. This page is also 49 * to page 0. Page 1 is the root of the btree. 51 #define P_INVALID 0 /* Invalid tree page number. */ 52 #define P_META 0 /* Tree metadata page number. */ 68 #define P_BINTERNAL 0x01 /* btree internal page */ 69 #define P_BLEAF 0x02 /* leaf page */ 70 #define P_OVERFLOW 0x04 /* overflow page */ 71 #define P_RINTERNAL 0x08 /* recno internal page */ 72 #define P_RLEAF 0x10 /* leaf page */ 73 #define P_TYPE 0x1f /* type mask */ [all …]
|
| /freebsd/crypto/krb5/src/plugins/kdb/db2/libdb2/btree/ |
| H A D | btree.h | 51 * Page 0 of a btree file contains a copy of the meta-data. This page is also 53 * to page 0. Page 1 is the root of the btree. 55 #define P_INVALID 0 /* Invalid tree page number. */ 56 #define P_META 0 /* Tree metadata page number. */ 72 #define P_BINTERNAL 0x01 /* btree internal page */ 73 #define P_BLEAF 0x02 /* leaf page */ 74 #define P_OVERFLOW 0x04 /* overflow page */ 75 #define P_RINTERNAL 0x08 /* recno internal page */ 76 #define P_RLEAF 0x10 /* leaf page */ 77 #define P_TYPE 0x1f /* type mask */ [all …]
|
| /freebsd/sys/dev/rtwn/rtl8192c/ |
| H A D | r92c_priv.h | 41 #define R92C_COND_RTL8188CE 0x01 42 #define R92C_COND_RTL8188CU 0x02 43 #define R92C_COND_RTL8188RU 0x04 44 #define R92C_COND_RTL8192CE 0x08 45 #define R92C_COND_RTL8192CU 0x10 51 0xd04 53 0xd08, 0xd0c, 0xd10, 0xd14, 0xd18, 0xd2c, 0xd30, 0xd34, 0xd38, 54 0xd3c, 0xd40, 0xd44, 0xd48, 0xd4c, 0xd50, 0xd54, 0xd58, 0xd5c, 55 0xd60, 0xd64, 0xd68, 0xd6c, 0xd70, 0xd74, 0xd78, 0xe00, 0xe04, 56 0xe08, 0xe10, 0xe14, 0xe18, 0xe1c, 0xe28, 0xe30, 0xe34, 0xe38, [all …]
|
| /freebsd/sys/netpfil/ipfilter/netinet/ |
| H A D | ip_nat.h | 16 # define SOLARIS 0 75 #define NAT_HW_CKSUM 0x80000000 76 #define NAT_HW_CKSUM_PART 0x40000000 126 int nat_rev; /* 0 = forward, 1 = reverse */ 128 int nat_v[2]; /* 0 = old, 1 = new */ 157 #define NAT_INBOUND 0 167 #define NAT_TCP 0x0001 /* IPN_TCP */ 168 #define NAT_UDP 0x0002 /* IPN_UDP */ 169 #define NAT_ICMPERR 0x0004 /* IPN_ICMPERR */ 170 #define NAT_ICMPQUERY 0x0008 /* IPN_ICMPQUERY */ [all …]
|
| /freebsd/sys/dev/rtwn/rtl8821a/ |
| H A D | r21a_priv.h | 34 { 0x421, 0x0f }, { 0x428, 0x0a }, { 0x429, 0x10 }, { 0x430, 0x00 }, 35 { 0x431, 0x00 }, { 0x432, 0x00 }, { 0x433, 0x01 }, { 0x434, 0x04 }, 36 { 0x435, 0x05 }, { 0x436, 0x07 }, { 0x437, 0x08 }, { 0x43c, 0x04 }, 37 { 0x43d, 0x05 }, { 0x43e, 0x07 }, { 0x43f, 0x08 }, { 0x440, 0x5d }, 38 { 0x441, 0x01 }, { 0x442, 0x00 }, { 0x444, 0x10 }, { 0x445, 0x00 }, 39 { 0x446, 0x00 }, { 0x447, 0x00 }, { 0x448, 0x00 }, { 0x449, 0xf0 }, 40 { 0x44a, 0x0f }, { 0x44b, 0x3e }, { 0x44c, 0x10 }, { 0x44d, 0x00 }, 41 { 0x44e, 0x00 }, { 0x44f, 0x00 }, { 0x450, 0x00 }, { 0x451, 0xf0 }, 42 { 0x452, 0x0f }, { 0x453, 0x00 }, { 0x456, 0x5e }, { 0x460, 0x66 }, 43 { 0x461, 0x66 }, { 0x4c8, 0x3f }, { 0x4c9, 0xff }, { 0x4cc, 0xff }, [all …]
|