HomeSort by: relevance | last modified time | path
    Searched defs:devs (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /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];
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];
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);
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);
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);
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);
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);
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]);
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];
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];
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));
  /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];

Completed in 30 milliseconds

1 2 3