Searched refs:lpcdev (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.0-release/usr.sbin/bhyve/
H A Dpci_lpc.c65 char *str, *cpy, *lpcdev; local
69 lpcdev = strsep(&str, ",");
70 if (lpcdev != NULL) {
72 if (strcasecmp(lpcdev, lpc_uart_names[unit]) == 0) {

Completed in 104 milliseconds