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

  /src/sys/arch/emips/stand/common/
prom_iface.c 339 u_int exceptioncode[(0x200-0x080)/4]; /* Change if ExceptionHandlerEnd changes */ variable in typeref:typename:u_int[]
344 memcpy(exceptioncode,ExceptionHandler,sizeof exceptioncode);
350 memcpy(ExceptionHandler,exceptioncode,sizeof exceptioncode);
prom_iface.c 339 u_int exceptioncode[(0x200-0x080)/4]; /* Change if ExceptionHandlerEnd changes */ variable in typeref:typename:u_int[]
344 memcpy(exceptioncode,ExceptionHandler,sizeof exceptioncode);
350 memcpy(ExceptionHandler,exceptioncode,sizeof exceptioncode);

Completed in 23 milliseconds