/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/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 <0x0000 [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/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/dev/rtwn/rtl8192e/ |
H A D | r92e_priv.h | 34 { 0x011, 0xeb }, { 0x012, 0x07 }, { 0x014, 0x75 }, { 0x303, 0xa7 }, 35 { 0x428, 0x0a }, { 0x429, 0x10 }, { 0x430, 0x00 }, { 0x431, 0x00 }, 36 { 0x432, 0x00 }, { 0x433, 0x01 }, { 0x434, 0x04 }, { 0x435, 0x05 }, 37 { 0x436, 0x07 }, { 0x437, 0x08 }, { 0x43c, 0x04 }, { 0x43d, 0x05 }, 38 { 0x43e, 0x07 }, { 0x43f, 0x08 }, { 0x440, 0x5d }, { 0x441, 0x01 }, 39 { 0x442, 0x00 }, { 0x444, 0x10 }, { 0x445, 0x00 }, { 0x446, 0x00 }, 40 { 0x447, 0x00 }, { 0x448, 0x00 }, { 0x449, 0xf0 }, { 0x44a, 0x0f }, 41 { 0x44b, 0x3e }, { 0x44c, 0x10 }, { 0x44d, 0x00 }, { 0x44e, 0x00 }, 42 { 0x44f, 0x00 }, { 0x450, 0x00 }, { 0x451, 0xf0 }, { 0x452, 0x0f }, 43 { 0x453, 0x00 }, { 0x456, 0x5e }, { 0x460, 0x66 }, { 0x461, 0x66 }, [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/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/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/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/sys/dev/nfe/ |
H A D | if_nfereg.h | 45 #define NFE_IRQ_STATUS 0x000 46 #define NFE_IRQ_MASK 0x004 47 #define NFE_SETUP_R6 0x008 48 #define NFE_IMTIMER 0x00c 49 #define NFE_MSI_MAP0 0x020 50 #define NFE_MSI_MAP1 0x024 51 #define NFE_MSI_IRQ_MASK 0x030 52 #define NFE_MAC_RESET 0x03c 53 #define NFE_MISC1 0x080 54 #define NFE_TX_CTL 0x084 [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 …]
|
H A D | rtw8852a_rfk_table.c | 8 RTW89_DECL_RFK_WM(0x12a8, 0x00000001, 0x00000001), 9 RTW89_DECL_RFK_WM(0x12a8, 0x0000000e, 0x00000002), 10 RTW89_DECL_RFK_WM(0x32a8, 0x00000001, 0x00000001), 11 RTW89_DECL_RFK_WM(0x32a8, 0x0000000e, 0x00000002), 12 RTW89_DECL_RFK_WM(0x12bc, 0x000000f0, 0x00000005), 13 RTW89_DECL_RFK_WM(0x12bc, 0x00000f00, 0x00000005), 14 RTW89_DECL_RFK_WM(0x12bc, 0x000f0000, 0x00000005), 15 RTW89_DECL_RFK_WM(0x12bc, 0x0000f000, 0x00000005), 16 RTW89_DECL_RFK_WM(0x120c, 0x000000ff, 0x00000033), 17 RTW89_DECL_RFK_WM(0x12c0, 0x0ff00000, 0x00000033), [all …]
|
H A D | rtw8852c_rfk_table.c | 8 RTW89_DECL_RFK_WM(0xc004, BIT(17), 0x1), 9 RTW89_DECL_RFK_WM(0xc024, BIT(17), 0x1), 10 RTW89_DECL_RFK_WM(0xc104, BIT(17), 0x1), 11 RTW89_DECL_RFK_WM(0xc124, BIT(17), 0x1), 17 RTW89_DECL_RFK_WM(0xc000, BIT(17), 0x [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 | 41 #define PF_OPT_DISABLE 0x00001 42 #define PF_OPT_ENABLE 0x00002 43 #define PF_OPT_VERBOSE 0x00004 44 #define PF_OPT_NOACTION 0x00008 45 #define PF_OPT_QUIET 0x00010 46 #define PF_OPT_CLRRULECTRS 0x00020 47 #define PF_OPT_USEDNS 0x00040 48 #define PF_OPT_VERBOSE2 0x00080 49 #define PF_OPT_DUMMYACTION 0x00100 50 #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/rtwn/rtl8188e/ |
H A D | r88e_priv.h | 39 { 0x026, 0x41 }, { 0x027, 0x35 }, { 0x040, 0x00 }, { 0x428, 0x0a }, 40 { 0x429, 0x10 }, { 0x430, 0x00 }, { 0x431, 0x01 }, { 0x432, 0x02 }, 41 { 0x433, 0x04 }, { 0x434, 0x05 }, { 0x435, 0x06 }, { 0x436, 0x07 }, 42 { 0x437, 0x08 }, { 0x438, 0x00 }, { 0x439, 0x00 }, { 0x43a, 0x01 }, 43 { 0x43b, 0x02 }, { 0x43c, 0x04 }, { 0x43d, 0x05 }, { 0x43e, 0x06 }, 44 { 0x43f, 0x07 }, { 0x440, 0x5d }, { 0x441, 0x01 }, { 0x442, 0x00 }, 45 { 0x444, 0x15 }, { 0x445, 0xf0 }, { 0x446, 0x0f }, { 0x447, 0x00 }, 46 { 0x458, 0x41 }, { 0x459, 0xa8 }, { 0x45a, 0x72 }, { 0x45b, 0xb9 }, 47 { 0x460, 0x66 }, { 0x461, 0x66 }, { 0x480, 0x08 }, { 0x4c8, 0xff }, 48 { 0x4c9, 0x08 }, { 0x4cc, 0xff }, { 0x4cd, 0xff }, { 0x4ce, 0x01 }, [all …]
|
/freebsd/sys/dev/rtwn/rtl8812a/ |
H A D | r12a_priv.h | 34 { 0x010, 0x0c }, 37 { 0x025, 0x0f }, { 0x072, 0x00 }, { 0x420, 0x80 }, { 0x428, 0x0a }, \ 38 { 0x429, 0x10 }, { 0x430, 0x00 }, { 0x431, 0x00 }, { 0x432, 0x00 }, \ 39 { 0x433, 0x01 }, { 0x434, 0x04 }, { 0x435, 0x05 }, { 0x436, 0x07 }, \ 40 { 0x437, 0x08 }, { 0x43c, 0x04 }, { 0x43d, 0x05 }, { 0x43e, 0x07 }, \ 41 { 0x43f, 0x08 }, { 0x440, 0x5d }, { 0x441, 0x01 }, { 0x442, 0x00 }, \ 42 { 0x444, 0x10 }, { 0x445, 0x00 }, { 0x446, 0x00 }, { 0x447, 0x00 }, \ 43 { 0x448, 0x00 }, { 0x449, 0xf0 }, { 0x44a, 0x0f }, { 0x44b, 0x3e }, \ 44 { 0x44c, 0x10 }, { 0x44d, 0x00 }, { 0x44e, 0x00 }, { 0x44f, 0x00 }, \ 45 { 0x450, 0x00 }, { 0x451, 0xf0 }, { 0x452, 0x0f }, { 0x453, 0x00 }, \ [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/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/contrib/v4l/ |
H A D | videodev2.h | 116 V4L2_FIELD_ANY = 0, /* driver can choose from none, 169 V4L2_BUF_TYPE_PRIVATE = 0x80, 213 * unspecified chromaticities and full 0-255 on each of the 223 V4L2_PRIORITY_UNSET = 0, /* not initialized */ 255 #define V4L2_CAP_VIDEO_CAPTURE 0x00000001 /* Is a video capture device */ 256 #define V4L2_CAP_VIDEO_OUTPUT 0x00000002 /* Is a video output device */ 257 #define V4L2_CAP_VIDEO_OVERLAY 0x00000004 /* Can do video overlay */ 258 #define V4L2_CAP_VBI_CAPTURE 0x00000010 /* Is a raw VBI capture device */ 259 #define V4L2_CAP_VBI_OUTPUT 0x00000020 /* Is a raw VBI output device */ 260 #define V4L2_CAP_SLICED_VBI_CAPTURE 0x00000040 /* Is a sliced VBI capture device */ [all …]
|