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

  /src/sys/arch/amigappc/amigappc/
amiga_init.c 41 #include <amiga/amiga/cfdev.h>
53 char *esym; /* start address of cfdev/memlist-area */
57 struct cfdev *cfdev; variable in typeref:struct:cfdev *
85 * The kernel ends at end_loaded, plus the cfdev and memlist
90 cfdev = (struct cfdev *)(end_loaded + sizeof(int));
91 end_loaded += sizeof(int) + ncfdev * sizeof(struct cfdev);
amiga_init.c 41 #include <amiga/amiga/cfdev.h>
53 char *esym; /* start address of cfdev/memlist-area */
57 struct cfdev *cfdev; variable in typeref:struct:cfdev *
85 * The kernel ends at end_loaded, plus the cfdev and memlist
90 cfdev = (struct cfdev *)(end_loaded + sizeof(int));
91 end_loaded += sizeof(int) + ncfdev * sizeof(struct cfdev);
  /src/sys/arch/amiga/amiga/
cfdev.h 1 /* $NetBSD: cfdev.h,v 1.6 2007/03/04 05:59:15 christos Exp $ */
55 struct cfdev { struct
65 extern struct cfdev *cfdev;
cfdev.h 1 /* $NetBSD: cfdev.h,v 1.6 2007/03/04 05:59:15 christos Exp $ */
55 struct cfdev { struct
65 extern struct cfdev *cfdev;
amiga_init.c 66 #include <amiga/amiga/cfdev.h>
123 struct cfdev *cfdev; variable in typeref:struct:cfdev *
204 struct cfdev *cd;
269 * the kernel ends at end(), plus the cfdev and memlist structures
278 RELOC(cfdev, struct cfdev *) = (struct cfdev *) ((int)end_loaded + 4);
279 end_loaded += 4 + RELOC(ncfdev, int) * sizeof(struct cfdev);
326 &RELOC(*RELOC(cfdev, struct cfdev *),struct cfdev)
    [all...]
amiga_init.c 66 #include <amiga/amiga/cfdev.h>
123 struct cfdev *cfdev; variable in typeref:struct:cfdev *
204 struct cfdev *cd;
269 * the kernel ends at end(), plus the cfdev and memlist structures
278 RELOC(cfdev, struct cfdev *) = (struct cfdev *) ((int)end_loaded + 4);
279 end_loaded += 4 + RELOC(ncfdev, int) * sizeof(struct cfdev);
326 &RELOC(*RELOC(cfdev, struct cfdev *),struct cfdev)
    [all...]

Completed in 22 milliseconds