Searched refs:mdev (Results 1 – 5 of 5) sorted by relevance
| /dflybsd-src/sys/dev/agp/ |
| H A D | agp.c | 304 agp_v3_enable(device_t dev, device_t mdev, u_int32_t mode) in agp_v3_enable() argument 311 mstatus = pci_read_config(mdev, agp_find_caps(mdev) + AGP_STATUS, 4); in agp_v3_enable() 367 pci_write_config(mdev, agp_find_caps(mdev) + AGP_COMMAND, command, 4); in agp_v3_enable() 373 agp_v2_enable(device_t dev, device_t mdev, u_int32_t mode) in agp_v2_enable() argument 380 mstatus = pci_read_config(mdev, agp_find_caps(mdev) + AGP_STATUS, 4); in agp_v2_enable() 420 pci_write_config(mdev, agp_find_caps(mdev) + AGP_COMMAND, command, 4); in agp_v2_enable() 428 device_t mdev = agp_find_display(); in agp_generic_enable() local 431 if (!mdev) { in agp_generic_enable() 437 mstatus = pci_read_config(mdev, agp_find_caps(mdev) + AGP_STATUS, 4); in agp_generic_enable() 450 return (agp_v3_enable(dev, mdev, mode)); in agp_generic_enable() [all …]
|
| /dflybsd-src/contrib/nvi2/common/ |
| H A D | exf.h | 38 dev_t mdev; /* Device. */ member
|
| H A D | exf.c | 218 ep->mdev = sb.st_dev; in file_init() 798 (sb.st_dev != ep->mdev || sb.st_ino != ep->minode)) || in file_write() 895 ep->mdev = sb.st_dev; in file_write()
|
| /dflybsd-src/bin/df/ |
| H A D | df.c | 92 static struct ufs_args mdev; variable 202 mdev.fspec = *argv; in main() 217 &mdev) != 0) { in main()
|
| /dflybsd-src/sys/dev/drm/i915/gvt/ |
| H A D | gvt.h | 175 struct mdev_device *mdev; member
|