Searched refs:STACK (Results 1 – 25 of 53) sorted by relevance
123
| /freebsd/contrib/unbound/contrib/ |
| H A D | unbound_munin_ | 376 echo h64ms.draw STACK 382 echo h128ms.draw STACK 386 echo h256ms.draw STACK 391 echo h512ms.draw STACK 396 echo h1s.draw STACK 401 echo h2s.draw STACK 406 echo h4s.draw STACK 411 echo h8s.draw STACK 416 echo h16s.draw STACK
|
| /freebsd/crypto/openssl/doc/man3/ |
| H A D | X509v3_get_ext_by_NID.pod | 72 with I<nid> or I<obj> from extension STACK I<x>. The search starts from the 85 X509v3_add_ext() inserts extension I<ex> to STACK I<*x> at position I<loc>. 87 A new STACK is allocated if I<*x> is NULL. 90 X509v3_add_extensions() adds the list of extensions I<exts> to STACK I<*target>. 91 The STACK I<*target> is returned unchanged if I<exts> is NULL or an empty list. 121 is not an error since extension STACK I<x> indices start from zero. 144 X509v3_add_ext() returns a STACK of extensions or NULL on error. 146 X509v3_add_extensions() returns a STACK of extensions
|
| H A D | PKCS8_pkey_add1_attr.pod | 21 PKCS8_pkey_get0_attrs() returns a const STACK of X509_ATTRIBUTE present in 38 STACK of X509_ATTRIBUTE is present in many X509-related structures and some of
|
| H A D | PKCS12_parse.pod | 29 If B<ca> is non-NULL and B<*ca> is NULL a new STACK will be allocated. 30 If B<ca> is non-NULL and B<*ca> is a valid STACK
|
| H A D | X509_CRL_get0_by_serial.pod | 41 X509_CRL_get_REVOKED() returns an internal pointer to a STACK of all 77 X509_CRL_get_REVOKED() returns a STACK of revoked entries.
|
| H A D | X509V3_get_d2i.pod | 58 X509V3_add1_i2d() adds extension I<value> to STACK I<*x> (allocating a new 59 STACK if necessary) using OID I<nid> and criticality I<crit> according 87 STACK of all the extensions of a certificate, an attribute certificate, 125 objects on STACK I<*x> depending on I<flags>. The B<X509_EXTENSION> objects
|
| H A D | CMS_add0_cert.pod | 60 CMS_get1_certs() and CMS_get1_crls() return the STACK of certificates or CRLs
|
| /freebsd/sys/kern/ |
| H A D | tty_info.c | 239 #ifdef STACK 283 #ifdef STACK in tty_info() 368 #ifdef STACK in tty_info() 396 #ifdef STACK in tty_info()
|
| H A D | subr_kdb.c | 446 #ifdef STACK in kdb_backtrace() 469 #ifdef STACK in kdb_backtrace_thread()
|
| H A D | kern_fail.c | 730 #ifdef STACK in fail_point_get() 742 #ifdef STACK in fail_point_get()
|
| /freebsd/stand/i386/pmbr/ |
| H A D | pmbr.S | 41 .set STACK,EXEC+SECSIZE*4 # Stack address define 42 .set GPT_ADDR,STACK # GPT header address 70 movw $STACK,%sp # stack
|
| /freebsd/sys/arm/arm/ |
| H A D | elf_machdep.c | 310 #if defined(DDB) || defined(KDTRACE_HOOKS) || defined(STACK) in elf_cpu_load_file() 332 #if defined(DDB) || defined(KDTRACE_HOOKS) || defined(STACK) in elf_cpu_unload_file()
|
| /freebsd/sys/sys/ |
| H A D | sleepqueue.h | 112 #ifdef STACK
|
| /freebsd/sys/dev/xen/debug/ |
| H A D | debug.c | 75 #if defined(STACK) && defined(DDB) in xendebug_filter()
|
| /freebsd/crypto/heimdal/appl/login/ |
| H A D | limits_conf.c | 66 LIM(STACK, 1024),
|
| /freebsd/crypto/heimdal/appl/rsh/ |
| H A D | limits_conf.c | 66 LIM(STACK, 1024),
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyRegisterInfo.td | 52 def VALUE_STACK : WebAssemblyReg<"STACK">;
|
| /freebsd/sys/powerpc/conf/ |
| H A D | QORIQ64 | 67 options STACK #stack(9) support
|
| /freebsd/sys/arm/conf/ |
| H A D | std.armv6 | |
| H A D | std.armv7 | 36 options STACK # stack(9) support
|
| /freebsd/sys/arm64/conf/ |
| H A D | std.arm64 | 51 options STACK # stack(9) support
|
| /freebsd/sys/amd64/conf/ |
| H A D | MINIMAL | 59 options STACK # stack(9) support
|
| /freebsd/sys/i386/conf/ |
| H A D | MINIMAL | 66 options STACK # stack(9) support
|
| /freebsd/contrib/file/magic/Magdir/ |
| H A D | netbsd | 231 >0 belong&0xfc000000 0x10000000 \b, STACK
|
| /freebsd/sys/riscv/conf/ |
| H A D | GENERIC | 61 options STACK # stack(9) support
|
123