Searched refs:DownLoad (Results 1 – 4 of 4) sorted by relevance
43 int RIOBootCodeRTA(struct rio_info *, struct DownLoad *);44 int RIOBootCodeHOST(struct rio_info *, register struct DownLoad *);45 int RIOBootCodeUNKNOWN(struct rio_info *, struct DownLoad *);
95 static struct DownLoad DownLoad; variable127 (*RIOBootTable[MAX_PRODUCT])(struct rio_info *, struct DownLoad *) =1222 if ( copyin((int)arg, (caddr_t)&DownLoad, 1223 sizeof(DownLoad) )==COPYFAIL ) {1229 DownLoad.ProductCode);1234 if ( DownLoad.ProductCode > MAX_PRODUCT ) {1236 DownLoad.ProductCode);1243 retval = (*(RIOBootTable[DownLoad.ProductCode]))(p, &DownLoad);
54 struct DownLoad struct
112 struct DownLoad * rbp; 245 register struct DownLoad *rbp;