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

/freebsd-10.0-release/sys/dev/eisa/
H A Deisaconf.c103 char *idstring; local
109 idstring = (char *)malloc(8 + sizeof(" (System Board)") + 1,
111 if (idstring == NULL)
113 sprintf(idstring, "%c%c%c%03x%01x (System Board)",
116 device_set_desc(dev, idstring);
/freebsd-10.0-release/sys/dev/aic/
H A Daic.c1415 char *idstring; member in struct:__anon7342
1447 if (!strcmp(chip_id, aic_chip_ids[i].idstring)) {

Completed in 106 milliseconds