Home
last modified time | relevance | path

Searched refs:major (Results 1 – 25 of 389) sorted by last modified time

12345678910>>...16

/illumos-gate/usr/src/uts/intel/io/vmm/
H A Dvmm_sol_dev.c2175 const major_t major = getmajor(dev); in vmm_drv_hold() local
2179 if (vmmdev_dip == NULL || major != ddi_driver_major(vmmdev_dip)) { in vmm_drv_hold()
/illumos-gate/usr/src/data/terminfo/
H A Dterminfo.src129 # The file is divided up into major sections (headed by lines beginning with
6099 # bought out by Acer, a major Taiwanese manufacturer of PC-clones.
7709 # There are at least two major families of ROM, "early" and
7710 # A49B1/A49C1; the major difference seems to be that the latter ROMs
13575 # major characteristics.
15286 # higher speeds. The major improvements in this model are the terminal now
19132 # The major problem with the Z29 is that it requires more padding than the Z19.
21225 # Major version number bumps correspond to major version changes in ncurses.
H A Dtermcap.src129 # The file is divided up into major sections (headed by lines beginning with
5380 # bought out by Acer, a major Taiwanese manufacturer of PC-clones.
6880 # There are at least two major families of ROM, "early" and
6881 # A49B1/A49C1; the major difference seems to be that the latter ROMs
12036 # major characteristics.
13586 # higher speeds. The major improvements in this model are the terminal now
17045 # The major problem with the Z29 is that it requires more padding than the Z19.
19007 # Major version number bumps correspond to major version changes in ncurses.
/illumos-gate/usr/src/cmd/zfs/
H A Dzfs_main.c6707 if (entry.mnt_major == major(statbuf.st_dev) && in unshare_unmount_path()
/illumos-gate/usr/src/cmd/fuser/
H A Dfuser.c227 i_get_dev_path(f_user_t *f_user, char *drv_name, int major, di_node_t *di_root) in i_get_dev_path() argument
256 dev = makedev(major, f_user->fu_minor); in i_get_dev_path()
297 int major = -1; in report_kernel() local
318 modinfo.mi_name, strlen(modinfo.mi_name) + 1, &major) < 0) { in report_kernel()
323 path = i_get_dev_path(f_user, modinfo.mi_name, major, di_root); in report_kernel()
343 modinfo.mi_name, major, f_user->fu_minor); in report_kernel()
362 modinfo.mi_name, major, f_user->fu_minor, path); in report_kernel()
/illumos-gate/usr/src/cmd/devfsadm/
H A Ddevfsadm.c438 update_drvconf(major_t major, int flags) in update_drvconf() argument
442 major); in update_drvconf()
642 mc.major = atoi(optarg); in parse_args()
5926 oldmajor = major(old_dev); in translate_major()
5970 major(old_dev), minor(old_dev), in translate_major()
5971 major(*new_dev), minor(*new_dev)); in translate_major()
5983 get_major_no(char *driver, major_t *major) in get_major_no() argument
5989 *major = ptr->major; in get_major_no()
6008 major_t major; in load_n2m_table() local
6031 ptr->major = major; in load_n2m_table()
[all …]
/illumos-gate/usr/src/boot/efi/include/IndustryStandard/
H A DTpm12.h417 UINT8 major; member
427 TPM_VERSION_BYTE major; member
688 UINT8 major; member
/illumos-gate/usr/src/uts/common/os/
H A Dmodconf.c549 major_t major; in mod_installdrv() local
601 dnp = &devnamesp[major]; in mod_installdrv()
603 dp = devopsp[major]; in mod_installdrv()
621 devopsp[major] = ops; /* setup devopsp */ in mod_installdrv()
624 flag = CBFLAG(major); in mod_installdrv()
627 cdp = &devimpl[major]; in mod_installdrv()
650 major_t major; in mod_removedrv() local
675 dnp = &(devnamesp[major]); in mod_removedrv()
678 dp = devopsp[major]; in mod_removedrv()
701 cdp = &devimpl[major]; in mod_removedrv()
[all …]
/illumos-gate/usr/src/uts/common/nfs/
H A Dnfs4_kprot.h286 uint64_t major; member
H A Dnfs4_attr.h318 ((a)->major == (b)->major && (a)->minor == (b)->minor)
/illumos-gate/usr/src/uts/common/fs/nfs/
H A Dnfs4x_xdr.c2731 if (!xdr_uint64_t(xdrs, &objp->major)) in xdr_fsid4()
H A Dnfs4_xdr.c253 uint32_t major, minor; in xdr_knetconfig() local
282 major = (objp->knc_rdev >> NBITSMINOR32) & MAXMAJ32; in xdr_knetconfig()
284 dev64 = (((unsigned long long)major) << NBITSMINOR64) | minor; in xdr_knetconfig()
297 major = (dev64 >> NBITSMINOR64) & L_MAXMAJ32; in xdr_knetconfig()
299 objp->knc_rdev = (major << L_BITSMINOR32) | minor; in xdr_knetconfig()
751 if (!xdr_u_longlong_t(xdrs, (u_longlong_t *)&objp->major)) in xdr_fattr4_fsid()
1047 (u_longlong_t *)&garp->n4g_fsid.major)) || in xdr_ga_fattr_res()
1708 IXDR_GET_U_HYPER(ptr, garp->n4g_fsid.major); in xdr_ga_fattr_res_inline()
H A Dnfs4_srv_attr.c669 int *pmaj = (int *)&na->fsid.major; in rfs4_fattr4_fsid()
682 na->fsid.major = 1; in rfs4_fattr4_fsid()
689 na->fsid.major = getmajor(sarg->vap->va_fsid); in rfs4_fattr4_fsid()
698 if (na->fsid.major != 1 || in rfs4_fattr4_fsid()
707 if (na->fsid.major != getmajor(sarg->vap->va_fsid) || in rfs4_fattr4_fsid()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_pool.c2850 (maj = major(st.st_rdev)) != (major_t)NODEV && in zpool_relabel_disk()
/illumos-gate/usr/src/head/rpcsvc/
H A Dnfs4_prot.x301 uint64_t major; member
/illumos-gate/usr/src/data/zoneinfo/
H A Dsouthamerica110 # one of the major newspapers here in Argentina said that the 1999
217 # These media articles from a major newspaper mostly cover the current state:
334 # There's also a note in only one of the major national papers ...
H A Dnorthamerica155 # wire service teletype machine, which had prescribed signals for major news.
H A Deurope143 # one for local time and one for GMT). The last major holdout was the legal
H A Dasia1415 # This is from Kayhan newspaper, one of the major Iranian newspapers, from
1436 # This is from the major Iranian newspaper Ettela'at, dated [1978-08-03]...,
/illumos-gate/usr/src/cmd/oawk/
H A DREADME77 awk.h on each successive compile, and major recompilation
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_nfs4.c4108 val.major, val.minor); in prt_fsid()
H A Dnfs4_xdr.c283 if (!xdr_uint64_t(xdrs, &objp->major)) in xdr_fsid4()
/illumos-gate/usr/src/cmd/bnu/
H A Dcntrl.c1719 sprintf(buf, "%s %d %d 2>&1", V7USTAT, major(dev), minor(dev));
/illumos-gate/usr/src/uts/common/c2/
H A Daudit_event.c3585 (major_t)STRUCT_FGET(mc, major))) != NULL && in aus_modctl()
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c146 *majordev = major(sbuf.st_rdev); in passthru_otherdev_ioctl()
153 if (major(sbuf.st_rdev) == *majordev) in passthru_otherdev_ioctl()

12345678910>>...16