/freebsd/share/man/man4/ |
H A D | ng_lmi.4 | 50 the ITU Annex A, ANSI Annex D, and Group-of-four LMI types. 61 Typically, Annex A and Annex D live on DLCI 0 while Group-of-four 85 ITU Annex A LMI hook. 87 ANSI Annex D LMI hook. 125 .%T "ANSI T1.617-1991 Annex D" 128 …criber Signaling System No. 1 - Signaling Specification for Frame Mode Basic Call Control, Annex A"
|
H A D | jedec_dimm.4 | 213 .%T Standard 21-C, Annex K 225 .%T Standard 21-C, Annex L
|
/freebsd/sys/dev/jedec_dimm/ |
H A D | jedec_dimm.h | 40 * JEDEC Standard 21-C, Annex K (DDR3) 41 * JEDEC Standard 21-C, Annex L (DDR4) 78 /* The offsets and lengths of various SPD bytes are defined in Annex K (DDR3) 79 * and Annex L (DDR4). Conveniently, the DRAM type is at the same offset for 112 * to the latest SPD specification. In this case, Annex L for DDR4.
|
/freebsd/contrib/tcpdump/ |
H A D | nlpid.h | 19 #define NLPID_Q933 0x08 /* ANSI T1.617 Annex D or ITU-T Q.933 Annex A */
|
H A D | oui.h | 30 #define OUI_IEEE_8021_PRIVATE 0x0080c2 /* IEEE 802.1 Organisation Specific - Annex F */ 31 #define OUI_IEEE_8023_PRIVATE 0x00120f /* IEEE 802.3 Organisation Specific - Annex G */
|
/freebsd/sys/netgraph/ |
H A D | ng_lmi.c | 44 * to do ITU Annex A, ANSI Annex D, and "Group-of-Four" variants 158 #define SCF_LMITYPE 0x18 /* mask for determining Annex mode */ 160 #define SCF_ANNEX_A 0x08 /* running annex A mode */ 161 #define SCF_ANNEX_D 0x10 /* running annex D mode */ 164 #define SETLMITYPE(sc, annex) \ argument 167 (sc)->flags |= (annex); \ 347 /* If we are Annex-D, add locking shift to codeset 5. */ in nglmi_inquire() 585 * Annex D frames. don't bother checking, we already did that. Don't in nglmi_rcvdata() 805 * Annex D frames. Don't increment immediately as it might not be in nglmi_checkdata() 946 /* Annex D says these will always be Ascending, but in nglmi_checkdata()
|
/freebsd/lib/libc/locale/ |
H A D | utf8.5 | 94 .%O "as amended by the Unicode Standard Annex #27: Unicode 3.1 and by the Unicode Standard Annex #2…
|
/freebsd/sys/contrib/device-tree/Bindings/net/ |
H A D | ti,k3-am654-cpsw-nuss.yaml | 28 Support for IEEE 1588 Clock Synchronization (2008 Annex D, Annex E and Annex F)
|
/freebsd/sys/dev/malo/ |
H A D | if_malohal.c | 237 malo_hal_get_cal_table(struct malo_hal *mh, uint8_t annex, uint8_t index) in malo_hal_get_cal_table() argument 245 cmd->annex = annex; in malo_hal_get_cal_table() 249 if (ret == 0 && cmd->caltbl[0] != annex && annex != 0 && annex != 255) in malo_hal_get_cal_table()
|
/freebsd/crypto/heimdal/lib/wind/ |
H A D | rfc4013.txt | 240 61633-5), as amended by the "Unicode Standard Annex 243 "Unicode Standard Annex #28: Unicode 3.2"
|
H A D | rfc4518.txt | 462 61633-5), as amended by the "Unicode Standard Annex 465 "Unicode Standard Annex #28: Unicode 3.2" 468 [UAX15] Davis, M. and M. Duerst, "Unicode Standard Annex #15:
|
/freebsd/crypto/openssl/test/ |
H A D | sm2_internal_test.c | 255 /* From Annex C in both GM/T0003.5-2012 and GB/T 32918.5-2016.*/ in sm2_crypt_test() 279 * (Annex C), but serialized following the ASN.1 format specified in sm2_crypt_test()
|
/freebsd/sys/dev/mii/ |
H A D | mii.h | 114 /* Annex 28B.2 */ 127 /* Annex 28D */
|
/freebsd/contrib/bmake/ |
H A D | config.h.in | 364 /* Enable extensions specified by C23 Annex F. */ 372 /* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015. */
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | README.contributors | 41 - Special cases and error handling need to follow ISO C Annex F requirements,
|
/freebsd/usr.bin/bmake/ |
H A D | config.h | 365 /* Enable extensions specified by C23 Annex F. */ 373 /* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015. */
|
/freebsd/contrib/tzdata/ |
H A D | leapseconds | 14 # The rules for leap seconds are specified in Annex 1 (Time scales) of:
|
/freebsd/contrib/llvm-project/clang/lib/Headers/ |
H A D | stddef.h | 45 /* ISO9899:2011 7.20 (C11 Annex K): Define rsize_t if __STDC_WANT_LIB_EXT1__ is
|
/freebsd/contrib/file/ |
H A D | config.h.in | 407 /* Enable extensions specified by C23 Annex F. */ 415 /* Enable extensions specified by C23 Annex H and ISO/IEC TS 18661-3:2015. */
|
/freebsd/lib/libc/stdlib/ |
H A D | qsort.3 | 346 Annex K portion of
|
/freebsd/contrib/ncurses/man/ |
H A D | curs_variables.3x | 327 [UAX #29] \*(``Unicode Standard Annex #29: Unicode Text
|
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/ |
H A D | GDBRemoteCommunicationServerLLGS.h | 288 ReadXferObject(llvm::StringRef object, llvm::StringRef annex);
|
/freebsd/sys/dev/mwl/ |
H A D | mwlhal.c | 1988 mwlGetCalTable(struct mwl_hal_priv *mh, uint8_t annex, uint8_t index) in mwlGetCalTable() argument 1996 pCmd->annex = annex; in mwlGetCalTable() 2002 pCmd->calTbl[0] != annex && annex != 0 && annex != 255) in mwlGetCalTable()
|
/freebsd/usr.bin/m4/TEST/ |
H A D | test.m4 | 231 travelers can finish sooner, or (3) annex more territories so that the
|
/freebsd/sys/gdb/ |
H A D | gdb_main.c | 440 /* Annex part must be empty. */ in do_qXfer_threads_read() 568 * documents an E00 code for malformed requests or invalid annex. in do_qXfer_threads_read()
|