Home
last modified time | relevance | path

Searched refs:STACK (Results 1 – 25 of 55) sorted by relevance

123

/freebsd-12.1/contrib/unbound/contrib/
H A Dunbound_munin_368 echo h64ms.draw STACK
374 echo h128ms.draw STACK
378 echo h256ms.draw STACK
383 echo h512ms.draw STACK
388 echo h1s.draw STACK
393 echo h2s.draw STACK
398 echo h4s.draw STACK
403 echo h8s.draw STACK
408 echo h16s.draw STACK
/freebsd-12.1/sys/x86/x86/
H A Dstack_machdep.c66 #ifdef STACK
104 #ifdef STACK in stack_nmi_handler()
138 #ifdef STACK in stack_save_td_running()
/freebsd-12.1/crypto/openssl/doc/man7/
H A Dssl.pod245 =item STACK *B<SSL_CTX_get_ciphers>(const SSL_CTX *ctx);
247 =item STACK *B<SSL_CTX_get_client_CA_list>(const SSL_CTX *ctx);
331 =item void B<SSL_CTX_set_client_CA_list>(SSL_CTX *ctx, STACK *list);
465 =item int B<SSL_add_dir_cert_subjects_to_stack>(STACK *stack, const char *dir);
467 =item int B<SSL_add_file_cert_subjects_to_stack>(STACK *stack, const char *file);
515 =item STACK *B<SSL_dup_CA_list>(STACK *sk);
537 =item STACK *B<SSL_get_ciphers>(const SSL *ssl);
539 =item STACK *B<SSL_get_client_CA_list>(const SSL *ssl);
559 =item STACK *B<SSL_get_peer_cert_chain>(const SSL *ssl);
609 =item STACK *B<SSL_load_client_CA_file>(const char *file);
[all …]
/freebsd-12.1/contrib/binutils/bfd/doc/
H A Dchew.c93 #define STACK 50 macro
268 string_type stack[STACK];
275 stinst_type sstack[STACK];
277 long istack[STACK];
307 if (tos >= stack + STACK) in check_range()
316 if (isp >= istack + STACK) in icheck_range()
/freebsd-12.1/crypto/openssl/doc/man3/
H A DPKCS12_parse.pod26 valid STACK in which case additional certificates are appended to B<*ca>. If
27 B<*ca> is B<NULL> a new STACK will be allocated.
H A DCMS_add0_cert.pod51 CMS_get1_certs() and CMS_get1_crls() return the STACK of certificates or CRLs
H A DX509V3_get_d2i.pod51 X509V3_add1_i2d() adds extension B<value> to STACK B<*x> (allocating a new
52 STACK if necessary) using OID B<nid> and criticality B<crit> according
H A DX509_CRL_get0_by_serial.pod85 X509_CRL_get_REVOKED() returns a STACK of revoked entries.
/freebsd-12.1/stand/i386/pmbr/
H A Dpmbr.s42 .set STACK,EXEC+SECSIZE*4 # Stack address define
43 .set GPT_ADDR,STACK # GPT header address
71 movw $STACK,%sp # stack
/freebsd-12.1/sys/sys/
H A Dsleepqueue.h116 #ifdef STACK
/freebsd-12.1/sys/dev/xen/debug/
H A Ddebug.c72 #if defined(STACK) && defined(DDB) in xendebug_filter()
/freebsd-12.1/sys/kern/
H A Dsubr_kdb.c408 #ifdef STACK in kdb_backtrace()
432 #ifdef STACK in kdb_backtrace_thread()
H A Dkern_fail.c714 #ifdef STACK in fail_point_get()
726 #ifdef STACK in fail_point_get()
/freebsd-12.1/sys/dev/aic/
H A Daic6360reg.h73 #define STACK 0x1d /* Stack */ macro
/freebsd-12.1/crypto/heimdal/appl/login/
H A Dlimits_conf.c66 LIM(STACK, 1024),
/freebsd-12.1/crypto/heimdal/appl/rsh/
H A Dlimits_conf.c66 LIM(STACK, 1024),
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyRegisterInfo.td51 def VALUE_STACK : WebAssemblyReg<"STACK">;
/freebsd-12.1/sys/powerpc/conf/
H A DQORIQ6466 options STACK #stack(9) support
H A DGENERIC6472 options STACK #stack(9) support
/freebsd-12.1/sys/riscv/conf/
H A DGENERIC56 options STACK # stack(9) support
/freebsd-12.1/sys/amd64/conf/
H A DMINIMAL65 options STACK # stack(9) support
/freebsd-12.1/contrib/binutils/ld/scripttempl/
H A Dmep.sc187 STACK=" .stack ${RELOCATING-0}${RELOCATING+${STACK_ADDR}} :
441 ${STACK_ADDR+${STACK}}
H A Delf.sc236 STACK=" .stack ${RELOCATING-0}${RELOCATING+${STACK_ADDR}} :
517 ${STACK_ADDR+${STACK}}
/freebsd-12.1/crypto/openssl/crypto/engine/
H A DREADME190 (a STACK). When a cleanup callback is next registered (eg. if the cleanup() is
192 start again), the internal STACK storage will be freshly allocated. This is much
/freebsd-12.1/sys/dev/ocs_fc/
H A Docs_os.c855 #if defined(STACK) in ocs_print_stack()

123