/freebsd/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | ARMEHABI.h | 41 // Purpose: vsp = vsp + ((x << 2) + 4) 45 // Purpose: vsp = vsp - ((x << 2) + 4) 49 // Purpose: refuse to unwind 53 // Purpose: pop r[15:12], r[11:4] 58 // Purpose: vsp = r[x] 63 // Purpose: pop r[(4+x):4] 67 // Purpose: pop r14, r[(4+x):4] 71 // Purpose: finish 75 // Purpose: Pop Return Address Authetication Code 79 // Purpose: pop r[3:0] [all …]
|
/freebsd/crypto/openssl/doc/man3/ |
H A D | X509_STORE_CTX_new.pod | 51 int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose); 54 int purpose, int trust); 81 with the method name C<default>, which includes the C<any> purpose, 156 Among others, the parameters determine the trust model and verification purpose. 184 exists that can record extended key usage information to supplement the purpose 188 custom "purpose" (see below) or supply a nondefault verification callback 191 X509_STORE_CTX_set_purpose() sets the purpose for the target certificate being 192 verified in the I<ctx>. Built-in available values for the I<purpose> argument 197 possible to create a custom purpose value. Setting a purpose will ensure that 199 consistent with that purpose as well as, potentially, other checks. Every [all …]
|
H A D | X509_check_purpose.pod | 5 X509_check_purpose - Check the purpose of a certificate 15 This function checks if certificate I<x> was created with the purpose 44 =item E<32>1 if the certificate was created to perform the purpose represented by I<id> 46 =item E<32>0 if the certificate was not created to perform the purpose represented by I<id> 56 =item E<32>0 not a CA or does not have the purpose represented by I<id>
|
/freebsd/sys/dev/usb/net/ |
H A D | if_udavreg.h | 23 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 123 #define UDAV_GPCR 0x1e /* General purpose control register */ 124 #define UDAV_GPCR_GEP_CNTL6 (1<<6) /* General purpose control 6 */ 125 #define UDAV_GPCR_GEP_CNTL5 (1<<5) /* General purpose control 5 */ 126 #define UDAV_GPCR_GEP_CNTL4 (1<<4) /* General purpose control 4 */ 127 #define UDAV_GPCR_GEP_CNTL3 (1<<3) /* General purpose control 3 */ 128 #define UDAV_GPCR_GEP_CNTL2 (1<<2) /* General purpose control 2 */ 129 #define UDAV_GPCR_GEP_CNTL1 (1<<1) /* General purpose control 1 */ 130 #define UDAV_GPCR_GEP_CNTL0 (1<<0) /* General purpose control 0 */ 132 #define UDAV_GPR 0x1f /* General purpose register */ [all …]
|
/freebsd/secure/lib/libcrypto/man/man3/ |
H A D | X509_STORE_CTX_new.3 | 186 \& int X509_STORE_CTX_set_purpose(X509_STORE_CTX *ctx, int purpose); 189 \& int purpose, int trust); 284 find an appropriate set of parameters from the purpose identifier \fIname\fR. 314 exists that can record extended key usage information to supplement the purpose 318 custom \*(L"purpose\*(R" (see below) or supply a nondefault verification callback 321 \&\fBX509_STORE_CTX_set_purpose()\fR sets the purpose for the target certificate being 322 verified in the \fIctx\fR. Built-in available values for the \fIpurpose\fR argument 327 possible to create a custom purpose value. Setting a purpose will ensure that 329 consistent with that purpose as well as, potentially, other checks. Every 330 purpose also has an associated default trust value which will also be set at the [all …]
|
H A D | X509_check_purpose.3 | 140 X509_check_purpose \- Check the purpose of a certificate 150 This function checks if certificate \fIx\fR was created with the purpose 178 .IP " 1 if the certificate was created to perform the purpose represented by \fIid\fR" 4 179 .IX Item " 1 if the certificate was created to perform the purpose represented by id" 180 .IP " 0 if the certificate was not created to perform the purpose represented by \fIid\fR" 4 181 .IX Item " 0 if the certificate was not created to perform the purpose represented by id" 188 .IP " 0 not a \s-1CA\s0 or does not have the purpose represented by \fIid\fR" 4 189 .IX Item " 0 not a CA or does not have the purpose represented by id"
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips16InstrInfo.td | 526 // Purpose: Add Immediate Unsigned Word (2-Operand, Extended) 547 // Purpose: Add Immediate Unsigned Word (3-Operand, PC-Relative, Extended) 554 // Purpose: Add Immediate Unsigned Word (2-Operand, SP-Relative, Extended) 572 // Purpose: Add Unsigned Word (3-Operand) 580 // Purpose: AND 588 // Purpose: Branch on Equal to Zero 596 // Purpose: Branch on Equal to Zero (Extended) 603 // Purpose: Unconditional Branch (Extended) 610 // Purpose: Unconditional Branch 617 // Purpose: Branch on Not Equal to Zero [all …]
|
/freebsd/crypto/openssl/test/recipes/ |
H A D | 25-test_verify.t | 21 my ($cert, $purpose, $trusted, $untrusted, @opts) = @_; 24 push(@args, "-purpose", $purpose) if $purpose ne ""; 59 # Explicit trust/purpose combinations 62 "accept server purpose"); 64 "fail client purpose"); # beware, questionable non-standard EKU check on trust anchor 68 "accept server trust with server purpose"); 70 "accept server trust with client purpose"); 75 "accept wildcard trust with server purpose"); 77 "accept wildcard trust with client purpose"); 82 "accept client mistrust with server purpose"); [all …]
|
/freebsd/crypto/openssl/test/certs/ |
H A D | mkcert.sh | 120 local purpose= 125 p) purpose="$OPTARG";; 144 if [ -n "$purpose" ]; then 145 exts=$(printf "%s\nextendedKeyUsage = %s\n" "$exts" "$purpose") 240 local purpose=serverAuth 245 p) purpose="$OPTARG";; 262 "extendedKeyUsage = $purpose" \ 272 local purpose=serverAuth 277 p) purpose="$OPTARG";; 295 "extendedKeyUsage = $purpose" \ [all …]
|
/freebsd/contrib/libarchive/libarchive/test/ |
H A D | test_zip_filename_encoding.c | 16 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 65 /* A bit 11 of general purpose flag should be 0x08, in DEFINE_TEST() 90 /* A bit 11 of general purpose flag should be 0x08, in DEFINE_TEST() 97 * Verify that A bit 11 of general purpose flag is not set in DEFINE_TEST() 114 /* A bit 11 of general purpose flag should be 0, in DEFINE_TEST() 155 /* A bit 11 of general purpose flag should be 0x08, in DEFINE_TEST() 179 /* A bit 11 of general purpose flag should be 0, in DEFINE_TEST() 187 * Verify that A bit 11 of general purpose flag is not set in DEFINE_TEST() 211 /* A bit 11 of general purpose flag should be 0, in DEFINE_TEST() 250 /* A bit 11 of general purpose flag should be 0, in DEFINE_TEST() [all …]
|
/freebsd/crypto/heimdal/doc/ |
H A D | copyright.texi | 45 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 72 distribute this software and its documentation for any purpose and 79 this software for any purpose. It is provided "as is" without express 112 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 151 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 196 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 239 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 272 IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 306 OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 339 PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS [all …]
|
/freebsd/contrib/llvm-project/lldb/source/Commands/ |
H A D | CommandObjectBreakpoint.h | 28 BreakpointName::Permissions ::PermissionKinds purpose) { in VerifyBreakpointOrLocationIDs() 29 VerifyIDs(args, target, true, result, valid_ids, purpose); in VerifyBreakpointOrLocationIDs() 35 BreakpointName::Permissions::PermissionKinds purpose) { in VerifyBreakpointIDs() argument 36 VerifyIDs(args, target, false, result, valid_ids, purpose); in VerifyBreakpointIDs() 43 BreakpointName::Permissions::PermissionKinds purpose);
|
/freebsd/contrib/kyua/bootstrap/ |
H A D | testsuite.at | 20 dnl A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT 122 AT_CHECK([grep "atf_helpers:fails.*failed.*Failed on purpose" stdout], 137 AT_CHECK([grep "atf_helpers:skips.*skipped.*Skipped on purpose" stdout], 150 AT_CHECK([grep "atf_helpers:skips.*skipped.*Skipped on purpose" stdout], 161 AT_CHECK([grep "atf_helpers:fails.*failure.*Failed on purpose" stdout], 174 AT_CHECK([grep "atf_helpers:fails.*failure.*Failed on purpose" stdout], 177 AT_CHECK([grep "atf_helpers:skips.*skipped.*Skipped on purpose" stdout], 194 AT_CHECK([grep "atf_helpers:fails.*failure.*Failed on purpose" stdout], 197 AT_CHECK([grep "atf_helpers:skips.*skipped.*Skipped on purpose" stdout],
|
/freebsd/crypto/openssh/ |
H A D | LICENCE | 14 * can be used freely for any purpose. Any derived versions of this 24 * and can be used freely for any purpose (the GNU license being the most 63 MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE ENTIRE RISK AS 105 * WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 137 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 202 * OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. 217 * (papowell@astart.com) It may be used for any purpose as long as this 250 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 269 * purpose with or without fee is hereby granted, provided that the above 298 * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. * [all …]
|
/freebsd/sys/arm/freescale/vybrid/ |
H A D | vf_src.c | 18 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 63 #define SRC_GPR0 0x20 /* General Purpose Register */ 64 #define SRC_GPR1 0x24 /* General Purpose Register */ 65 #define SRC_GPR2 0x28 /* General Purpose Register */ 66 #define SRC_GPR3 0x2C /* General Purpose Register */ 67 #define SRC_GPR4 0x30 /* General Purpose Register */
|
/freebsd/share/doc/papers/kernmalloc/ |
H A D | kernmalloc.t | 18 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 74 Design of a General Purpose Memory Allocator for the 4.3BSD UNIX\(dg Kernel 78 .EH 'Design of a General Purpose Memory ...''McKusick, Karels' 79 .OH 'McKusick, Karels''Design of a General Purpose Memory ...' 96 This paper describes a general purpose dynamic memory allocator 160 the kernel should provide a single general purpose allocator. 164 If a good general purpose allocator is available, 166 purpose allocator. 341 the single general purpose memory allocator can provide the same 479 Many of the special purpose allocators have been eliminated. [all …]
|
/freebsd/usr.sbin/rpc.lockd/ |
H A D | lock_proc.c | 25 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 74 * Purpose: Log name of function called and source address 95 * Purpose: Log a netobj 128 * Purpose: Get a CLIENT* for making RPC calls to lockd on given host 323 * Purpose: Transmit result for nlm_xxx_msg pseudo-RPCs 351 * Purpose: Transmit result for nlm4_xxx_msg pseudo-RPCs 421 * Purpose: Test whether a specified lock would be granted if requested 559 * Purpose: Cancel a blocked lock request 608 * Purpose: Release an existing lock 663 * Purpose: Receive notification that formerly blocked lock now granted [all …]
|
/freebsd/sys/arm/ti/omap4/ |
H A D | omap4_reg.h | 19 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 354 #define OMAP44XX_IRQ_GPMC OMAP44XX_HARDIRQ(20) /* General-purpose memory controller mo… 371 #define OMAP44XX_IRQ_GPT1 OMAP44XX_HARDIRQ(37) /* General-purpose timer module 1 */ 372 #define OMAP44XX_IRQ_GPT2 OMAP44XX_HARDIRQ(38) /* General-purpose timer module 2 */ 373 #define OMAP44XX_IRQ_GPT3 OMAP44XX_HARDIRQ(39) /* General-purpose timer module 3 */ 374 #define OMAP44XX_IRQ_GPT4 OMAP44XX_HARDIRQ(40) /* General-purpose timer module 4 */ 375 #define OMAP44XX_IRQ_GPT5 OMAP44XX_HARDIRQ(41) /* General-purpose timer module 5 */ 376 #define OMAP44XX_IRQ_GPT6 OMAP44XX_HARDIRQ(42) /* General-purpose timer module 6 */ 377 #define OMAP44XX_IRQ_GPT7 OMAP44XX_HARDIRQ(43) /* General-purpose timer module 7 */ 378 #define OMAP44XX_IRQ_GPT8 OMAP44XX_HARDIRQ(44) /* General-purpose timer module 8 */ [all …]
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-pdbutil/ |
H A D | StreamUtil.cpp | 24 if (Purpose == StreamPurpose::NamedStream) in getLongName() 26 if (Purpose == StreamPurpose::ModuleStream) in getLongName() 31 StreamInfo StreamInfo::createStream(StreamPurpose Purpose, StringRef Name, 36 Result.Purpose = Purpose; in createStream() 46 Result.Purpose = StreamPurpose::ModuleStream; in createModuleStream() 50 static inline StreamInfo stream(StreamPurpose Purpose, StringRef Label, 52 return StreamInfo::createStream(Purpose, Label, Idx); in stream() 32 createStream(StreamPurpose Purpose,StringRef Name,uint32_t StreamIndex) createStream() argument 51 stream(StreamPurpose Purpose,StringRef Label,uint32_t Idx) stream() argument
|
/freebsd/usr.bin/mididump/ |
H A D | mididump.c | 20 * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 83 [CTL_GENERAL_PURPOSE1] = "General Purpose 1", 84 [CTL_GENERAL_PURPOSE2] = "General Purpose 2", 85 [CTL_GENERAL_PURPOSE3] = "General Purpose 3", 86 [CTL_GENERAL_PURPOSE4] = "General Purpose 4", 105 [CTL_GENERAL_PURPOSE5] = "General Purpose 5", 106 [CTL_GENERAL_PURPOSE6] = "General Purpose 6", 107 [CTL_GENERAL_PURPOSE7] = "General Purpose 7", 108 [CTL_GENERAL_PURPOSE8] = "General Purpose 8",
|
/freebsd/sys/arm/include/ |
H A D | resource.h | 5 * its documentation for any purpose and without fee is hereby 13 * purpose. It is provided "as is" without express or implied 19 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT 42 #define SYS_RES_GPIO 5 /* general purpose i/o */
|
/freebsd/sys/riscv/include/ |
H A D | resource.h | 5 * its documentation for any purpose and without fee is hereby 13 * purpose. It is provided "as is" without express or implied 19 * MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. IN NO EVENT 42 #define SYS_RES_GPIO 5 /* general purpose i/o */
|
/freebsd/sys/contrib/device-tree/Bindings/sound/ |
H A D | tlv320adcx140.yaml | 89 Defines the configuration for the general purpose input pins (GPI). 93 1 - GPIX is configured as a general-purpose input (GPI) 114 Defines the configuration and output drive for the General Purpose 121 1 - GPIO1 is configured as a general-purpose output (GPO) 127 9 - GPIO1 is configured as a general-purpose input (GPI) 164 Defines the configuration and output driver for the general purpose 172 1 - GPOX is configured as a general-purpose output (GPO)
|
H A D | ti,tlv320adcx140.yaml | 89 Defines the configuration for the general purpose input pins (GPI). 93 1 - GPIX is configured as a general-purpose input (GPI) 114 Defines the configuration and output drive for the General Purpose 121 1 - GPIO1 is configured as a general-purpose output (GPO) 127 9 - GPIO1 is configured as a general-purpose input (GPI) 164 Defines the configuration and output driver for the general purpose 172 1 - GPOX is configured as a general-purpose output (GPO)
|
/freebsd/sys/contrib/device-tree/src/powerpc/ |
H A D | lite5200.dts | 62 timer@600 { // General Purpose Timer 69 timer@610 { // General Purpose Timer 75 timer@620 { // General Purpose Timer 81 timer@630 { // General Purpose Timer 87 timer@640 { // General Purpose Timer 93 timer@650 { // General Purpose Timer 99 timer@660 { // General Purpose Timer 105 timer@670 { // General Purpose Timer
|