Searched refs:_unit (Results 1 – 4 of 4) sorted by relevance
/dragonfly/sys/dev/netif/re/ |
H A D | re.h | 1209 #define DBGPRINT(_unit, _msg) printf ("re%d: %s\n", _unit,_msg) argument 1210 #define DBGPRINT1(_unit, _msg, _para1) \ argument 1214 printf ("re%d: %s\n", _unit,buf); \ 1217 #define DBGPRINT(_unit, _msg) argument 1218 #define DBGPRINT1(_unit, _msg, _para1) argument
|
/dragonfly/sys/dev/sound/midi/ |
H A D | midi.h | 47 midi_init(kobj_class_t _mpu_cls, int _unit, int _channel, void *cookie);
|
/dragonfly/etc/rc.d/ |
H A D | ppp | 46 eval _ppp_unit=\$ppp_${_profile}_unit
|
/dragonfly/usr.sbin/sliplogin/ |
H A D | sliplogin.c | 319 line_flags(int _unit) in line_flags() argument 330 sprintf(ifr.ifr_name, "sl%d", _unit); in line_flags()
|