/titanic_44/usr/src/uts/common/os/ |
H A D | swapgeneric.c | 722 if ((major = ddi_name_to_major(drv)) == DDI_MAJOR_T_NONE) { in load_boot_driver() 798 major_t major = DDI_MAJOR_T_NONE; in load_parent_drivers() 807 major = DDI_MAJOR_T_NONE; in load_parent_drivers() 809 if (major != DDI_MAJOR_T_NONE) in load_parent_drivers() 986 if ((major = ddi_name_to_major(drv)) == DDI_MAJOR_T_NONE) { in load_boot_platform_modules() 995 if ((major = ddi_name_to_major(drvname)) == DDI_MAJOR_T_NONE) in load_boot_platform_modules()
|
H A D | autoconf.c | 95 (void) i_ddi_load_drvconf(DDI_MAJOR_T_NONE); in setup_ddi() 141 if ((major = ddi_name_to_major("rootnex")) == DDI_MAJOR_T_NONE) in impl_create_root_class() 385 ASSERT(major != DDI_MAJOR_T_NONE); in create_devinfo_tree()
|
H A D | devcfg.c | 282 devi->devi_major = DDI_MAJOR_T_NONE; /* unbound by default */ in i_ddi_alloc_node() 779 major_t major = DDI_MAJOR_T_NONE; in bind_node() 797 if (major == DDI_MAJOR_T_NONE) in bind_node() 830 ASSERT(DEVI(dip)->devi_major != DDI_MAJOR_T_NONE); in unbind_node() 841 DEVI(dip)->devi_major = DDI_MAJOR_T_NONE; in unbind_node() 2218 if (major == DDI_MAJOR_T_NONE) in find_sibling() 2564 if (major == DDI_MAJOR_T_NONE) { in i_ddi_load_drvconf() 2713 ASSERT(major != DDI_MAJOR_T_NONE); in ndi_merge_wildcard_node() 2772 major_t major = DDI_MAJOR_T_NONE; in ddi_compatible_driver_major() 2834 return (DDI_MAJOR_T_NONE); in ddi_compatible_driver_major() [all …]
|
H A D | modsubr.c | 77 return (major != DDI_MAJOR_T_NONE && in major_valid() 177 if ((major = mod_name_to_major(name)) == DDI_MAJOR_T_NONE) in mod_hold_dev_by_devi() 189 if ((major = mod_name_to_major(name)) == DDI_MAJOR_T_NONE) in mod_rele_dev_by_devi() 642 return (DDI_MAJOR_T_NONE); in mod_name_to_major() 1014 if ((match_major != DDI_MAJOR_T_NONE) && in hwc_spec_add()
|
H A D | modsysfile.c | 2159 major = DDI_MAJOR_T_NONE; in make_aliases() 2186 if (major == DDI_MAJOR_T_NONE) { in make_aliases() 2236 major = DDI_MAJOR_T_NONE; in make_aliases() 2906 if (pl->par_major != DDI_MAJOR_T_NONE) in impl_parlist_to_major() 2918 ASSERT(major != DDI_MAJOR_T_NONE); in impl_parlist_to_major() 3127 major_t major = DDI_MAJOR_T_NONE; in get_major() 3133 if (major != DDI_MAJOR_T_NONE) in get_major() 3174 if (maj == DDI_MAJOR_T_NONE) { in add_spec() 3187 maj = DDI_MAJOR_T_NONE; in add_spec() 3215 if (maj == DDI_MAJOR_T_NONE) { in add_spec()
|
H A D | instance.c | 612 ASSERT(major != DDI_MAJOR_T_NONE); in e_ddi_assign_instance() 711 ASSERT(major != DDI_MAJOR_T_NONE); in in_next_instance_block() 799 ASSERT(major != DDI_MAJOR_T_NONE); in e_ddi_free_instance() 1305 if ((major = ddi_name_to_major(name)) == DDI_MAJOR_T_NONE) in in_inuse() 1327 if (major == DDI_MAJOR_T_NONE) { in in_hashdrv()
|
H A D | modctl.c | 810 (void) i_ddi_load_drvconf(DDI_MAJOR_T_NONE); in modctl_load_drvconf() 819 if (major != DDI_MAJOR_T_NONE) { in modctl_load_drvconf() 835 (void) i_ddi_load_drvconf(DDI_MAJOR_T_NONE); in modctl_load_drvconf() 931 if ((major = mod_name_to_major(name)) == DDI_MAJOR_T_NONE) in modctl_getmaj() 1836 if (major != DDI_MAJOR_T_NONE) { in process_minorperm() 1858 if (minmaj != DDI_MAJOR_T_NONE) { in process_minorperm() 3677 if (major == DDI_MAJOR_T_NONE) in detach_driver() 4569 ASSERT(major != DDI_MAJOR_T_NONE); in dev_alias_minorperm() 4663 if (major == DDI_MAJOR_T_NONE) { in dev_minorperm() 4672 ASSERT(major != DDI_MAJOR_T_NONE); in dev_minorperm()
|
H A D | subr.c | 130 ret = DDI_MAJOR_T_NONE; in getudev()
|
H A D | devid_cache.c | 420 if (hint_major != DDI_MAJOR_T_NONE) { in e_ddi_devid_hold_installed_driver() 444 if (major != DDI_MAJOR_T_NONE && major != hint_major) { in e_ddi_devid_hold_installed_driver()
|
H A D | sunpm.c | 504 #define PM_IS_NEXUS(dip) ((PM_MAJOR(dip) == DDI_MAJOR_T_NONE) ? 0 : \ 7224 if (major == DDI_MAJOR_T_NONE) { in pm_record_invol_path() 7690 DDI_MAJOR_T_NONE); in pm_cfb_setup() 7706 PMC_NO_INVOL, 1, 0, 0, DDI_MAJOR_T_NONE); in pm_cfb_setup() 8110 if ((maj = path_to_major(path)) == DDI_MAJOR_T_NONE) { in i_path_to_major() 8152 ASSERT(major != DDI_MAJOR_T_NONE); in i_pm_driver_removed() 8233 major_t locked = DDI_MAJOR_T_NONE; in adjust_ancestors() 8259 if (locked != DDI_MAJOR_T_NONE) in adjust_ancestors()
|
H A D | modconf.c | 563 if ((major = ddi_name_to_major(modname)) == DDI_MAJOR_T_NONE) { in mod_installdrv()
|
H A D | driver_lyr.c | 3500 if (major == DDI_MAJOR_T_NONE) { in ldi_ev_notify() 3663 if (major == DDI_MAJOR_T_NONE) { in ldi_ev_finalize()
|
/titanic_44/usr/src/uts/common/crypto/core/ |
H A D | kcf.c | 131 != DDI_MAJOR_T_NONE) { in kcf_get_modctl()
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | ddipropdefs.h | 287 #define DDI_MAJOR_T_NONE ((major_t)-1) macro
|
/titanic_44/usr/src/uts/i86pc/io/pciex/ |
H A D | npe_misc.c | 337 if (ddi_driver_major(cdip) != DDI_MAJOR_T_NONE) in npe_save_htconfig_children()
|
/titanic_44/usr/src/uts/common/io/ |
H A D | ptms_conf.c | 316 major_t maj = DDI_MAJOR_T_NONE; in ptms_slave_attached()
|
H A D | consconfig_dacf.c | 1663 ASSERT(major != DDI_MAJOR_T_NONE); in kb_ms_config() 1744 ASSERT(major != DDI_MAJOR_T_NONE); in kb_ms_unconfig()
|
H A D | devinfo.c | 1231 if (dk1->dk_major != DDI_MAJOR_T_NONE && in di_dkey_cmp() 1232 dk2->dk_major != DDI_MAJOR_T_NONE) { in di_dkey_cmp() 2415 me->dev_major = DDI_MAJOR_T_NONE; in i_lnode_walker() 2416 me->dev_minor = DDI_MAJOR_T_NONE; in i_lnode_walker()
|
H A D | openprom.c | 825 if (maj == DDI_MAJOR_T_NONE) { in opromioctl_cb()
|
/titanic_44/usr/src/uts/common/fs/devfs/ |
H A D | devfs_vfsops.c | 163 if ((dev = getudev()) == DDI_MAJOR_T_NONE) { in devfsinit()
|
H A D | devfs_subr.c | 894 if (major == DDI_MAJOR_T_NONE) in dv_clone_mknod()
|
/titanic_44/usr/src/uts/i86pc/io/dr/ |
H A D | dr_quiesce.c | 252 if ((devmajor = ddi_name_to_major(aka)) != DDI_MAJOR_T_NONE) in dr_resolve_devname()
|
/titanic_44/usr/src/uts/i86pc/io/ |
H A D | immu.c | 641 != DDI_MAJOR_T_NONE) { in blacklisted_driver()
|
/titanic_44/usr/src/uts/common/io/pciex/hotplug/ |
H A D | pcie_hp.c | 1162 if ((major == DDI_MAJOR_T_NONE) || !i_ddi_devi_attached(dip)) in pcie_hp_list_occupants()
|
/titanic_44/usr/src/uts/common/io/scsi/impl/ |
H A D | scsi_hba.c | 705 if (ddi_name_to_major(compatible_probe) == DDI_MAJOR_T_NONE) { in scsi_initialize_hba_interface() 712 if (ddi_name_to_major(compatible_probe) == DDI_MAJOR_T_NONE) in scsi_initialize_hba_interface() 716 if (ddi_name_to_major(compatible_nodev) == DDI_MAJOR_T_NONE) { in scsi_initialize_hba_interface() 723 if (ddi_name_to_major(compatible_nodev) == DDI_MAJOR_T_NONE) in scsi_initialize_hba_interface() 4119 if ((major == DDI_MAJOR_T_NONE) || in scsi_hba_ident_nodename_compatible_get() 6271 major = DDI_MAJOR_T_NONE; in scsi_device_config() 6274 if ((major == DDI_MAJOR_T_NONE) && (name == NULL)) in scsi_device_config()
|