Home
last modified time | relevance | path

Searched refs:DDI_MAJOR_T_NONE (Results 1 – 25 of 29) sorted by relevance

12

/titanic_41/usr/src/uts/common/os/
H A Dswapgeneric.c782 if ((major = ddi_name_to_major(drv)) == DDI_MAJOR_T_NONE) { in load_boot_driver()
858 major_t major = DDI_MAJOR_T_NONE; in load_parent_drivers()
867 major = DDI_MAJOR_T_NONE; in load_parent_drivers()
869 if (major != DDI_MAJOR_T_NONE) in load_parent_drivers()
1046 if ((major = ddi_name_to_major(drv)) == DDI_MAJOR_T_NONE) { in load_boot_platform_modules()
1055 if ((major = ddi_name_to_major(drvname)) == DDI_MAJOR_T_NONE) in load_boot_platform_modules()
H A Dautoconf.c95 (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 Ddevcfg.c282 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 Dmodsubr.c77 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 Dmodsysfile.c2162 major = DDI_MAJOR_T_NONE; in make_aliases()
2189 if (major == DDI_MAJOR_T_NONE) { in make_aliases()
2239 major = DDI_MAJOR_T_NONE; in make_aliases()
2909 if (pl->par_major != DDI_MAJOR_T_NONE) in impl_parlist_to_major()
2921 ASSERT(major != DDI_MAJOR_T_NONE); in impl_parlist_to_major()
3130 major_t major = DDI_MAJOR_T_NONE; in get_major()
3136 if (major != DDI_MAJOR_T_NONE) in get_major()
3177 if (maj == DDI_MAJOR_T_NONE) { in add_spec()
3190 maj = DDI_MAJOR_T_NONE; in add_spec()
3218 if (maj == DDI_MAJOR_T_NONE) { in add_spec()
H A Dinstance.c612 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 Dmodctl.c810 (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 Dsubr.c130 ret = DDI_MAJOR_T_NONE; in getudev()
H A Ddevid_cache.c421 if (hint_major != DDI_MAJOR_T_NONE) { in e_ddi_devid_hold_installed_driver()
445 if (major != DDI_MAJOR_T_NONE && major != hint_major) { in e_ddi_devid_hold_installed_driver()
H A Dsunpm.c504 #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 Dmodconf.c563 if ((major = ddi_name_to_major(modname)) == DDI_MAJOR_T_NONE) { in mod_installdrv()
H A Ddriver_lyr.c3500 if (major == DDI_MAJOR_T_NONE) { in ldi_ev_notify()
3663 if (major == DDI_MAJOR_T_NONE) { in ldi_ev_finalize()
/titanic_41/usr/src/uts/common/crypto/core/
H A Dkcf.c131 != DDI_MAJOR_T_NONE) { in kcf_get_modctl()
/titanic_41/usr/src/uts/common/sys/
H A Dddipropdefs.h287 #define DDI_MAJOR_T_NONE ((major_t)-1) macro
/titanic_41/usr/src/uts/i86pc/io/pciex/
H A Dnpe_misc.c337 if (ddi_driver_major(cdip) != DDI_MAJOR_T_NONE) in npe_save_htconfig_children()
/titanic_41/usr/src/uts/common/fs/devfs/
H A Ddevfs_vfsops.c163 if ((dev = getudev()) == DDI_MAJOR_T_NONE) { in devfsinit()
H A Ddevfs_subr.c894 if (major == DDI_MAJOR_T_NONE) in dv_clone_mknod()
/titanic_41/usr/src/uts/common/io/
H A Dptms_conf.c316 major_t maj = DDI_MAJOR_T_NONE; in ptms_slave_attached()
H A Dconsconfig_dacf.c1663 ASSERT(major != DDI_MAJOR_T_NONE); in kb_ms_config()
1744 ASSERT(major != DDI_MAJOR_T_NONE); in kb_ms_unconfig()
H A Ddevinfo.c1231 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 Dopenprom.c825 if (maj == DDI_MAJOR_T_NONE) { in opromioctl_cb()
/titanic_41/usr/src/uts/i86pc/io/dr/
H A Ddr_quiesce.c252 if ((devmajor = ddi_name_to_major(aka)) != DDI_MAJOR_T_NONE) in dr_resolve_devname()
/titanic_41/usr/src/uts/i86pc/io/
H A Dimmu.c641 != DDI_MAJOR_T_NONE) { in blacklisted_driver()
/titanic_41/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c1162 if ((major == DDI_MAJOR_T_NONE) || !i_ddi_devi_attached(dip)) in pcie_hp_list_occupants()
/titanic_41/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c705 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()

12