Searched refs:old_dev (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/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 | 5916 translate_major(dev_t old_dev, dev_t *new_dev) in translate_major() argument 5926 oldmajor = major(old_dev); in translate_major() 5939 *new_dev = makedev(newmajor, minor(old_dev)); in translate_major() 5940 if (old_dev != *new_dev) { in translate_major() 5942 "new: %lu,%lu\n", fcn, driver, major(old_dev), in translate_major() 5943 minor(old_dev), major(*new_dev), minor(*new_dev)); in translate_major() 5955 oldminor = minor(old_dev); in translate_major() 5967 if (old_dev != *new_dev) { in translate_major() 5970 major(old_dev), minor(old_dev), in translate_major()
|
/illumos-gate/usr/src/uts/intel/io/hotplug/pcicfg/ |
H A D | pcicfg.c | 944 int old_dev = pcicfg_start_devno; in pcicfg_configure_ntbridge() local 949 while (old_dev != devno) { in pcicfg_configure_ntbridge() 951 new_device, old_dev) == PCICFG_FAILURE) in pcicfg_configure_ntbridge() 953 "ntbridge child dev=%d\n", old_dev); in pcicfg_configure_ntbridge() 954 old_dev++; in pcicfg_configure_ntbridge()
|
/illumos-gate/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()
|