Searched refs:STACK (Results 1 - 14 of 14) sorted by relevance

/freebsd-10.2-release/crypto/openssl/crypto/conf/
H A Dcnf_save.c86 STACK *s;
94 s = (STACK *) cv->value;
/freebsd-10.2-release/sys/boot/i386/pmbr/
H A Dpmbr.s42 .set STACK,EXEC+SECSIZE*4 # Stack address
43 .set GPT_ADDR,STACK # GPT header address
71 movw $STACK,%sp # stack
/freebsd-10.2-release/crypto/heimdal/appl/login/
H A Dlimits_conf.c66 LIM(STACK, 1024),
/freebsd-10.2-release/crypto/heimdal/appl/rsh/
H A Dlimits_conf.c66 LIM(STACK, 1024),
/freebsd-10.2-release/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)
316 if (isp >= istack + STACK)
/freebsd-10.2-release/sys/kern/
H A Dsubr_kdb.c374 #ifdef STACK
398 #ifdef STACK
H A Dkern_proc.c2399 #if defined(STACK) || defined(DDB)
2837 #if defined(STACK) || defined(DDB)
H A Dsubr_witness.c117 #if !defined(DDB) && !defined(STACK)
118 #error "DDB or STACK options are required for WITNESS"
/freebsd-10.2-release/sys/dev/aic/
H A Daic6360reg.h71 #define STACK 0x1d /* Stack */ macro
H A Daic.c1515 aic_outb(aic, STACK, i);
1519 for (i = 0; i < STSIZE && aic_inb(aic, STACK) == i; i++)
/freebsd-10.2-release/sys/dev/aic7xxx/
H A Daic79xx.c8926 ahd_outb(ahd, STACK, i & 0xFF);
8927 ahd_outb(ahd, STACK, (i >> 8) & 0xFF);
8934 stack_entry = ahd_inb(ahd, STACK)
8935 |(ahd_inb(ahd, STACK) << 8);
9256 printf("STACK:");
9259 ahd_inb(ahd, STACK)|(ahd_inb(ahd, STACK) << 8);
9263 ahd_outb(ahd, STACK, ahd->saved_stack[i] & 0xFF);
9264 ahd_outb(ahd, STACK, (ahd->saved_stack[i] >> 8) & 0xFF);
H A Daic7xxx_reg.h581 ahc_print_register(NULL, 0, "STACK", 0x6f, regvalue, cur_col, wrap)
1460 #define STACK 0x6f macro
H A Daic7xxx.c6806 printf("STACK:");
6808 printf(" 0x%x", ahc_inb(ahc, STACK)|(ahc_inb(ahc, STACK) << 8));
H A Daic79xx_reg.h1890 ahd_print_register(NULL, 0, "STACK", 0xf2, regvalue, cur_col, wrap)
3532 #define STACK 0xf2 macro

Completed in 303 milliseconds