Searched refs:prop (Results 101 - 125 of 129) sorted by relevance

123456

/osnet-11/usr/src/lib/libscf/inc/
H A Dlibscf.h820 int scf_tmpl_prop_cardinality(const scf_prop_tmpl_t *prop, uint64_t *,
834 int scf_tmpl_value_name_constraints(const scf_prop_tmpl_t *prop,
846 int scf_tmpl_value_name_choices(const scf_prop_tmpl_t *prop,
H A Dlibscf_priv.h335 scf_property_t *prop; member in struct:scf_walkinfo
/osnet-11/usr/src/lib/brand/shared/zone/
H A Dcommon.ksh566 typeset prop
567 for prop in canmount=noauto mountpoint=legacy; do
568 zfs_set "$prop" ds || return 1
2371 typeset prop
2373 for prop in mountpoint canmount; do
2374 if [[ "${dss.props[$prop].source}" == \
2376 zfs_set $prop="${dss.props[$prop].value}" \
2460 typeset prop src val
2464 | while IFS=$tab read prop sr
[all...]
/osnet-11/usr/src/lib/libnetcfg/common/
H A Dlibnetcfg_files.c556 * id1=str1;id2=str2;... [prop=type,val1[,val2...];...]
561 char *id, *nextid = NULL, *prop = NULL, *nextprop = NULL; local
574 if ((id = netcfg_tokenize_by_unescaped_delim(line, '\t', &prop))
586 while ((prop = netcfg_tokenize_by_unescaped_delim(prop,
588 if ((retval = netcfg_parse_ntv(prop, nvl)) != NETCFG_SUCCESS)
590 prop = nextprop;
780 * If _DB_ALLPROPS is specified, add the prop nvlist of
877 * idstr [prop=type,val1[,val2...];...]
901 /* write the property name and type: prop
[all...]
/osnet-11/usr/src/lib/fm/topo/libtopo/common/
H A Dtopo_prop.c526 * Replace existing prop value with new one
763 topo_prop_setprop(tnode_t *node, const char *pgname, nvlist_t *prop, argument
773 if (nvlist_lookup_string(prop, TOPO_PROP_VAL_NAME, &name) != 0) {
777 if (nvlist_lookup_uint32(prop, TOPO_PROP_VAL_TYPE, (uint32_t *)&type)
788 * Set by method or set to new prop value. If we fail, leave
832 if ((ret = topo_hdl_nvdup(thp, prop, &nvl)) != 0)
894 * where we specify a prop method in an xml map to override the value
1082 * Check if the requested property group and prop val are already set
1089 * Check if the requested property group and prop val exists on the
1358 nvlist_t *args, nvlist_t **prop, in
1357 topo_prop_getprop(tnode_t *node, const char *pgname, const char *pname, nvlist_t *args, nvlist_t **prop, int *err) argument
[all...]
/osnet-11/usr/src/lib/libprtdiag/common/
H A Ddisplay_sun4v.c684 * if compatible prop is not found, name will be
1332 char *prop; local
1348 prop = (char *)args;
1349 if (!prop) {
1365 if (picl_get_propval_by_name(nodeh, prop, &current_val,
1561 char *prop = (char *)args; local
1572 prop = (char *)args;
1573 if (!prop) {
1589 if (picl_get_propval_by_name(nodeh, prop, &current_val,
2210 * If it's a table prop, th
[all...]
/osnet-11/usr/src/lib/fm/topo/modules/common/bay/common/
H A Dbay_fac.c251 "%s: no indicator mode prop\n", f);
483 const char *prop, int s_units, int s_type)
509 nvlist_add_string(nvl, "propname", prop) != 0) {
482 bay_add_sensor(topo_mod_t *mod, tnode_t *pnode, const char *name, const char *prop, int s_units, int s_type) argument
/osnet-11/usr/src/lib/libsasl/
H A DMakefile28 HDRS= sasl.h saslplug.h saslutil.h prop.h
/osnet-11/usr/src/lib/libsasl/include/
H A Dsasl.h131 #include <sasl/prop.h>
1213 * Use functions in prop.h to access content
/osnet-11/usr/src/lib/efcode/engine/
H A Dpackage.c522 prop_t *prop; local
524 prop = lookup_package_property(env, "name", d);
525 if (prop == NULL) {
528 name = (char *)prop->data;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/
H A Dmktables1099 for my $prop (sort { $a->[0] <=> $b->[0] } @PropInfo)
1101 my ($first, $last, $name) = @$prop;
1248 my $prop = shift;
1250 print $FH qq/Error('\\p{$prop}');\n/;
1251 print $FH qq/Error('\\P{$prop}');\n/;
1668 for my $prop (sort { $a->[0] <=> $b->[0] } @{$CaseInfo{$case}}) {
1669 my ($ix, $code, $to) = @$prop;
/osnet-11/usr/src/lib/libdladm/common/
H A Dlibdlmgmt.c368 /* get LINKOVER property, this is a must prop */
428 /* get LINKOVER property, this is a must prop */
942 char *prop, links[MAXLINKNAMELEN]; local
955 prop = FPORTS;
958 prop = FSIMNETPEER;
963 prop = FLINKOVER;
970 if (dladm_get_conf_field(handle, conf, prop, links, sizeof (links))
/osnet-11/usr/src/lib/libzonestat/common/
H A Dlibzonestat.c3415 zs_resource_property_supported(zs_resource_property_t prop) argument
3418 switch (prop) {
3434 zs_resource_property(zs_usage_t uin, zs_resource_property_t prop) argument
3439 switch (prop) {
4415 zs_zone_property_supported(zs_zone_property_t prop) argument
4417 switch (prop) {
4437 zs_zone_property(zs_zone_t zin, zs_zone_property_t prop) argument
4442 switch (prop) {
4834 zs_pset_property_supported(zs_pset_property_t prop) argument
4836 switch (prop) {
4876 zs_pset_property(zs_pset_t pin, zs_pset_property_t prop) argument
5104 zs_pset_zone_property_supported(zs_pz_property_t prop) argument
5120 zs_pset_zone_property(zs_pset_zone_t pzin, zs_pz_property_t prop) argument
5428 zs_link_property(zs_datalink_t linkin, zs_datalink_property_t prop) argument
5572 zs_link_zone_property(zs_link_zone_t link_zonein, zs_lz_property_t prop) argument
[all...]
/osnet-11/usr/src/lib/libzonecfg/common/
H A Dlibzonecfg.c834 const xmlChar *prop, char **propval)
841 if (brand_get_fixed_prop(bh, res, (char *)prop, propval) != 0) {
867 fetch_alloc_prop(zone_dochandle_t handle, xmlNodePtr cur, const xmlChar *prop, argument
875 err = fetch_xml_prop(cur, prop, &val);
883 if (!(res == NULL && xmlStrcmp(prop, DTD_ATTR_BRAND) == 0) &&
884 (err = can_set_prop(handle, res, (char *)prop, val)) != Z_OK) {
897 return (fetch_xml_prop(cur, prop, dst));
900 return (fetchfixedprop(handle, res, prop, dst));
908 return (fetch_xml_prop(cur, prop, dst));
1766 xmlAttrPtr prop; local
833 fetchfixedprop(zone_dochandle_t handle, const char *res, const xmlChar *prop, char **propval) argument
5459 scf_simple_prop_t *prop; local
6386 scf_simple_prop_t *prop; local
10430 xmlAttrPtr prop; local
[all...]
/osnet-11/usr/src/lib/libslp/javalib/com/sun/slp/
H A DAuthBlock.java261 * Returns the list of SPIs configured with this 'prop', or null
264 static LinkedList getSPIList(String prop) { argument
265 String spiProp = System.getProperty(prop);
/osnet-11/usr/src/lib/fm/libldom/sparc/
H A Dldom.c208 get_local_md_prop_value(ldom_hdl_t *lhp, char *node, char *prop, uint64_t *val) argument
227 md_get_prop_val(mdp, listp[0], prop, val) >= 0) {
356 * Search for an iodevice node which has a device-type prop of pciex.
H A Dldmsvcs_utils.c134 scf_simple_prop_t *prop; /* SMF property */ local
135 int64_t *valp; /* prop value ptr */
136 int64_t val; /* prop value to return */
139 if ((prop = scf_simple_prop_get(NULL, LDM_SVC_NM, LDM_PROP_GROUP_NM,
141 if ((valp = scf_simple_prop_next_integer(prop)) != NULL) {
148 scf_simple_prop_free(prop);
/osnet-11/usr/src/lib/libpcp/common/
H A Dlibpcp.c76 static int pcp_get_prop(int channel_fd, int prop, unsigned int *val);
534 * int prop - property id.
543 pcp_get_prop(int channel_fd, int prop, unsigned int *val) argument
549 channel_op.opt_sel = prop;
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/
H A Dregexec.c1926 SV *prop = sv_newmortal();
1932 regprop(prop, c);
1934 pv_uni_display(dsv0, (U8*)SvPVX(prop), SvCUR(prop), 60,
1936 SvPVX(prop);
1937 len0 = UTF ? SvCUR(dsv0) : SvCUR(prop);
2284 SV *prop = sv_newmortal();
2310 regprop(prop, scan);
2344 SvPVX(prop));
4240 SV *prop
[all...]
/osnet-11/usr/src/lib/libzfs/common/
H A Dlibzfs_mount.c901 /* Any share prop will do -- it is just to gather the right FSs */
1292 zfs_prop_t prop; local
1295 prop = (zfs_is_share(zhp) ? ZFS_PROP_SHARE_MOUNTPOINT :
1298 if ((err = zfs_prop_get(zhp, prop, mountpoint, len, NULL, NULL, 0,
/osnet-11/usr/src/lib/libzoneinfo/common/
H A Dlibzone.c1002 scf_property_t *prop = NULL; local
1012 (prop = scf_property_create(h)) == NULL ||
1043 scf_property_destroy(prop);
/osnet-11/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_list.c1194 di_prop_t prop = DI_PROP_NIL; local
1247 while ((prop = di_prop_next(node, prop))
1250 di_prop_name(prop)) == 0) &&
1251 (di_prop_type(prop) ==
1257 if (prop != DI_PROP_NIL) {
1258 count = di_prop_bytes(prop, &port_wwn_data);
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevfsmap.c108 begin, parent, drvname, drvclass, prop, enumerator in enum:__anon1517
467 state = prop;
477 case prop:
/osnet-11/usr/src/lib/libsasl/lib/
H A Dcanonusr.c55 #include <prop.h>
/osnet-11/usr/src/lib/libpool/common/
H A Dpool_kernel.c2302 const pool_prop_t *prop; local
2304 if ((prop = provider_get_prop(pe, name)) != NULL)
2305 if (prop_is_stored(prop) == PO_FALSE)
2398 const pool_prop_t *prop; local
2464 if ((prop = provider_get_prop(propput->ppu_elem, name)) != NULL) {
2465 if (prop_is_readonly(prop) == PO_TRUE)
3211 const pool_prop_t *prop; local
3213 if ((prop = provider_get_prop(destroy->pdu_elem,
3215 if (prop_is_readonly(prop) == PO_TRUE)

Completed in 191 milliseconds

123456