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

  /src/sys/arch/macppc/dev/
pbms.c 52 * entry to the pbms_devices table below. See the comments for
53 * pbms_devices and struct pbms_devs.
197 static struct pbms_dev pbms_devices[] = variable in typeref:struct:pbms_dev[]
224 #define PBMS_NUM_DEVICES (sizeof(pbms_devices) / sizeof(pbms_devices[0]))
315 if (vendor == pbms_devices[i].vendor &&
316 product == pbms_devices[i].product)
351 pd = &pbms_devices[i];

Completed in 11 milliseconds