mirror of
https://github.com/opnsense/src.git
synced 2026-03-20 18:02:17 -04:00
Remove the unused second argument from udev2dev(). Convert all remaining users of makedev() to use udev2dev(). The semantic difference is that udev2dev() will only locate a pre-existing dev_t, it will not line makedev() create a new one. Apart from the tiny well controlled windown in D_PSEUDO drivers, there should no longer be any "anonymous" dev_t's in the system now, only dev_t's created with make_dev() and make_dev_alias() |
||
|---|---|---|
| .. | ||
| midi.c | ||
| midi.h | ||
| midibuf.c | ||
| midibuf.h | ||
| midisynth.c | ||
| midisynth.h | ||
| miditypes.h | ||
| sequencer.c | ||
| sequencer.h | ||
| timer.c | ||
| timer.h | ||