/freebsd/crypto/openssl/test/ssl-tests/ |
H A D | 30-extended-master-secret.cnf | 5 test-0 = 0-disable-extended-master-secret-server-sha 6 test-1 = 1-disable-extended-master-secret-client-sha 7 test-2 = 2-disable-extended-master-secret-both-sha 8 test-3 = 3-disable-extended-master-secret-both-resume 9 test-4 = 4-disable-extended-master-secret-server-sha2 10 test-5 = 5-disable-extended-master-secret-client-sha2 11 test-6 = 6-disable-extended-master-secret-both-sha2 14 [0-disable-extended-master-secret-server-sha] 15 ssl_conf = 0-disable-extended-master-secret-server-sha-ssl 17 [0-disable-extended-master-secret-server-sha-ssl] [all …]
|
H A D | 30-extended-master-secret.cnf.in | 20 name => "disable-extended-master-secret-server-sha", 33 name => "disable-extended-master-secret-client-sha", 46 name => "disable-extended-master-secret-both-sha", 60 name => "disable-extended-master-secret-both-resume", 81 name => "disable-extended-master-secret-server-sha2", 94 name => "disable-extended-master-secret-client-sha2", 107 name => "disable-extended-master-secret-both-sha2",
|
/freebsd/sys/ufs/ufs/ |
H A D | README.extattr | 2 UFS Extended Attributes Copyright 4 The UFS Extended Attributes implementation is copyright Robert Watson, and 7 About UFS Extended Attributes 9 Extended attributes allow the association of additional arbitrary 10 meta-data with files and directories. Extended attributes are defined in 13 extended attribute service layers support for extended attributes onto a 17 performance. When defined, extended attribute names exist in a series of 24 Using UFS Extended Attributes 26 Support for UFS extended attributes is natively available in UFS2, and 28 and performance reasons, if you plan to use extended attributes, it [all …]
|
H A D | README.acls | 13 availability of extended attributes to store extended components of 22 to your kernel configuration. As ACLs rely on the availability of extended 23 attributes, your file systems must have support for extended attributes. 25 necessary. For UFS1, you must also enable the optional extended attributes 49 UFS1 is discouraged; UFS2 extended attributes provide a more reliable 63 required extended attributes with the filesystem mount operation. To 64 enable ACLs, two extended attributes must be available in the 67 for directories. If you're using UFS1 Extended Attributes, the following
|
H A D | extattr.h | 32 * Support for extended filesystem attributes. 73 * This structure defines the required fields of an extended-attribute header. 82 /* extended attribute content follows */ 86 * These macros are used to access and manipulate an extended attribute: 88 * EXTATTR_NEXT(eap) returns a pointer to the next extended attribute 90 * EXTATTR_CONTENT(eap) returns a pointer to the extended attribute 92 * EXTATTR_CONTENT_SIZE(eap) returns the size of the extended attribute
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 70-test_tlsextms.t | 51 #Test 1: By default server and client should send extended master secret 60 checkmessages(1, "Default extended master secret test", 1, 1, 1); 62 #Test 2: If client omits extended master secret extension, server should too. 70 checkmessages(2, "No client extension extended master secret test", 0, 0, 1); 79 checkmessages(3, "No ticket extended master secret test", 1, 1, 1); 88 checkmessages(4, "No ticket, no client extension extended master secret test", 0, 0, 1); 90 #Test 5: Session resumption extended master secret test 104 checkmessages(5, "Session resumption extended master secret test", 1, 1, 0); 107 #Test 6: Session resumption extended master secret test original session 122 checkmessages(6, "Session resumption extended master secret test", 1, 1, 1); [all …]
|
/freebsd/share/man/man9/ |
H A D | VOP_SETEXTATTR.9 | 31 .Nd set named extended attribute for a vnode 39 This vnode call may be used to set specific named extended attribute for a 47 Integer constant indicating which extended attribute namespace the attribute 56 The thread setting the extended attribute. 62 However, as extended attributes provide a strict "name=value" semantic, 69 to indicate that the specified extended attribute should be deleted. 78 setting might be used to allow the kernel to authorize extended attribute 81 Extended attribute semantics may vary by file system implementing the call. 82 More information on extended attributes may be found in 87 If the extended attribute is successfully set, then zero is returned.
|
H A D | extattr.9 | 31 .Nd virtual file system named extended attributes 37 Named extended attributes allow additional meta-data to be associated 42 Extended attribute names exist within a set of namespaces; each operation 43 on an extended attribute is required to provide the namespace to which to 45 If the same name is present in multiple namespaces, the extended attributes 63 Reads of extended attribute data may return specific contiguous regions of 68 As there are a plethora of file systems with differing extended attributes, 72 Authorization schemes for extended attribute data may also vary by file 76 Extended attributes are named using a null-terminated character string. 79 Appropriate vnode extended attribute calls are:
|
H A D | VOP_GETEXTATTR.9 | 31 .Nd retrieve named extended attribute from a vnode 47 This vnode call may be used to retrieve a specific named extended attribute 55 Integer constant indicating which extended attribute namespace the attribute 76 The thread requesting the extended attribute. 86 setting might be used to allow the kernel to authorize extended attribute 89 Extended attribute semantics may vary by file system implementing the call. 90 More information on extended attributes may be found in
|
H A D | VOP_LISTEXTATTR.9 | 36 .Nd retrieve a list of named extended attributes from a vnode 51 This vnode call may be used to retrieve a list of named extended attributes 59 Integer constant indicating which extended attribute namespace the attribute 83 The thread requesting the extended attribute. 93 setting might be used to allow the kernel to authorize extended attribute 96 Extended attribute semantics may vary by file system implementing the call. 97 More information on extended attributes may be found in
|
/freebsd/usr.sbin/extattrctl/ |
H A D | extattrctl.8 | 29 .\" Support for file system extended attribute. 36 .Nd manage UFS1 extended attributes 68 is the management utility for extended attributes over the UFS1 file system. 69 It allows the starting and stopping of extended attributes on a file system, 71 disabling of specific extended attributes on a file system. 78 Start extended attribute support on the file system named using 83 Stop extended attribute support on the file system named using 85 Extended attribute support must previously have been started. 147 Start extended attributes on the root file system. 166 Stop extended attribute [all...] |
/freebsd/contrib/ncurses/man/ |
H A D | term.5 | 218 .SS "Extended Storage Format" 225 extended terminfo binary format, 235 First, it reads the extended header (5 short integers): 239 count of extended Boolean capabilities 242 count of extended numeric capabilities 245 count of extended string capabilities 248 count of the items in extended string table 251 size of the extended string table in bytes 254 The count- and size-values for the extended string table 255 include the extended capability \fInames\fP as well as [all …]
|
/freebsd/lib/libsys/ |
H A D | extattr_get_file.2 | 43 .Nd system calls to manipulate VFS extended attributes 74 Named extended attributes are meta-data associated with vnodes 82 system call retrieves the value of the specified extended attribute into 89 system call sets the value of the specified extended attribute to the data 94 system call deletes the extended attribute specified. 123 then the size of defined extended attribute data will be returned, rather 148 Both arguments describe a file associated with the extended attribute 159 the namespace in which the extended attribute resides; see 162 the name of the extended attribute 165 Named extended attribute semantics vary by file system implementing the call. [all …]
|
/freebsd/usr.sbin/pnfsdsfile/ |
H A D | pnfsdsfile.8 | 32 extended attribute for them 47 extended attribute on the 60 extended attribute for this 64 extended attribute to be changed. 72 extended attribute is to filled with all zero bits. 84 pnfsd.dsfile extended attribute. 85 The old-hostname must resolve to the IP# already in the pnfsd.dsfile extended 94 This option adds entrie(s) to the extended attributes with IP address set 104 This option sets the IP address of the extended attribute entry for the 119 extended attribute to use it.
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | ValueTypes.cpp | 20 assert(isExtended() && "Type is not extended!"); in changeExtendedTypeToInteger() 26 assert(isExtended() && "Type is not extended!"); in changeExtendedVectorElementTypeToInteger() 33 assert(isExtended() && "Type is not extended!"); in changeExtendedVectorElementType() 41 assert(VT.isExtended() && "Type is not extended!"); in getExtendedIntegerVT() 50 assert(ResultVT.isExtended() && "Type is not extended!"); in getExtendedVectorVT() 57 assert(ResultVT.isExtended() && "Type is not extended!"); in getExtendedVectorVT() 62 assert(isExtended() && "Type is not extended!"); in isExtendedFloatingPoint() 67 assert(isExtended() && "Type is not extended!"); in isExtendedInteger() 72 assert(isExtended() && "Type is not extended!"); in isExtendedScalarInteger() 77 assert(isExtended() && "Type is not extended!"); in isExtendedVector() [all …]
|
/freebsd/sys/contrib/device-tree/src/arm64/freescale/ |
H A D | fsl-ls1088a-rdb.dts | 86 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 91 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 96 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 101 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 106 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 111 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 116 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 121 interrupts-extended = <&extirq 1 IRQ_TYPE_LEVEL_LOW>; 131 interrupts-extended = <&extirq 2 IRQ_TYPE_LEVEL_LOW>; 171 interrupts-extended = <&extirq 0 IRQ_TYPE_LEVEL_LOW>; [all …]
|
/freebsd/sys/contrib/device-tree/src/arm/arm/ |
H A D | integratorap-im-pd1.dts | 167 interrupts-extended = <&impd1_vic 1>; 175 interrupts-extended = <&impd1_vic 2>; 183 interrupts-extended = <&impd1_vic 3>; 195 interrupts-extended = <&impd1_vic 4>; 207 interrupts-extended = <&impd1_vic 5>; 215 interrupts-extended = <&impd1_vic 6>; 223 interrupts-extended = <&impd1_vic 7>, 237 interrupts-extended = <&impd1_vic 9>; 245 interrupts-extended = <&impd1_vic 11>; 273 interrupts-extended = <&pic 9>;
|
/freebsd/sys/contrib/device-tree/src/riscv/sophgo/ |
H A D | sg2042.dtsi | 201 interrupts-extended = <&cpu0_intc 3>, 271 interrupts-extended = <&cpu0_intc 7>, 281 interrupts-extended = <&cpu4_intc 7>, 291 interrupts-extended = <&cpu8_intc 7>, 301 interrupts-extended = <&cpu12_intc 7>, 311 interrupts-extended = <&cpu16_intc 7>, 321 interrupts-extended = <&cpu20_intc 7>, 331 interrupts-extended = <&cpu24_intc 7>, 341 interrupts-extended = <&cpu28_intc 7>, 351 interrupts-extended = <&cpu32_intc 7>, [all …]
|
/freebsd/contrib/ofed/infiniband-diags/src/ |
H A D | perfquery.c | 386 printf("# Port extended counters: %s port %d (CapMask: 0x%02X CapMask2: 0x%07X)\n%s", in output_aggregate_perfcounters_ext() 390 static void dump_perfcounters(int extended, int timeout, uint16_t cap_mask, in dump_perfcounters() argument 396 if (extended != 1) { in dump_perfcounters() 421 /* 1.2 errata: bit 9 is extended counter support in dump_perfcounters() 422 * bit 10 is extended counter NoIETF in dump_perfcounters() 427 ("PerfMgt ClassPortInfo CapMask 0x%02X; No extended counter support indicated\n", in dump_perfcounters() 442 if (extended) in dump_perfcounters() 443 printf("# Port extended counters: %s port %d " in dump_perfcounters() 454 static void reset_counters(int extended, int timeout, int mask, in reset_counters() argument 458 if (extended != 1) { in reset_counters() [all …]
|
/freebsd/lib/libpmc/pmu-events/arch/x86/tremontx/ |
H A D | virtual-memory.json | 166 "BriefDescription": "Counts the number of Extended Page Directory Entry hits.", 173 …"PublicDescription": "Counts the number of Extended Page Directory Entry hits. The Extended Page … 178 "BriefDescription": "Counts the number of Extended Page Directory Entry misses.", 185 …"PublicDescription": "Counts the number Extended Page Directory Entry misses. The Extended Page D… 190 "BriefDescription": "Counts the number of Extended Page Directory Pointer Entry hits.", 197 …"PublicDescription": "Counts the number Extended Page Directory Pointer Entry hits. The Extended … 202 "BriefDescription": "Counts the number of Extended Page Directory Pointer Entry misses.", 209 …"PublicDescription": "Counts the number Extended Page Directory Pointer Entry misses. The Extende… 214 …"BriefDescription": "Counts the number of page walks outstanding for an Extended Page table walk i… 221 …e number of page walks outstanding for an Extended Page table walk including GTLB hits per cycle. …
|
/freebsd/lib/libpmc/pmu-events/arch/x86/elkhartlake/ |
H A D | virtual-memory.json | 120 "BriefDescription": "Counts the number of Extended Page Directory Entry hits.", 127 …"PublicDescription": "Counts the number of Extended Page Directory Entry hits. The Extended Page … 132 "BriefDescription": "Counts the number of Extended Page Directory Entry misses.", 139 …"PublicDescription": "Counts the number Extended Page Directory Entry misses. The Extended Page D… 144 "BriefDescription": "Counts the number of Extended Page Directory Pointer Entry hits.", 151 …"PublicDescription": "Counts the number Extended Page Directory Pointer Entry hits. The Extended … 156 "BriefDescription": "Counts the number of Extended Page Directory Pointer Entry misses.", 163 …"PublicDescription": "Counts the number Extended Page Directory Pointer Entry misses. The Extende…
|
/freebsd/contrib/tcsh/nls/C/ |
H A D | set9 | 3 1 AddXkey: Null extended-key not allowed.\n 5 3 DeleteXkey: Null extended-key not allowed.\n 6 4 Unbound extended key "%S"\n 7 5 Some extended keys too long for internal print buffer
|
/freebsd/contrib/tcsh/nls/german/ |
H A D | set9 | 3 1 AddXkey: Null extended-key not allowed.\n 5 3 DeleteXkey: Null extended-key not allowed.\n 6 4 Unbound extended key "%S"\n 7 5 Some extended keys too long for internal print buffer
|
/freebsd/contrib/tcsh/nls/russian/ |
H A D | set9 | 3 1 AddXkey: Null extended-key not allowed.\n 5 3 DeleteXkey: Null extended-key not allowed.\n 6 4 Unbound extended key "%S"\n 7 5 Some extended keys too long for internal print buffer
|
/freebsd/contrib/tcsh/nls/ukrainian/ |
H A D | set9 | 3 1 AddXkey: Null extended-key not allowed.\n 5 3 DeleteXkey: Null extended-key not allowed.\n 6 4 Unbound extended key "%S"\n 7 5 Some extended keys too long for internal print buffer
|