Home
last modified time | relevance | path

Searched refs:makedevice (Results 1 – 25 of 160) sorted by relevance

1234567

/illumos-gate/usr/src/lib/smbclnt/libfknsmb/common/
H A Dfake_ddi.c81 makedevice(major_t maj, minor_t minor) in makedevice() function
128 return (makedevice((dev32 >> L_BITSMINOR32) & L_MAXMAJ32, in expldev()
/illumos-gate/usr/src/uts/common/sys/
H A Dddi.h108 #undef makedevice
117 extern dev_t makedevice(major_t, minor_t);
H A Dsysmacros.h160 #define makedevice(x, y) (dev_t)(((dev_t)(x) << L_BITSMINOR) | ((y) & L_MAXMIN)) macro
201 makedevice(((x) >> L_BITSMINOR32) & L_MAXMAJ32, (x) & L_MAXMIN32))
/illumos-gate/usr/src/uts/i86pc/io/
H A Dimmu.c383 makedevice(ddi_name_to_major("rootnex"), 0), in get_conf_str()
512 makedevice(ddi_name_to_major("rootnex"), 0), root_devinfo, in get_conf_tunables()
591 makedevice(ddi_name_to_major("rootnex"), 0), root_devinfo, in mapping_list_setup()
600 makedevice(ddi_name_to_major("rootnex"), 0), root_devinfo, in mapping_list_setup()
609 makedevice(ddi_name_to_major("rootnex"), 0), root_devinfo, in mapping_list_setup()
618 makedevice(ddi_name_to_major("rootnex"), 0), root_devinfo, in mapping_list_setup()
750 makedevice(ddi_name_to_major("rootnex"), 0), root_devinfo, in blacklist_setup()
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_dev.c330 nsmb_dev_tcp = makedevice(tmaj, 0); in nsmb_attach()
335 nsmb_dev_tcp6 = makedevice(tmaj, 0); in nsmb_attach()
490 *dev = makedevice(nsmb_major, m); in nsmb_open()
H A Dnsmb_ext.mapfile85 makedevice { FLAGS = EXTERN };
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_init.c270 clone = makedevice(getmajor(*devp), mi); in smb_drv_open_ctl()
297 *devp = makedevice(getmajor(*devp), mi); in smb_drv_open_lib()
/illumos-gate/usr/src/uts/common/fs/dev/
H A Dsdev_vfsops.c314 devdev = makedevice(devmajor, devminor); in sdev_mount()
328 devdev = makedevice(devmajor, devminor); in sdev_mount()
H A Dsdev_vtops.c177 vap->va_rdev = makedevice(maj, min); in devvt_create_rvp()
260 vap->va_rdev = makedevice(maj, min); in devvt_create_snode()
/illumos-gate/usr/src/uts/common/fs/objfs/
H A Dobjfs_vfs.c181 dev = makedevice(objfs_major, in objfs_mount()
/illumos-gate/usr/src/uts/common/fs/sharefs/
H A Dsharefs_vfsops.c207 dev = makedevice(sharefs_major, in sharefs_mount()
/illumos-gate/usr/src/uts/common/io/audio/impl/
H A Daudio_ddi.c182 *devp = makedevice(c->c_major, c->c_minor); in audio_open()
241 *devp = makedevice(c->c_major, c->c_minor); in audio_stropen()
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c509 legacy->ml_dev = makedevice(softmac->smac_umajor, in softmac_m_getcapab()
591 makedevice(softmac->smac_umajor, softmac->smac_uppa + 1), in softmac_create_datalink()
704 dev = makedevice(ddi_name_to_major("clone"), softmac->smac_umajor); in softmac_mac_register()
1167 makedevice(softmac->smac_umajor, softmac->smac_uppa + 1), in softmac_mac_recreate()
/illumos-gate/usr/src/uts/common/io/
H A Dsad.c246 *devp = makedevice(getemajor(*devp), i + 2); in sadopen()
433 dev = makedevice(sap->sap_major, sap->sap_minor); in apush_iocdata()
H A Dclone.c215 newdev = makedevice(emaj, 0); /* create new style device number */ in clnopen()
H A Dconsconfig_dacf.c1664 dev = makedevice(major, minor); in kb_ms_config()
1745 dev = makedevice(major, minor); in kb_ms_unconfig()
1827 dev = makedevice(major, minor); in consconfig_link()
1862 dev = makedevice(major, minor); in consconfig_unlink()
H A Dsysmsg.c710 sysmsg_dev = makedevice(ddi_driver_major(sysm_dip), SYS_SYSMIN); in checkarg()
711 msglog_dev = makedevice(ddi_driver_major(sysm_dip), SYS_MSGMIN); in checkarg()
H A Dlog.c129 *devp = makedevice(getmajor(*devp), lp->log_minor); in log_open()
H A Dl_strplumb.c62 vp = makespecvp(makedevice(maj, min), VCHR); in kstr_open()
/illumos-gate/usr/src/uts/common/fs/fd/
H A Dfdops.c355 vp->v_rdev = makedevice(fdrmaj, n); in fdget()
401 vfsp->vfs_dev = makedevice(fdfsmaj, fdfsmin); in fdmount()
/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_drv_test.c65 *devp = makedevice(getmajor(*devp), minor); in vdt_open()
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_helper_stream.c148 *devp = makedevice(maj, (ulong_t)(ip_minfop->ip_minfo_dev)); in ip_helper_stream_setup()
/illumos-gate/usr/src/uts/common/fs/mntfs/
H A Dmntvfsops.c228 vfsp->vfs_dev = makedevice(mnt_major, mnt_minor); in mntmount()
/illumos-gate/usr/src/uts/common/os/
H A Dsubr.c180 return (makedevice((dev32 >> L_BITSMINOR32) & L_MAXMAJ32, in expldev()
/illumos-gate/usr/src/uts/common/fs/proc/
H A Dprvfsops.c238 vfsp->vfs_dev = makedevice(procfs_major, procfs_minor); in prmount()

1234567