Searched hist:49982 (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/speaker/
H A Dspkr.cdiff 49982 Tue Aug 17 18:25:50 MDT 1999 billf Welcome devtoname(), to most likely be used when printing information
about a dev_t.

printf("%x", dev) now becomes printf("%s", devtoname(dev)) because
printing actual information about the device is much more useful then
printing a pointer to an address that would never help the developer debug.

Submitted by: phk, bde
/freebsd-11-stable/sys/cam/scsi/
H A Dscsi_pt.cdiff 49982 Tue Aug 17 18:25:50 MDT 1999 billf Welcome devtoname(), to most likely be used when printing information
about a dev_t.

printf("%x", dev) now becomes printf("%s", devtoname(dev)) because
printing actual information about the device is much more useful then
printing a pointer to an address that would never help the developer debug.

Submitted by: phk, bde
/freebsd-11-stable/sys/kern/
H A Dkern_conf.cdiff 49982 Tue Aug 17 18:25:50 MDT 1999 billf Welcome devtoname(), to most likely be used when printing information
about a dev_t.

printf("%x", dev) now becomes printf("%s", devtoname(dev)) because
printing actual information about the device is much more useful then
printing a pointer to an address that would never help the developer debug.

Submitted by: phk, bde
/freebsd-11-stable/sys/sys/
H A Dconf.hdiff 49982 Tue Aug 17 18:25:50 MDT 1999 billf Welcome devtoname(), to most likely be used when printing information
about a dev_t.

printf("%x", dev) now becomes printf("%s", devtoname(dev)) because
printing actual information about the device is much more useful then
printing a pointer to an address that would never help the developer debug.

Submitted by: phk, bde

Completed in 234 milliseconds