HomeSort by: relevance | last modified time | path
    Searched refs:cf_unit (Results 1 - 25 of 68) sorted by relevancy

1 2 3

  /src/sys/arch/amiga/dev/
grf_cc.c 97 if (amiga_realconfig == 0 || ccconunit != cf->cf_unit) {
107 ccconunit = cf->cf_unit;
  /src/sys/rump/librump/rumpkern/
rump_autoconf.c 119 maa.maa_unit = cf->cf_unit;
  /src/sys/arch/evbarm/netwalker/
netwalker_spi.c 106 if (cf->cf_unit != 0)
  /src/sys/arch/sun3/sun3/
obio.c 186 __func__, cf->cf_name, cf->cf_unit);
206 __func__, cf->cf_name, cf->cf_unit);
vme.c 117 unit = cf->cf_unit;
  /src/sys/arch/atari/atari/
autoconf.c 114 cf->cf_unit = i;
161 parent->dv_unit = pcfp->cf_unit;
  /src/sys/arch/mips/cavium/dev/
octeon_uart.c 102 if (cf->cf_unit != aa->aa_unitno)
octeon_rnm.c 156 if (cf->cf_unit != aa->aa_unitno)
  /src/sys/arch/mips/ralink/
ralink_mainbus.c 162 snprintf(devname, sizeof(devname), "%s%d", cf->cf_name, cf->cf_unit);
  /src/sys/dev/isa/
if_lc_isa.c 196 snprintf(xname, sizeof(xname), "%s%d", lc_cd.cd_name, cf->cf_unit);
if_we_isa.c 221 "IRQ %d to %d\n", we_cd.cd_name, cf->cf_unit,
233 "IRQ %d to %d\n", we_cd.cd_name, cf->cf_unit,
  /src/sys/arch/atari/dev/
ite_et.c 138 if ((*view_cdevsw.d_open)(cf->cf_unit, 0, 0, NULL))
154 if (!grf_auxp->from_bus_match && (grf_auxp->unit != cf->cf_unit))
161 if ((*view_cdevsw.d_open)(cf->cf_unit, 0, 0, NULL))
197 congrf.g_unit = cfdata_grf->cf_unit;
ite_cc.c 165 if ((*view_cdevsw.d_open)(cf->cf_unit, 0, 0, NULL))
180 if (!grf_auxp->from_bus_match && (grf_auxp->unit != cf->cf_unit))
187 if ((*view_cdevsw.d_open)(cf->cf_unit, 0, 0, NULL))
223 congrf.g_unit = cfdata_grf->cf_unit;
  /src/sys/arch/zaurus/zaurus/
autoconf.c 161 biv->devname[len] - '0' == cd->cf_unit) {
  /src/sys/arch/zaurus/dev/
scoop.c 80 return (cf->cf_unit < 2);
81 return (cf->cf_unit == 0);
  /src/sys/kern/
subr_userconf.c 182 printf("%d", cd->cf_unit);
610 cfdata[i].cf_unit == unit &&
  /src/sys/dev/gpio/
gpiosim.c 111 cf->cf_unit = n;
524 .cf_unit = 0,
  /src/sys/arch/hppa/dev/
power.c 123 if (cf->cf_unit > 0 && !strcmp(ca->ca_name, "power"))
  /src/sys/arch/sun3/sun3x/
obio.c 229 __func__, cf->cf_name, cf->cf_unit);
vme.c 117 unit = cf->cf_unit;
  /src/sys/arch/sun68k/sun68k/
autoconf.c 207 what, cf->cf_name, cf->cf_unit)
  /src/sys/dev/ata/
ata_raid.c 160 .cf_unit = 0,
  /src/sys/dev/qbus/
uba.c 324 cf->cf_name, cf->cf_unit, device_xname(parent),
  /src/sys/arch/amigappc/amigappc/
autoconf.c 146 parent->dv_unit = pcfp->cf_unit;
  /src/sys/dev/sysmon/
swwdog.c 132 cf.cf_unit = 0;

Completed in 21 milliseconds

1 2 3