Searched defs:values (Results 51 - 61 of 61) sorted by relevance

123

/illumos-gate/usr/src/lib/libslp/clib/
H A Dslp_ami.h82 struct ami_attr_value_set *values; member in struct:ami_attr
586 * AMI function return values
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/nwamcfg/
H A Dnwamcfg.c101 /* delimiter used for list of values */
105 /* the max number of values for an enum used by some properties in libnwam */
2160 /* The most number of values in pde_checkvals below */
2714 /* arrays for values retrieved according to the type of value */
2781 output_propname_common(const char *prop, nwam_value_t values, void *arg, argument
2792 if (values != NULL)
2793 output_prop_val(prop, values, of, B_TRUE);
2800 output_propname(const char *prop, nwam_value_t values, void *arg) argument
2802 return (output_propname_common(prop, values, arg, 16));
2807 output_loc_propname(const char *prop, nwam_value_t values, voi argument
3202 write_export_command(nwam_object_type_t object_type, const char *prop, nwam_value_t values, FILE *of) argument
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/routeadm/
H A Drouteadm.c141 * by it`s start method and converted into appropriate property values.
150 * Lists all properties and values in the routing property group associated
152 * group, displaying all values. See ra_list_props_cb().
156 * Modify property values in the routing property group. If the same
157 * key is used more than once, multiple property values are set for that
182 * the modifications to property values required in routeadm operations.
365 * Structure used in modify operations to tie property name and multiple values
495 * (if present) and transfer values to SMF.
618 * collate all matching keys to set multiple values.
641 * so we can add multiple property values
1924 char **values; local
1941 ra_get_prop_as_string(scf_handle_t *h, scf_instance_t *inst, const char *pgname, const char *propname, boolean_t composed, boolean_t required, scf_type_t *type, int *numvalues, char ***values) argument
2044 ra_free_prop_values(int numvalues, char **values) argument
2077 scf_value_t **values = NULL; local
[all...]
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Dmc-opl.c942 uint32_t values[2], synd[2], dslot[2]; local
1000 values[i] = mc_aflt->mflt_stat[i]->mf_flt_maddr.ma_bank;
1003 values, NULL);
1006 values[i] = mc_aflt->mflt_stat[i]->mf_cntl;
1009 values, NULL);
1012 values[i] = mc_aflt->mflt_stat[i]->mf_err_add;
1017 offset = values[0];
1021 values, NULL);
1024 values[i] = mc_aflt->mflt_stat[i]->mf_err_log;
1027 values, NUL
[all...]
/illumos-gate/usr/src/cmd/svc/svccfg/
H A Dsvccfg_xml.c102 /* Attribute values */
170 "values", /* SC_VALUES */
2004 /* Add the property value to the property's list of values. */
2031 /* Add the values to the property's list. */
2237 /* Add the type to the values of the prop_name property. */
2401 * The common_name and description are stored as property values in pg.
2635 * The values element contains one or more value elements.
2638 lxml_get_tm_values(entity_t *service, pgroup_t *pg, xmlNodePtr values) argument
2645 for (cursor = values->xmlChildrenNode;
2653 (char *)values
[all...]
H A Dsvccfg_tmpl.c63 * that the appropriate constraints or values element has
73 * o Vefiy that property values satisfy the constraints
264 EIT_NONE, /* No values in the structure */
290 uint64_t ei_count; /* Number of prop values */
372 * Structure to keep track of a set of ASTRING property values for a
373 * property. The consumer may wish to have the ASTRING property values
379 uint_t av_count; /* Number of values */
382 uint64_t *av_unsigned; /* Count & boolean values */
383 int64_t *av_integer; /* Integer values */
384 const char **av_string; /* String values */
991 av_get_values(pgroup_t *pg, const char *prop_name, scf_type_t type, avalues_t **values) argument
[all...]
H A Dsvccfg_libscf.c1062 semerr(gettext("Multiple string values or string values "
1213 emsg = gettext("Property %s has no values; expected "
1216 emsg = gettext("Property %s has multiple values; "
2224 * all properties have the correct type and values are valid for
6763 * group exists and has certain values.
6765 * These values are added asynchronously by startd. We should not return from
6949 * We don't have to free the property groups or other values that we got
8457 * Return values are:
9075 /* If we're exporting values, an
12945 scf_values_t values; local
12994 scf_values_t values; local
13090 scf_values_t values; local
13820 lscf_setprop(const char *pgname, const char *type, const char *value, const uu_list_t *values) argument
14495 get_prop_values(scf_property_t *prop, uu_list_t *values, const char *pattern) argument
14550 uu_list_t *values; local
[all...]
/illumos-gate/usr/src/lib/libscf/inc/
H A Dlibscf.h120 } values; member in struct:scf_values
179 SCF_TERR_CARDINALITY_VIOLATION, /* wrong number of values */
195 /* values for include_values */
482 /* values */
/illumos-gate/usr/src/cmd/svc/configd/
H A Drc_node.c36 * property groups, properties, and property values. All but the last are
38 * structures. (Property values are kept in the rn_values member of the
95 * An ITER_START for an ENTITY_VALUE makes sure the node has its values
97 * the proper values and updates the offset information.
2542 * values as authorizations to pcp. pg must not be locked on entry, and it is
2608 * its values as authorizations to pcp. If pgtype is NULL, it is not checked.
2667 * If pg has a property named propname, and is string typed, add its values as
3478 * property values.
3672 * Return a pointer to a string containing all the values of the command
3685 char *values local
[all...]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_dfc.h106 uint64_t values[SD_IO_LATENCY_MAX_BUCKETS]; member in struct:sd_bucket_info
/illumos-gate/usr/src/uts/common/io/scsi/targets/
H A Dsd.c599 * defined. Flags defines which values are to be set in the driver from the
1239 int *data_list, sd_tunables *values);
2323 * and xb_chain_iodone index values in the sd_xbuf are initialized to these
2324 * values at sd_xbuf init time, this allows (1) layering chains may be changed
3938 sd_tunables values; local
3946 &values);
3948 data_list[1], &values);
4248 * Validate the throttle values.
4283 * the values that can have numeric values a
4291 sd_get_tunables_from_conf(struct sd_lun *un, int flags, int *data_list, sd_tunables *values) argument
[all...]

Completed in 127 milliseconds

123