HomeSort by: relevance | last modified time | path
    Searched defs:size_tramp (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/x68k/stand/loadbsd/
loadbsd.c 306 size_t size_tramp = end_trampoline - trampoline; local in function:read_kernel
334 + size_tramp + SIZE_TMPSTACK)) < 0)
362 + size_tramp + SIZE_TMPSTACK;
382 (char *) arg + sizeof(struct tramparg), size_tramp);
384 memcpy((char *) arg + sizeof(struct tramparg), trampoline, size_tramp);
loadbsd.c 306 size_t size_tramp = end_trampoline - trampoline; local in function:read_kernel
334 + size_tramp + SIZE_TMPSTACK)) < 0)
362 + size_tramp + SIZE_TMPSTACK;
382 (char *) arg + sizeof(struct tramparg), size_tramp);
384 memcpy((char *) arg + sizeof(struct tramparg), trampoline, size_tramp);

Completed in 21 milliseconds