Home | History | Annotate | Download | only in kern

Lines Matching refs:unit

300 userconf_device(char *cmd, int *len, short *unit, short *state)
332 *unit = u;
582 userconf_common_dev(char *dev, int len, short unit, short state, char routine)
610 cfdata[i].cf_unit == unit &&
698 short unit, state;
751 else if (userconf_device(c, &a, &unit, &state) == 0)
752 userconf_common_dev(c, a, unit, state, UC_CHANGE);
761 else if (userconf_device(c, &a, &unit, &state) == 0)
762 userconf_common_dev(c, a, unit, state, UC_DISABLE);
771 else if (userconf_device(c, &a, &unit, &state) == 0)
772 userconf_common_dev(c, a, unit, state, UC_ENABLE);
781 else if (userconf_device(c, &a, &unit, &state) == 0)
782 userconf_common_dev(c, a, unit, state, UC_FIND);