Searched defs:bootparam (Results 1 – 2 of 2) sorted by relevance
69 struct bootparam { struct70 char *argPtr[8]; /* String arguments */71 char strings[100]; /* String table for string arguments */72 char devName[2]; /* Device name */73 int ctlrNum; /* Controller number */74 int unitNum; /* Unit number */75 int partNum; /* Partition/file number */76 char *fileName; /* File name, points into strings */77 struct boottab *bootDevice; /* Defined in saio.h */