Searched refs:membuff_put (Results 1 – 4 of 4) sorted by relevance
138 int membuff_put(struct membuff *mb, const char *buff, int length);
170 ret = membuff_put(&priv->in, scancode, USB_KBD_BOOT_REPORT_SIZE); in sandbox_usb_keyb_add_string()
186 int membuff_put(struct membuff *mb, const char *buff, int length) in membuff_put() function
572 membuff_put(&gd->console_out, s, strlen(s)); in puts()