Searched refs:old_dev (Results 1 – 4 of 4) sorted by relevance
| /titanic_53/usr/src/cmd/devfsadm/ |
| H A D | devfsadm_impl.h | 411 static int translate_major(dev_t old_dev, dev_t *new_dev);
|
| H A D | devfsadm.c | 5903 translate_major(dev_t old_dev, dev_t *new_dev) in translate_major() argument 5913 oldmajor = major(old_dev); in translate_major() 5926 *new_dev = makedev(newmajor, minor(old_dev)); in translate_major() 5927 if (old_dev != *new_dev) { in translate_major() 5929 "new: %lu,%lu\n", fcn, driver, major(old_dev), in translate_major() 5930 minor(old_dev), major(*new_dev), minor(*new_dev)); in translate_major() 5942 oldminor = minor(old_dev); in translate_major() 5954 if (old_dev != *new_dev) { in translate_major() 5957 major(old_dev), minor(old_dev), in translate_major()
|
| /titanic_53/usr/src/uts/intel/io/hotplug/pcicfg/ |
| H A D | pcicfg.c | 916 int old_dev = pcicfg_start_devno; in pcicfg_configure_ntbridge() local 921 while (old_dev != devno) { in pcicfg_configure_ntbridge() 923 new_device, old_dev) == PCICFG_FAILURE) in pcicfg_configure_ntbridge() 925 "ntbridge child dev=%d\n", old_dev); in pcicfg_configure_ntbridge() 926 old_dev++; in pcicfg_configure_ntbridge()
|
| /titanic_53/usr/src/uts/sun4/io/ |
| H A D | pcicfg.c | 1045 int old_dev = pcicfg_start_devno; in pcicfg_configure_ntbridge() local 1051 while (old_dev != devno) { in pcicfg_configure_ntbridge() 1053 new_device, old_dev) == PCICFG_FAILURE) in pcicfg_configure_ntbridge() 1057 "dev=%d\n", old_dev); in pcicfg_configure_ntbridge() 1058 old_dev++; in pcicfg_configure_ntbridge()
|