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

  /src/sys/arch/hppa/stand/common/
machdep.c 1 /* $NetBSD: machdep.c,v 1.1 2014/02/24 07:23:43 skrll Exp $ */
3 /* $OpenBSD: machdep.c,v 1.6 2001/06/04 22:25:52 mickey Exp $ */
45 machdep(void) function in typeref:typename:void
  /src/sys/arch/arm/at91/
at91bus.c 68 #include <arm/arm32/machdep.h>
155 const struct at91bus_machdep *machdep; member in struct:__anona47f4a3f0108
221 if (!at91_types[i].machdep)
224 memcpy(&at91bus_machdep, at91_types[i].machdep, sizeof(at91bus_machdep));

Completed in 11 milliseconds