Searched hist:65632 (Results 1 - 3 of 3) sorted by relevance

/freebsd-11.0-release/lib/libc/gen/
H A Ddevname.3diff 65632 Sat Sep 09 11:39:59 MDT 2000 phk Add code to devname(3) so it can find the names of devices which
were not present when dev_mkdb(8) was run.

First the dev_mkdb(8) database is searched, this caters for non-DEVFS
cases where people have renamed a device.

If that fails we ask the kernel using sysctl kern.devname if the device
driver has put a name in the dev_t. This covers DEVFS cloned devices.

If that also fails we format a string which isn't entirely useless.
H A Ddevname.cdiff 65632 Sat Sep 09 11:39:59 MDT 2000 phk Add code to devname(3) so it can find the names of devices which
were not present when dev_mkdb(8) was run.

First the dev_mkdb(8) database is searched, this caters for non-DEVFS
cases where people have renamed a device.

If that fails we ask the kernel using sysctl kern.devname if the device
driver has put a name in the dev_t. This covers DEVFS cloned devices.

If that also fails we format a string which isn't entirely useless.
/freebsd-11.0-release/sys/kern/
H A Dkern_conf.cdiff 65632 Sat Sep 09 11:39:59 MDT 2000 phk Add code to devname(3) so it can find the names of devices which
were not present when dev_mkdb(8) was run.

First the dev_mkdb(8) database is searched, this caters for non-DEVFS
cases where people have renamed a device.

If that fails we ask the kernel using sysctl kern.devname if the device
driver has put a name in the dev_t. This covers DEVFS cloned devices.

If that also fails we format a string which isn't entirely useless.

Completed in 126 milliseconds