Home | History | Annotate | Download | only in netboot

Lines Matching refs:init_words

130   What follows in 'init_words[]' is the "program" that is downloaded to the
196 static unsigned short init_words[] = {
332 init_words[3] = scb_base;
333 init_words[7] = scb_base;
338 memcpy((char *)(mem_end - 10), (char *)init_words, 10);
339 memcpy((char *)mem_start, (char *)&init_words[5], sizeof(init_words) - 10);
592 init_words[3] = scb_base;
593 init_words[7] = scb_base;
597 memcpy((char *)(mem_end - 10), (char *)init_words, 10);
598 memcpy((char *)mem_start, (char *)&init_words[5], sizeof(init_words) - 10);
741 init_words[3] = scb_base;
742 init_words[7] = scb_base;
746 memcpy((char *)(mem_end - 10), (char *)init_words, 10);
747 memcpy((char *)mem_start, (char *)&init_words[5], sizeof(init_words) - 10);