HomeSort by: relevance | last modified time | path
    Searched defs:lunit (Results 1 - 8 of 8) sorted by relevancy

  /src/sys/arch/bebox/stand/boot/
devopen.c 49 devparse(const char *fname, int *dev, int *ctlr, int *unit, int *lunit,
70 *lunit = 0;
96 *lunit = *(p - 3) - '0';
118 *lunit = *(p - 5) - '0';
139 int dev = 0, ctlr = 0, unit = 0, lunit = 0, part = 0; local in function:devopen
144 error = devparse(fname, &dev, &ctlr, &unit, &lunit, &part, file);
158 if ((error = (*dp->dv_open)(f, ctlr, unit, lunit, part)) == 0)
devopen.c 49 devparse(const char *fname, int *dev, int *ctlr, int *unit, int *lunit,
70 *lunit = 0;
96 *lunit = *(p - 3) - '0';
118 *lunit = *(p - 5) - '0';
139 int dev = 0, ctlr = 0, unit = 0, lunit = 0, part = 0; local in function:devopen
144 error = devparse(fname, &dev, &ctlr, &unit, &lunit, &part, file);
158 if ((error = (*dp->dv_open)(f, ctlr, unit, lunit, part)) == 0)
wd.c 235 u_int ctlr, unit, lunit, part; local in function:wdopen
241 lunit = va_arg(ap, u_int);
246 ctlr, (unit == 0) ? "master" : "slave", lunit, part));
247 if (lunit != 0)
wd.c 235 u_int ctlr, unit, lunit, part; local in function:wdopen
241 lunit = va_arg(ap, u_int);
246 ctlr, (unit == 0) ? "master" : "slave", lunit, part));
247 if (lunit != 0)
  /src/sys/arch/x68k/dev/
mha.c 833 * Find first acb in ready queue that is for a target/lunit
884 * commands for this target/lunit, else we lose the sense info.
1216 u_char lunit; local in function:mha_msgin
1226 lunit = sc->sc_imess[0] & 0x07;
1229 if (periph->periph_lun == lunit &&
mha.c 833 * Find first acb in ready queue that is for a target/lunit
884 * commands for this target/lunit, else we lose the sense info.
1216 u_char lunit; local in function:mha_msgin
1226 lunit = sc->sc_imess[0] & 0x07;
1229 if (periph->periph_lun == lunit &&
  /src/sys/kern/
subr_autoconf.c 1571 size_t lname, lunit; local in function:config_devalloc
1618 lunit = &num[sizeof(num)] - xunit;
1619 if (lname + lunit > sizeof(dev->dv_xname))
1628 memcpy(dev->dv_xname + lname, xunit, lunit);
subr_autoconf.c 1571 size_t lname, lunit; local in function:config_devalloc
1618 lunit = &num[sizeof(num)] - xunit;
1619 if (lname + lunit > sizeof(dev->dv_xname))
1628 memcpy(dev->dv_xname + lname, xunit, lunit);

Completed in 31 milliseconds