/src/sys/arch/luna68k/luna68k/ |
mainbus.c | 78 const struct mainbus_attach_args *devs; local in function:mainbus_attach 81 devs = luna_devs; 86 ma = devs[i];
|
/src/sys/arch/mips/sibyte/dev/ |
sbobio.c | 203 const struct sbobio_attach_locs *devs; local in function:sbobio_attach 214 devs = sb112x_sbobio_devs; 221 devs = sb1250_sbobio_devs; 225 devs = sb1250_rev1_sbobio_devs; 238 sa.sa_locs = devs[i]; 240 locs[SBOBIOCF_OFFSET] = devs[i].sa_offset; 241 locs[SBOBIOCF_INTR + 0] = devs[i].sa_intr[0]; 242 locs[SBOBIOCF_INTR + 1] = devs[i].sa_intr[1];
|
/src/sys/arch/news68k/stand/boot/ |
boot.c | 67 char *devs[] = { "hd", "fh", "fd", NULL, NULL, "rd", "st" }; variable in typeref:typename:char * [] 112 if (devs[type] == NULL) { 118 "%s(%d,%d,%d)", devs[type], ctlr, unit, part);
|
/src/sys/arch/news68k/stand/bootxx/ |
bootxx.c | 80 char *devs[] = { "hd", "fh", "fd", NULL, NULL, "rd", "st" }; variable in typeref:typename:char * [] 111 if (devs[type] == NULL) { 117 devs[type], ctlr, unit, part);
|
/src/usr.sbin/wsmuxctl/ |
wsmuxctl.c | 84 struct wsmux_device_list devs; local in function:listdevs 87 if (ioctl(fd, WSMUXIO_LIST_DEVICES, &devs) < 0) 89 for (i = 0; i < devs.ndevices; i++) { 90 switch (devs.devices[i].type) { 97 printf("%*s%s%d\n", ind, "", name, devs.devices[i].idx); 98 if (rec && devs.devices[i].type == WSMUX_MUX) { 100 devs.devices[i].idx);
|
/src/sys/arch/macppc/dev/ |
smuiic.c | 76 int devs; local in function:smuiic_attach 94 devs = OF_child(sc->sc_node); 95 while (devs != 0) { 98 if (OF_getprop(devs, "name", name, 256) <= 0) 100 if (OF_getprop(devs, "compatible", 103 if (OF_getprop(devs, "reg", &addr, 4) <= 0) 112 child_devhandle = devhandle_from_of(devhandle_invalid(), devs); 119 devs = OF_peer(devs);
|
/src/sys/arch/newsmips/stand/bootxx/ |
bootxx.c | 57 char *devs[] = { "sd", "fh", "fd", NULL, NULL, "rd", "st" }; variable in typeref:typename:char * [] 107 if (devs[type] == NULL) { 112 devs[type], ctlr, unit, part);
|
/src/tests/lib/libc/stdio/ |
t_fopen.c | 430 static const char *devs[] = { _PATH_DEVNULL }; local in function:ATF_TC_BODY 435 for (i = 0; i < __arraycount(devs); i++) { 440 f = fopen(devs[i], mode[j]); 449 devs[i], mode[j]); 453 strerror(errno), devs[i], mode[j]);
|
/src/sys/arch/atari/atari/ |
autoconf.c | 241 device_t *devs; local in function:findroot 257 devs = genericconf[i]->cd_devs; 258 if ((dkp = disk_find(device_xname(devs[unit]))) == NULL) 286 booted_device = devs[unit];
|
/src/sys/arch/amigappc/amigappc/ |
autoconf.c | 244 device_t*devs; local in function:findroot 269 devs = sd_cd.cd_devs; 270 if ((dkp = disk_find(device_xname(devs[unit]))) == NULL) 297 booted_device = devs[unit]; 318 devs = genericconf[i]->cd_devs; 319 if ((dkp = disk_find(device_xname(devs[unit]))) == NULL) 358 booted_device = devs[unit];
|
/src/sbin/devpubd/ |
devpubd.c | 229 const char **devs; local in function:devpubd_init 238 devs = calloc(ndevs + 1, sizeof(*devs)); 241 devs[i++] = ev->device; 243 devpubd_eventhandler(DEVPUBD_ATTACH_EVENT, devs); 244 free(devs);
|
/src/sys/arch/newsmips/stand/boot/ |
boot.c | 50 char *devs[] = { "sd", "fh", "fd", NULL, NULL, "rd", "st" }; variable in typeref:typename:char * [] 145 if (devs[type] == NULL) { 151 devs[type], ctlr, unit, part);
|
/src/sys/dev/raidframe/ |
rf_compat32.c | 51 dev_t devs[RF_MAXROW][RF_MAXCOL]; /* device numbers for disks member in struct:RF_Config_s32 106 memcpy(k_cfg->devs, k_cfg32->devs, sizeof(k_cfg->devs));
|
rf_compat50.c | 48 int32_t devs[RF_MAXROW][RF_MAXCOL]; member in struct:RF_Config50_s 81 RF_RaidDisk50_t devs[RF_MAX_DISKS]; member in struct:RF_DeviceConfig50_s 139 k_cfg->devs[i][j] = k50_cfg->devs[i][j]; 202 rf_disk_to_disk50(&d_cfg->devs[j], &raidPtr->Disks[j]);
|
rf_compat80.c | 76 RF_RaidDisk_t80 devs[RF_MAX_DISKS]; member in struct:RF_DeviceConfig_s80 84 dev_t devs[RF_MAXROW][RF_MAXCOL]; /* device numbers for disks member in struct:RF_Config_s80 182 rf_copy_raiddisk80(&config->devs[i], 183 &config80->devs[i]); 265 k_cfg->devs[i][j] = k80_cfg->devs[i][j];
|
/src/sys/dev/ic/ |
cpc700.c | 141 } devs[] = { local in function:cpc_attach 168 for (i = 0; devs[i].name; i++) { 169 aa.cba.cpca_name = devs[i].name; 170 aa.cba.cpca_addr = devs[i].addr; 171 aa.cba.cpca_irq = devs[i].irq;
|
/src/sys/arch/amiga/amiga/ |
autoconf.c | 404 device_t *devs; local in function:findroot 429 devs = sd_cd.cd_devs; 457 booted_device = devs[unit]; 478 devs = (device_t *)genericconf[i]->cd_devs; 479 if ((dkp = disk_find(device_xname(devs[unit]))) == NULL) 518 booted_device = devs[unit];
|
/src/sys/arch/sparc64/dev/ |
jbus-i2c.c | 139 int devs, regs[2], addr; local in function:jbusi2c_setup_i2c 151 devs = OF_child(sc->sc_node); 155 while (devs != 0) { 158 if (OF_getprop(devs, "name", name, 256) <= 0) 161 if (OF_getprop(devs, "compatible", 164 if (OF_getprop(devs, "reg", regs, 8) <= 0) 174 child_devhandle = devhandle_from_of(devhandle_invalid(), devs); 180 devs = OF_peer(devs);
|
/src/lib/libossaudio/ |
oss3_mixer.c | 239 } *dp, devs[] = { local in function:getdevinfo 295 for(dp = devs; dp->name; dp++) {
|
/src/sys/arch/amiga/dev/ |
gayle_pcmcia.c | 43 struct pccard_slot devs[1]; member in struct:pccard_softc 163 sc->devs[0].sc = sc; 164 sc->devs[0].intr_func = NULL; 165 sc->devs[0].intr_arg = NULL; 166 sc->devs[0].flags = 0; 175 paa.pch = &sc->devs[0]; 176 sc->devs[0].card = config_found(self, &paa, simple_devprint, 178 if (sc->devs[0].card == NULL) { 224 pccard_attach_slot(&sc->devs[0]); 235 sc->devs[0].flags |= SLOT_NEW_CARD_EVENT [all...] |
/src/sys/dev/ |
sequencervar.h | 97 struct midi_dev **devs; member in struct:sequencer_softc
|
/src/sys/compat/ossaudio/ |
ossaudio.c | 939 } *dp, devs[] = { local in function:getdevinfo 1004 for(dp = devs; dp->name; dp++) {
|
/src/sys/dev/pci/ |
pciconf.c | 303 uint8_t devs[32]; local in function:probe_bus 320 n = pci_bus_devorder(pb->pc, pb->busno, devs, __arraycount(devs)); 327 device = devs[i];
|
pci.c | 752 uint8_t devs[32]; local in function:pci_enumerate_bus1 784 n = pci_bus_devorder(sc->sc_pc, sc->sc_bus, devs, __arraycount(devs)); 791 device = devs[i];
|
/src/usr.bin/fstat/ |
fstat.c | 123 typedef struct devs { struct 124 struct devs *next; 128 } DEVS; 129 static DEVS *devs; variable in typeref:typename:DEVS * 650 DEVS *d; 655 for (d = devs; d != NULL; d = d->next) { 1366 DEVS *cur; 1375 cur->next = devs; 1376 devs = cur [all...] |