Searched refs:stack_size (Results 1 - 6 of 6) sorted by relevance

/osnet-11/usr/src/lib/efcode/engine/
H A Dinit.c37 int stack_size = 0x200; variable
114 env->ds = env->ds0 = MALLOC(stack_size * sizeof (fstack_t));
115 env->rs = env->rs0 = MALLOC(stack_size * sizeof (fstack_t));
H A Dinterface.c234 env->ds0 = MALLOC(stack_size * sizeof (fstack_t));
235 memcpy(env->ds0, src->ds0, stack_size * sizeof (fstack_t));
238 env->rs0 = MALLOC(stack_size * sizeof (fstack_t));
239 memcpy(env->rs0, src->rs0, stack_size * sizeof (fstack_t));
H A Ddebug.c581 if (DS < env->ds0 || DS >= &env->ds0[stack_size]) {
584 if (RS < env->rs0 || RS >= &env->rs0[stack_size]) {
/osnet-11/usr/src/grub/grub-0.97/netboot/
H A Dundi.h164 uint16_t stack_size; member in struct:undi_rom_id
/osnet-11/usr/src/lib/efcode/include/fcode/
H A Dengine.h309 extern int stack_size;
/osnet-11/usr/src/grub/grub2/include/grub/i386/pc/
H A Dpxe.h178 grub_uint16_t stack_size; /* Stack segment size (bytes). */ member in struct:grub_pxenv

Completed in 63 milliseconds