Lines Matching refs:ssc
46 ssc(ch, 0, 0, 0, SSC_PUTCHAR); in cons_write()
48 ssc('\r', 0, 0, 0, SSC_PUTCHAR); in cons_write()
70 ssc(0, 0, 0, 0, SSC_CONSOLE_INIT); in start_bootloader()
81 arglen = ssc((long) buffer, 0, 0, 0, SSC_GET_ARGS); in start_bootloader()
98 fd = ssc((long) kpath, 1, 0, 0, SSC_OPEN); in start_bootloader()
110 ssc(fd, 1, (long) &req, off, SSC_READ); in start_bootloader()
111 ssc((long) &stat, 0, 0, 0, SSC_WAIT_COMPLETION); in start_bootloader()
138 ssc(fd, 1, (long) &req, e_phoff, SSC_READ); in start_bootloader()
139 ssc((long) &stat, 0, 0, 0, SSC_WAIT_COMPLETION); in start_bootloader()
153 ssc(fd, 1, (long) &req, elf_phdr->p_offset, SSC_READ); in start_bootloader()
154 ssc((long) &stat, 0, 0, 0, SSC_WAIT_COMPLETION); in start_bootloader()
158 ssc(fd, 0, 0, 0, SSC_CLOSE); in start_bootloader()
167 ssc(0, (long) kpath, 0, 0, SSC_LOAD_SYMBOLS); in start_bootloader()
173 ssc(-1, 0, 0, 0, SSC_EXIT); in start_bootloader()