HomeSort by: relevance | last modified time | path
    Searched refs:btinfo_bootargs (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/arch/epoc32/include/
bootinfo.h 43 #define BTINFO_BOOTARGS 4
65 struct btinfo_bootargs { struct
  /src/sys/arch/epoc32/stand/e32boot/exe/
e32boot.cpp 134 struct btinfo_bootargs *bootargs;
165 (struct btinfo_bootargs *)FindBootInfoL(bootinfo, BTINFO_BOOTARGS);
332 struct btinfo_bootargs *bootargs;
388 common->len = sizeof(struct btinfo_bootargs);
389 common->type = BTINFO_BOOTARGS;
390 bootargs = (struct btinfo_bootargs *)common;
  /src/sys/arch/epoc32/epoc32/
machdep.c 168 struct btinfo_bootargs *args = NULL;
211 case BTINFO_BOOTARGS:
212 args = (struct btinfo_bootargs *)btinfo;

Completed in 14 milliseconds