Lines Matching refs:syscall
81 if (!syscall(API_GETC, NULL, &c)) in ub_getc()
91 if (!syscall(API_TSTC, NULL, &t)) in ub_tstc()
99 syscall(API_PUTC, NULL, &c); in ub_putc()
104 syscall(API_PUTS, NULL, s); in ub_puts()
115 syscall(API_RESET, NULL); in ub_reset()
130 if (!syscall(API_GET_SYS_INFO, &err, &si)) in ub_get_sys_info()
144 syscall(API_UDELAY, NULL, &usec); in ub_udelay()
151 if (!syscall(API_GET_TIMER, NULL, &cur, &base)) in ub_get_timer()
187 if (!syscall(API_DEV_ENUM, NULL, di)) in ub_dev_enum()
201 if (!syscall(API_DEV_ENUM, NULL, di)) in ub_dev_enum()
223 if (!syscall(API_DEV_OPEN, &err, di)) in ub_dev_open()
237 if (!syscall(API_DEV_CLOSE, NULL, di)) in ub_dev_close()
285 if (!syscall(API_DEV_READ, &err, di, buf, &len, &start, &act_len)) in ub_dev_read()
314 if (!syscall(API_DEV_READ, &err, di, buf, &len, &act_len)) in ub_dev_recv()
332 if (!syscall(API_DEV_WRITE, &err, di, buf, &len)) in ub_dev_send()
348 if (!syscall(API_ENV_GET, NULL, name, &value)) in ub_env_get()
356 syscall(API_ENV_SET, NULL, name, value); in ub_env_set()
368 if (!syscall(API_ENV_ENUM, NULL, last, &env)) in ub_env_enum()
395 if (!syscall(API_DISPLAY_GET_INFO, &err, type, di)) in ub_display_get_info()
405 if (!syscall(API_DISPLAY_DRAW_BITMAP, &err, bitmap, x, y)) in ub_display_draw_bitmap()
413 syscall(API_DISPLAY_CLEAR, NULL); in ub_display_clear()