Home
last modified time | relevance | path

Searched refs:spectype (Results 1 – 7 of 7) sorted by relevance

/titanic_50/usr/src/cmd/newform/
H A Dnewform.c320 spectype, /* Specification type */ in cnvtspec() local
336 spectype = 0; in cnvtspec()
354 spectype = 11; in cnvtspec()
410 spectype = 12; in cnvtspec()
414 spectype = 13; in cnvtspec()
420 spectype = 1; in cnvtspec()
429 spectype = 2; in cnvtspec()
438 spectype = 3; in cnvtspec()
453 spectype = 4; in cnvtspec()
461 spectype = 5; in cnvtspec()
[all …]
/titanic_50/usr/src/lib/libdevid/
H A Ddeviceid.c90 int spectype; in devid_get_minor_name() local
101 spectype = statb.st_mode & S_IFMT; in devid_get_minor_name()
105 if (modctl(MODSIZEOF_MINORNAME, dev, spectype, &len) != 0) in devid_get_minor_name()
113 if (modctl(MODGETMINORNAME, dev, spectype, len, myminor_name) != 0) { in devid_get_minor_name()
/titanic_50/usr/src/cmd/mdb/common/modules/genunix/
H A Ddevinfo.c2173 char *spectype; in print_minornode() local
2184 case S_IFCHR: spectype = "c"; break; in print_minornode()
2185 case S_IFBLK: spectype = "b"; break; in print_minornode()
2186 default: spectype = "?"; break; in print_minornode()
2190 addr, mdp->ddm_dev, spectype, md_type[MIN(mdp->type, MD_TYPE_MAX)], in print_minornode()
/titanic_50/usr/src/uts/common/os/
H A Dmodctl.c1403 modctl_sizeof_minorname(dev_t dev, int spectype, uint_t *len) in modctl_sizeof_minorname() argument
1409 if (ddi_lyr_get_minor_name(dev, spectype, &name) == DDI_FAILURE) in modctl_sizeof_minorname()
1426 modctl_get_minorname(dev_t dev, int spectype, uint_t len, char *uname) in modctl_get_minorname() argument
1433 if (ddi_lyr_get_minor_name(dev, spectype, &name) == DDI_FAILURE) in modctl_get_minorname()
1455 modctl_devfspath_len(dev_t dev, int spectype, uint_t *len) in modctl_devfspath_len() argument
1462 if (ddi_dev_pathname(dev, spectype, name) == DDI_FAILURE) { in modctl_devfspath_len()
1481 modctl_devfspath(dev_t dev, int spectype, uint_t len, char *uname) in modctl_devfspath() argument
1489 if (ddi_dev_pathname(dev, spectype, name) == DDI_FAILURE) { in modctl_devfspath()
H A Ddevcfg.c3833 int spectype; in resolve_pathname() local
3898 minorname, &devt, &spectype) == DDI_FAILURE) { in resolve_pathname()
3927 spectype = dmn->ddm_spec_type; in resolve_pathname()
3941 spectype = dmn->ddm_spec_type; in resolve_pathname()
3946 spectype = S_IFCHR; in resolve_pathname()
3954 *spectypep = spectype; in resolve_pathname()
4022 int spectype; in i_ddi_prompath_to_devfspath() local
4026 error = resolve_pathname(prompath, &dip, &devt, &spectype); in i_ddi_prompath_to_devfspath()
4037 minor_name = i_ddi_devtspectype_to_minorname(dip, devt, spectype); in i_ddi_prompath_to_devfspath()
/titanic_50/usr/src/cmd/devfsadm/
H A Ddevfsadm_impl.h458 static void getattr(char *devname, char *aminor, int spectype, dev_t dev,
H A Ddevfsadm.c2970 int spectype; in reset_node_permissions() local
3007 spectype = di_minor_spectype(minor); /* block or char */ in reset_node_permissions()
3009 getattr(phy_path, aminor, spectype, dev, &mode, &uid, &gid); in reset_node_permissions()
7135 getattr(char *phy_path, char *aminor, int spectype, dev_t dev, mode_t *mode, in getattr() argument
7247 *mode = spectype | mp->mp_mode; in getattr()
7261 *mode = (spectype | 0600); in getattr()