OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uart_getc
(Results
1 - 1
of
1
) sorted by relevancy
/src/usr.sbin/btattach/
btattach.c
411
uart_getc
(int fd, struct iovec *iov, int ioc, size_t *count)
function
457
type =
uart_getc
(fd, iov, ioc, &count);
460
(void)
uart_getc
(fd, iov, ioc, &count); /* event */
461
want =
uart_getc
(fd, iov, ioc, &count);
465
(void)
uart_getc
(fd, iov, ioc, &count); /* handle LSB */
466
(void)
uart_getc
(fd, iov, ioc, &count); /* handle MSB */
467
want =
uart_getc
(fd, iov, ioc, &count) | /* LSB */
468
uart_getc
(fd, iov, ioc, &count) << 8; /* MSB */
472
(void)
uart_getc
(fd, iov, ioc, &count); /* handle LSB */
473
(void)
uart_getc
(fd, iov, ioc, &count); /* handle MSB *
[
all
...]
Completed in 69 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026