Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/uts/common/os/
H A Dswapgeneric.c722 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 Dautoconf.c102 (void) i_ddi_load_drvconf(DDI_MAJOR_T_NONE); in setup_ddi()
148 if ((major = ddi_name_to_major("rootnex")) == DDI_MAJOR_T_NONE) in impl_create_root_class()
392 ASSERT(major != DDI_MAJOR_T_NONE); in create_devinfo_tree()
H A Ddevcfg.c807 if (major == DDI_MAJOR_T_NONE) in bind_node()
2292 if (major == DDI_MAJOR_T_NONE) in find_sibling()
2909 return (DDI_MAJOR_T_NONE); in ddi_compatible_driver_major()
3661 if (major == DDI_MAJOR_T_NONE) in e_ddi_walk_driver()
3904 if (maj != DDI_MAJOR_T_NONE) in child_path_to_driver()
6926 return (DDI_MAJOR_T_NONE); in path_to_major()
7313 if (major == DDI_MAJOR_T_NONE) in i_ddi_attach_hw_nodes()
7335 if (major == DDI_MAJOR_T_NONE) in i_ddi_attach_pseudo_node()
7554 major = DDI_MAJOR_T_NONE; in ndi_busop_bus_config()
7594 major = DDI_MAJOR_T_NONE; in ndi_busop_bus_unconfig()
[all …]
H A Dmodsubr.c77 return (major != DDI_MAJOR_T_NONE && major < devcnt); in major_valid()
176 if ((major = mod_name_to_major(name)) == DDI_MAJOR_T_NONE) in mod_hold_dev_by_devi()
188 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.c2191 major = DDI_MAJOR_T_NONE; in parse_aliases()
2218 if (major == DDI_MAJOR_T_NONE) { in parse_aliases()
2268 major = DDI_MAJOR_T_NONE; in parse_aliases()
2952 if (pl->par_major != DDI_MAJOR_T_NONE) in impl_parlist_to_major()
2964 ASSERT(major != DDI_MAJOR_T_NONE); in impl_parlist_to_major()
3175 major_t major = DDI_MAJOR_T_NONE; in get_major()
3181 if (major != DDI_MAJOR_T_NONE) in get_major()
3222 if (maj == DDI_MAJOR_T_NONE) { in add_spec()
3235 maj = DDI_MAJOR_T_NONE; in add_spec()
3263 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.c817 (void) i_ddi_load_drvconf(DDI_MAJOR_T_NONE); in modctl_load_drvconf()
826 if (major != DDI_MAJOR_T_NONE) { in modctl_load_drvconf()
842 (void) i_ddi_load_drvconf(DDI_MAJOR_T_NONE); in modctl_load_drvconf()
938 if ((major = mod_name_to_major(name)) == DDI_MAJOR_T_NONE) in modctl_getmaj()
1842 if (major != DDI_MAJOR_T_NONE) { in process_minorperm()
1864 if (minmaj != DDI_MAJOR_T_NONE) { in process_minorperm()
3690 if (major == DDI_MAJOR_T_NONE) in detach_driver()
4581 ASSERT(major != DDI_MAJOR_T_NONE); in dev_alias_minorperm()
4675 if (major == DDI_MAJOR_T_NONE) { in dev_minorperm()
4684 ASSERT(major != DDI_MAJOR_T_NONE); in dev_minorperm()
H A Dsubr.c134 ret = DDI_MAJOR_T_NONE; in getudev()
H A Ddevid_cache.c422 if (hint_major != DDI_MAJOR_T_NONE) { in e_ddi_devid_hold_installed_driver()
446 if (major != DDI_MAJOR_T_NONE && major != hint_major) { in e_ddi_devid_hold_installed_driver()
H A Dsunpm.c505 #define PM_IS_NEXUS(dip) ((PM_MAJOR(dip) == DDI_MAJOR_T_NONE) ? 0 : \
7215 if (major == DDI_MAJOR_T_NONE) { in pm_record_invol_path()
7681 DDI_MAJOR_T_NONE); in pm_cfb_setup()
7697 PMC_NO_INVOL, 1, 0, 0, DDI_MAJOR_T_NONE); in pm_cfb_setup()
8101 if ((maj = path_to_major(path)) == DDI_MAJOR_T_NONE) { in i_path_to_major()
8143 ASSERT(major != DDI_MAJOR_T_NONE); in i_pm_driver_removed()
8224 major_t locked = DDI_MAJOR_T_NONE; in adjust_ancestors()
8250 if (locked != DDI_MAJOR_T_NONE) in adjust_ancestors()
H A Dmodconf.c568 if ((major = ddi_name_to_major(modname)) == DDI_MAJOR_T_NONE) { in mod_installdrv()
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf.c131 != DDI_MAJOR_T_NONE) { in kcf_get_modctl()
/illumos-gate/usr/src/uts/common/sys/
H A Dddipropdefs.h287 #define DDI_MAJOR_T_NONE ((major_t)-1) macro
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_dev.c327 if (tmaj == DDI_MAJOR_T_NONE) in nsmb_attach()
332 if (tmaj == DDI_MAJOR_T_NONE) in nsmb_attach()
/illumos-gate/usr/src/uts/i86pc/io/pciex/
H A Dnpe_misc.c290 if (ddi_driver_major(cdip) != DDI_MAJOR_T_NONE) in npe_save_htconfig_children()
/illumos-gate/usr/src/uts/common/fs/devfs/
H A Ddevfs_vfsops.c163 if ((dev = getudev()) == DDI_MAJOR_T_NONE) { in devfsinit()
/illumos-gate/usr/src/uts/common/io/
H A Dptms_conf.c323 major_t maj = DDI_MAJOR_T_NONE; in ptms_subsidiary_attached()
H A Dconsconfig_dacf.c1662 ASSERT(major != DDI_MAJOR_T_NONE); in kb_ms_config()
1743 ASSERT(major != DDI_MAJOR_T_NONE); in kb_ms_unconfig()
H A Ddevinfo.c1233 if (dk1->dk_major != DDI_MAJOR_T_NONE && in di_dkey_cmp()
1234 dk2->dk_major != DDI_MAJOR_T_NONE) { in di_dkey_cmp()
2417 me->dev_major = DDI_MAJOR_T_NONE; in i_lnode_walker()
2418 me->dev_minor = DDI_MAJOR_T_NONE; in i_lnode_walker()
H A Dopenprom.c817 if (maj == DDI_MAJOR_T_NONE) { in opromioctl_cb()
/illumos-gate/usr/src/uts/intel/io/viona/
H A Dviona_tx.c128 != DDI_MAJOR_T_NONE) { in viona_tx_copy_needed()
/illumos-gate/usr/src/uts/i86pc/io/dr/
H A Ddr_quiesce.c256 if ((devmajor = ddi_name_to_major(aka)) != DDI_MAJOR_T_NONE) in dr_resolve_devname()
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu.c647 != DDI_MAJOR_T_NONE) { in blacklisted_driver()
/illumos-gate/usr/src/uts/common/io/pciex/hotplug/
H A Dpcie_hp.c1164 if ((major == DDI_MAJOR_T_NONE) || !i_ddi_devi_attached(dip)) in pcie_hp_list_occupants()
/illumos-gate/usr/src/uts/common/io/scsi/impl/
H A Dscsi_hba.c709 if (ddi_name_to_major(compatible_probe) == DDI_MAJOR_T_NONE) { in scsi_initialize_hba_interface()
716 if (ddi_name_to_major(compatible_probe) == DDI_MAJOR_T_NONE) in scsi_initialize_hba_interface()
720 if (ddi_name_to_major(compatible_nodev) == DDI_MAJOR_T_NONE) { in scsi_initialize_hba_interface()
727 if (ddi_name_to_major(compatible_nodev) == DDI_MAJOR_T_NONE) in scsi_initialize_hba_interface()
4124 if ((major == DDI_MAJOR_T_NONE) || in scsi_hba_ident_nodename_compatible_get()
6277 major = DDI_MAJOR_T_NONE; in scsi_device_config()
6280 if ((major == DDI_MAJOR_T_NONE) && (name == NULL)) in scsi_device_config()

12