Searched refs:STACK (Results 51 - 56 of 56) sorted by relevance

123

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/pem/
H A Dpem.h185 STACK *x509_chain; /* certificate chain */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/aic7xxx/
H A Daic79xx_core.c9580 ahd_outb(ahd, STACK, i & 0xFF);
9581 ahd_outb(ahd, STACK, (i >> 8) & 0xFF);
9588 stack_entry = ahd_inb(ahd, STACK)
9589 |(ahd_inb(ahd, STACK) << 8);
9893 printk("STACK:");
9896 ahd_inb(ahd, STACK)|(ahd_inb(ahd, STACK) << 8);
9900 ahd_outb(ahd, STACK, ahd->saved_stack[i] & 0xFF);
9901 ahd_outb(ahd, STACK, (ahd->saved_stack[i] >> 8) & 0xFF);
H A Daic7xxx_core.c7162 printk("STACK:");
7164 printk(" 0x%x", ahc_inb(ahc, STACK)|(ahc_inb(ahc, STACK) << 8));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/kernel/
H A Dhead.S411 * on the stack. With STACK some allocated memory on the stack can be
414 #define STACK %a6@(stackstart) define
1988 1: lea STACK,%a0
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/stack/
H A Dsafestack.h71 STACK stack; \
152 #define STACK_OF(type) STACK
210 ((STACK *)PKCS12_decrypt_d2i(algor,(char *(*)())d2i_func, (void(*)(void *))free_func,pass,passlen,oct,seq))
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/include/openssl/
H A Dsafestack.h71 STACK stack; \
152 #define STACK_OF(type) STACK
210 ((STACK *)PKCS12_decrypt_d2i(algor,(char *(*)())d2i_func, (void(*)(void *))free_func,pass,passlen,oct,seq))

Completed in 309 milliseconds

123