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

  /src/sys/arch/atari/stand/bootxxx/
bootxxx.c 1 /* $NetBSD: bootxxx.c,v 1.10 2022/06/26 14:14:46 tsutsui Exp $ */
46 int bootxxx(void *, void *, osdsc_t *);
50 bootxxx(void *readsector, void *disklabel, osdsc_t *od) function in typeref:typename:int
bootxxx.c 1 /* $NetBSD: bootxxx.c,v 1.10 2022/06/26 14:14:46 tsutsui Exp $ */
46 int bootxxx(void *, void *, osdsc_t *);
50 bootxxx(void *readsector, void *disklabel, osdsc_t *od) function in typeref:typename:int
  /src/sys/arch/atari/stand/bootxx/
bootxx.c 48 int bootxxx(void *, void *, struct osdsc *);
63 bxxx_t bootxxx = (bxxx_t)(LOADADDR3); local in function:bootxx
98 (*bootxxx)(readsector, disklabel, od);
bootxx.c 48 int bootxxx(void *, void *, struct osdsc *);
63 bxxx_t bootxxx = (bxxx_t)(LOADADDR3); local in function:bootxx
98 (*bootxxx)(readsector, disklabel, od);

Completed in 65 milliseconds