tag | line | file | source code |
dispatch | 161 | arch/alpha/boot/main.c | result = dispatch(CCB_GET_ENV, ENV_BOOTED_DEV, bootdev, 255); |
dispatch | 164 | arch/alpha/boot/main.c | return dispatch(CCB_OPEN, bootdev, result & 255); |
dispatch | 169 | arch/alpha/boot/main.c | return dispatch(CCB_CLOSE, dev); |
dispatch | 177 | arch/alpha/boot/main.c | result = dispatch(CCB_GET_ENV, ENV_BOOTED_FILE, bootfile, 255); |
dispatch | 184 | arch/alpha/boot/main.c | return dispatch(CCB_READ, dev, count, addr, BOOT_SIZE/512 + 1); |
dispatch | 228 | arch/alpha/boot/main.c | nbytes = dispatch(CCB_GET_ENV, ENV_BOOTED_OSFLAGS, |
dispatch | 44 | include/asm-alpha/console.h | extern unsigned long dispatch(unsigned long code, ...); |
dispatch | 45 | include/asm-alpha/console.h | #define puts(x,l) dispatch(CCB_PUTS,0,x,l) |