Lines Matching full:ssc
25 #include "ssc.h"
47 ssc(ch, 0, 0, 0, SSC_PUTCHAR); in cons_write()
49 ssc('\r', 0, 0, 0, SSC_PUTCHAR); in cons_write()
71 ssc(0, 0, 0, 0, SSC_CONSOLE_INIT); in start_bootloader()
82 arglen = ssc((long) buffer, 0, 0, 0, SSC_GET_ARGS); in start_bootloader()
99 fd = ssc((long) kpath, 1, 0, 0, SSC_OPEN); in start_bootloader()
111 ssc(fd, 1, (long) &req, off, SSC_READ); in start_bootloader()
112 ssc((long) &stat, 0, 0, 0, SSC_WAIT_COMPLETION); in start_bootloader()
139 ssc(fd, 1, (long) &req, e_phoff, SSC_READ); in start_bootloader()
140 ssc((long) &stat, 0, 0, 0, SSC_WAIT_COMPLETION); in start_bootloader()
154 ssc(fd, 1, (long) &req, elf_phdr->p_offset, SSC_READ); in start_bootloader()
155 ssc((long) &stat, 0, 0, 0, SSC_WAIT_COMPLETION); in start_bootloader()
159 ssc(fd, 0, 0, 0, SSC_CLOSE); in start_bootloader()
168 ssc(0, (long) kpath, 0, 0, SSC_LOAD_SYMBOLS); in start_bootloader()
174 ssc(-1, 0, 0, 0, SSC_EXIT); in start_bootloader()