HomeSort by: relevance | last modified time | path
    Searched defs:man_desc (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/acorn32/podulebus/
podulebus.c 234 struct manufacturer_description *man_desc; local in function:poduleexamine
266 man_desc = known_manufacturers;
267 while (man_desc->description) {
268 if (man_desc->manufacturer_id ==
271 ++man_desc;
273 if (!man_desc->description)
276 printf("%s : ", man_desc->description);
podulebus.c 234 struct manufacturer_description *man_desc; local in function:poduleexamine
266 man_desc = known_manufacturers;
267 while (man_desc->description) {
268 if (man_desc->manufacturer_id ==
271 ++man_desc;
273 if (!man_desc->description)
276 printf("%s : ", man_desc->description);

Completed in 102 milliseconds