Home
last modified time | relevance | path

Searched refs:host_cfsetospeed (Results 1 – 2 of 2) sorted by relevance

/src/stand/kboot/libkboot/
H A Dtermios.c45 int host_cfsetospeed(struct host_termios *tio, host_speed_t speed) in host_cfsetospeed() function
58 return speed ? host_cfsetospeed(tio, speed) : 0; in host_cfsetispeed()
64 return host_cfsetospeed(tio, speed); /* weak alias in musl */ in host_cfsetspeed()
/src/stand/kboot/include/
H A Dtermios.h21 int host_cfsetospeed(struct host_termios *, host_speed_t);