Home | Sort by: relevance | last modified time | path |
/src/share/examples/refuse/dmesgfs/ | |
dmesgfs.c | 235 pparent(int d, char *buf, size_t size) function in typeref:typename:int 240 cc = pparent(devices.v[d].p, buf, size); 297 pparent(i, buf, sizeof(buf)); |
dmesgfs.c | 235 pparent(int d, char *buf, size_t size) function in typeref:typename:int 240 cc = pparent(devices.v[d].p, buf, size); 297 pparent(i, buf, sizeof(buf)); |
/src/sys/external/bsd/drm2/linux/ | |
linux_pci.c | 87 device_t pparent = device_parent(parent); local in function:alloc_fake_parent_device 88 if (pparent == NULL || !device_is_a(pparent, "ppb")) 92 struct ppb_softc *ppbsc = device_private(pparent); |
linux_pci.c | 87 device_t pparent = device_parent(parent); local in function:alloc_fake_parent_device 88 if (pparent == NULL || !device_is_a(pparent, "ppb")) 92 struct ppb_softc *ppbsc = device_private(pparent); |