Home
last modified time | relevance | path

Searched refs:DDM_MINOR (Results 1 – 11 of 11) sorted by relevance

/illumos-gate/usr/src/cmd/hal/hald/solaris/
H A Ddevinfo_acpi.c101 (di_minor_type(minor) != DDM_MINOR) || in devinfo_acpi_add()
H A Ddevinfo_storage.c469 (di_minor_type(minor) != DDM_MINOR) || in devinfo_floppy_add()
644 (di_minor_type(minor) != DDM_MINOR) || in devinfo_lofi_add_major()
845 (di_minor_type(minor) != DDM_MINOR) || in devinfo_storage_minors()
H A Ddevinfo_usb.c447 if (di_minor_type(minor) != DDM_MINOR) { in get_dev_link_path()
/illumos-gate/usr/src/uts/common/sys/
H A Dddi_impldefs.h703 DDM_MINOR = 0, enumerator
/illumos-gate/usr/src/uts/common/os/
H A Ddevid_cache.c767 if ((dmdp->type != DDM_MINOR) || ((minor_all == 0) && in e_devid_minor_to_devlist()
H A Dsunddi.c5653 if (mtype == DDM_MINOR) { in ddi_create_minor_common()
5671 if (mtype == DDM_MINOR) { in ddi_create_minor_common()
5730 node_type, flag, DDM_MINOR, NULL, NULL, 0)); in ddi_create_minor_node()
5739 node_type, flag, DDM_MINOR, rdpriv, wrpriv, priv_mode)); in ddi_create_priv_minor_node()
7516 if (((dmdp->type == DDM_MINOR) || in i_ddi_devtspectype_to_minorname()
7571 if (((dmdp->type != DDM_MINOR) && in i_ddi_minorname_to_devtspectype()
H A Dmodctl.c1339 (dmdp->type != DDM_MINOR)) in modctl_devid2paths()
H A Ddevcfg.c4094 if (dmn && ((dmn->type == DDM_MINOR) || in resolve_pathname()
/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_util.c1890 if (minordata->type == DDM_MINOR) in mac_check_interrupt_binding()
/illumos-gate/usr/src/cmd/prtconf/
H A Dpdevinfo.c1342 case DDM_MINOR: in dump_minor_data_paths()
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c1846 if (minor_type == DDM_MINOR) { in check_minor_type()