/src/sys/arch/sandpoint/stand/altboot/ |
pci.c | 48 static int deviceinit(int, int, int, unsigned long); 67 (void)_buswalk(0, deviceinit, 0UL); 186 deviceinit(int bus, int dev, int func, unsigned long data) function in typeref:typename:int 254 _buswalk(new, deviceinit, data);
|
pci.c | 48 static int deviceinit(int, int, int, unsigned long); 67 (void)_buswalk(0, deviceinit, 0UL); 186 deviceinit(int bus, int dev, int func, unsigned long data) function in typeref:typename:int 254 _buswalk(new, deviceinit, data);
|