HomeSort by: relevance | last modified time | path
    Searched refs:dev_type (Results 1 - 7 of 7) sorted by relevancy

  /src/sys/arch/hppa/stand/common/
dev_hppa.c 52 int dev_type; member in struct:pdc_devs
88 if (dp >= &pdc_devs[NENTS(pdc_devs)] || dp->dev_type < 0)
90 bdev = dp->dev_type;
119 if ((rc = (*devsw[dp->dev_type].dv_open)(f, file)) == 0) {
120 f->f_dev = &devsw[dp->dev_type];
128 f->f_dev = &devsw[dp->dev_type];
  /src/sys/arch/arc/arc/
autoconf.c 111 const char *dev_type; member in struct:bootdev_data
192 bd.dev_type = dp->dev;
198 bd.dev_type = "sd";
267 if (strcmp(b->dev_type, "sd") == 0)
283 if (!device_is_a(dev, b->dev_type))
  /src/sys/arch/sparc64/sparc64/
ofw_machdep.c 772 char dev_type[16]; local in function:find_pci_host_node
778 &dev_type, sizeof(dev_type));
781 if (!strcmp(dev_type, "pci") ||
782 !strcmp(dev_type, "pciex"))
807 char dev_type[32]; local in function:OF_mapintr
864 if (((len = OF_getprop(node, "device_type", &dev_type,
865 sizeof(dev_type))) > 0) &&
866 (!strcmp(dev_type, "pci") ||
867 !strcmp(dev_type, "pciex")) &
    [all...]
  /src/sys/arch/rs6000/include/
iplcb.h 178 int dev_type; /* 1 buc is executable memory member in struct:buc_info
  /src/sys/arch/rs6000/rs6000/
machdep.c 360 printf("BUC type: %d\n", bucinfo[i]->dev_type);
  /src/sys/dev/pci/
ips.c 793 int dev_type; local in function:ips_attach
796 dev_type = idev->params & SID_TYPE;
797 if (idev->state && dev_type != T_DIRECT) {
  /src/sys/dev/pci/ixgbe/
ixgbe_x550.c 353 * @dev_type: always unused
357 u32 dev_type, u16 *phy_data)
360 UNREFERENCED_1PARAMETER(dev_type);
400 * @dev_type: always unused
404 u32 dev_type, u16 phy_data)
407 UNREFERENCED_1PARAMETER(dev_type);

Completed in 34 milliseconds