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

/freebsd-11-stable/stand/pc98/libpc98/
H A Dcomconsole.c55 static uint32_t comc_parse_pcidev(const char *string);
126 locator = comc_parse_pcidev(env);
215 comc_parse_pcidev(const char *string) function
286 if (value == NULL || (locator = comc_parse_pcidev(value)) <= 0) {
/freebsd-11-stable/stand/i386/libi386/
H A Dcomconsole.c55 static uint32_t comc_parse_pcidev(const char *string);
126 locator = comc_parse_pcidev(env);
215 comc_parse_pcidev(const char *string) function
304 if (value == NULL || (locator = comc_parse_pcidev(value)) <= 0) {

Completed in 105 milliseconds