Home
last modified time | relevance | path

Searched refs:nullc_devinfo (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/boot/i386/libi386/
H A Dnullconsole.c48 static void nullc_devinfo(struct console *);
60 .c_devinfo = nullc_devinfo,
65 nullc_devinfo(struct console *cp __unused) in nullc_devinfo() function