Home
last modified time | relevance | path

Searched refs:proptype (Results 1 – 17 of 17) sorted by relevance

/illumos-gate/usr/src/lib/fm/topo/maps/SMCI,SSG-2029P-ACR24L/
H A DSSG-2029P-ACR24L-disk-hc-topology.xmlgenksh32 proptype='uint32' mutable='1'>
41 proptype='uint32' mutable='1'>
50 proptype='uint32' mutable='1'>
89 proptype='uint32' mutable='1'>
98 proptype='uint32' mutable='1'>
/illumos-gate/usr/src/lib/fm/topo/maps/Joyent,Joyent-Compute-Platform-1101/
H A DJoyent-Compute-Platform-1101-disk-hc-topology.xmlgenksh45 proptype='uint32' mutable='1'>
54 proptype='uint32' mutable='1'>
63 proptype='uint32' mutable='1'>
/illumos-gate/usr/src/lib/fm/topo/maps/SMCI,SSG-2028R-ACR24L/
H A DSSG-2028R-ACR24L-disk-hc-topology.xmlgenksh50 proptype='uint32' mutable='1'>
59 proptype='uint32' mutable='1'>
68 proptype='uint32' mutable='1'>
/illumos-gate/usr/src/cmd/acctadm/
H A Daconf.c55 int proptype; member
343 p->propname, p->proptype) == -1) in aconf_save()
532 aconf_prop(const char *propname, int proptype) in aconf_prop() argument
552 p->proptype = proptype; in aconf_prop()
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_files.c161 nwam_value_type_t proptype; in nwam_line_to_object() local
188 if ((proptype = nwam_string_to_value_type(proptypestr)) == in nwam_line_to_object()
196 switch (proptype) { in nwam_line_to_object()
227 switch (proptype) { in nwam_line_to_object()
257 switch (proptype) { in nwam_line_to_object()
/illumos-gate/usr/src/cmd/cmd-inet/lib/nwamd/
H A Dutil.c551 scf_type_t proptype) in set_property_value() argument
564 propname, proptype) == -1) { in set_property_value()
569 propname, proptype) == -1) { in set_property_value()
/illumos-gate/usr/src/cmd/picl/plugins/common/devtree/
H A Dpicldevtree.h102 char *proptype; member
H A Dpicldevtree.c2599 triplet->proptype = props; in parse_props_string()
2700 if (strcmp(triple.proptype, "I") != 0) in create_asr_node()
2710 if (strcmp(triple.proptype, "S") != 0) in create_asr_node()
2801 if (strcmp(triple.proptype, "I") == 0) { in create_asr_node()
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/snmp/
H A Dsnmpplugin.h46 int proptype; member
H A Dsnmpplugin.c254 int proptype);
1075 save_volprop(picl_prophdl_t prop, char *oidstr, int row, int proptype) in save_volprop() argument
1102 vol_props[volprop_ndx].proptype = proptype; in save_volprop()
1245 switch (vol_props[ndx].proptype) { in read_volprop()
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y227 %type <ival> entity proptype info_entity modify_entity
494 prop_remove: PCK_UNDEF proptype name
534 prop_assign: proptype name PCK_ASSIGN value
645 proptype: PCT_INT {$$ = PCT_INT;}
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_util.c1272 zprop_type_t proptype; in zprop_parse_value() local
1279 proptype = zpool_prop_get_type(prop); in zprop_parse_value()
1282 proptype = zfs_prop_get_type(prop); in zprop_parse_value()
1292 switch (proptype) { in zprop_parse_value()
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_info.c280 int proptype; in match_compare_property() local
287 proptype = hal_device_property_get_type (d, key); in match_compare_property()
288 switch (proptype) { in match_compare_property()
/illumos-gate/usr/src/lib/libbsm/common/
H A Dau_to.c1273 au_to_xselect(char *propname, char *proptype, char *windata) in au_to_xselect() argument
1283 typelen = strlen(proptype) + 1; in au_to_xselect()
1295 adr_char(&adr, proptype, typelen); in au_to_xselect()
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c864 scf_type_t proptype, scf_value_t *val) in ilbd_scf_set_prop() argument
904 proptype) == -1) { in ilbd_scf_set_prop()
910 if (scf_transaction_property_change(tx, ent, propname, proptype) in ilbd_scf_set_prop()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c2069 const char *pgname, const char *propname, scf_type_t proptype, in ra_set_prop_from_string() argument
2073 scf_type_t oldproptype, newproptype = proptype; in ra_set_prop_from_string()
2098 if (proptype == SCF_TYPE_INVALID) in ra_set_prop_from_string()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dspa.c8099 zprop_type_t proptype; local
8170 proptype = zpool_prop_get_type(prop);
8173 ASSERT(proptype == PROP_TYPE_STRING);
8183 if (proptype == PROP_TYPE_INDEX) {