Searched defs:value (Results 401 - 425 of 1381) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/acctadm/
H A Daconf.c57 scf_value_t *value; member in struct:props
345 (void) scf_entry_add_value(p->entry, p->value);
354 scf_value_destroy(p->value);
453 scf_value_t *value; local
465 (value = scf_value_create(handle)) == NULL ||
467 scf_property_get_value(prop, value) == -1 ||
468 scf_value_get_astring(value, buf, len) == -1)
471 scf_value_destroy(value);
482 scf_value_t *value; local
494 (value
507 aconf_set_string(const char *propname, const char *value) argument
520 aconf_set_bool(const char *propname, boolean_t value) argument
[all...]
/illumos-gate/usr/src/cmd/audio/include/
H A DAudioTypes.h82 aud_bool_t value; // value is TRUE or FALSE member in class:Boolean
84 inline Boolean(aud_bool_t x = FALSE): value(x) // Constructor
87 { value = (x == 0) ? FALSE : TRUE; }
89 { return (value = (x == 0) ? FALSE : TRUE); }
91 { return ((value == TRUE) ? 1 : 0); }
93 { return ((value == TRUE) ? FALSE : TRUE); }
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dauth.c96 chan.initiator_address.value = malloc(temp_buf.length);
97 memcpy(chan.initiator_address.value, temp_buf.value,
103 chan.acceptor_address.value = malloc(temp_buf.length);
104 memcpy(chan.acceptor_address.value, temp_buf.value,
108 chan.application_data.value = 0;
129 send_tok.value = stbuf;
199 auth_error = radix_encode(send_tok.value, out_buf,
248 recv_tok.value
296 char *value; local
[all...]
/illumos-gate/usr/src/cmd/fs.d/pcfs/fsck/
H A Dfsck.c229 char *value; local
233 switch (c = getsubopt(&optsstr, LegalOpts, &value)) {
247 if (value == NULL) {
250 InputImage = value;
254 if (value == NULL) {
257 OutputImage = value;
261 bad_arg(value);
/illumos-gate/usr/src/cmd/fs.d/udfs/fsck/
H A Dmain.c94 char *suboptions, *value; local
119 subopts, &value);
347 * character and block device has the same dev_t value
/illumos-gate/usr/src/cmd/fs.d/udfs/labelit/
H A Dlabelit.c96 int8_t *value = NULL; local
124 &value)) {
127 (void) convert_string(value,
136 (void) convert_string(value,
145 (void) convert_string(value,
154 gettext("udfs labelit: Unknown suboption %s\n"), value);
469 convert_string(int8_t *value, int8_t *out_buf, int32_t out_len, argument
474 out_length = ud_convert2unicode(value, out_buf, out_len);
/illumos-gate/usr/src/cmd/getconf/
H A Dgetconf.c61 * The sctab.value field is defined to be a long.
64 * as an unsigned value. Thus, these values must have UNSIGNED_VALUE bit
69 * 2) or sctab.value = -1 (and if !UNDEFINED and !UNSIGNED_VALUE)
74 * We are assuming that these symbols cannot reasonably have a value of -1
80 long value; member in struct:sctab
86 #define UNDEFINED 1 /* value is known undefined at compile time */
87 #define UNSIGNED_VALUE 2 /* value is an unsigned */
519 * for the unsigned maximums, we cannot rely on the value -1
569 * If it is not defined, then we use SELFCONF with the value of -1.
795 long value; local
[all...]
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_store.c282 const char *value)
288 g_return_val_if_fail (value != NULL, NULL);
302 value) == 0)
312 int value)
330 if (hal_device_property_get_int (d, key) == value)
340 const char *value)
347 g_return_val_if_fail (value != NULL, NULL);
361 value) == 0)
371 char *value; member in struct:__anon616
386 g_free (info->value);
280 hal_device_store_match_key_value_string(HalDeviceStore *store, const char *key, const char *value) argument
310 hal_device_store_match_key_value_int(HalDeviceStore *store, const char *key, int value) argument
338 hal_device_store_match_multiple_key_value_string(HalDeviceStore *store, const char *key, const char *value) argument
454 hal_device_store_match_key_value_string_async(HalDeviceStore *store, const char *key, const char *value, HalDeviceStoreAsyncCallback callback, gpointer user_data, int timeout) argument
[all...]
H A Dproperty.c74 hal_property_new_string (const char *key, const char *value) argument
84 prop->v.str_value = g_strdup (value != NULL ? value : "");
101 hal_property_new_int (const char *key, dbus_int32_t value) argument
109 prop->v.int_value = value;
115 hal_property_new_uint64 (const char *key, dbus_uint64_t value) argument
123 prop->v.uint64_value = value;
129 hal_property_new_bool (const char *key, dbus_bool_t value) argument
137 prop->v.bool_value = value;
143 hal_property_new_double (const char *key, double value) argument
267 hal_property_set_string(HalProperty *prop, const char *value) argument
294 hal_property_set_int(HalProperty *prop, dbus_int32_t value) argument
305 hal_property_set_uint64(HalProperty *prop, dbus_uint64_t value) argument
316 hal_property_set_bool(HalProperty *prop, dbus_bool_t value) argument
327 hal_property_set_double(HalProperty *prop, double value) argument
399 hal_property_strlist_append(HalProperty *prop, const char *value) argument
410 hal_property_strlist_prepend(HalProperty *prop, const char *value) argument
442 hal_property_strlist_add(HalProperty *prop, const char *value) argument
459 hal_property_strlist_remove(HalProperty *prop, const char *value) argument
[all...]
/illumos-gate/usr/src/cmd/hal/hald-runner/
H A Drunner.c368 hash_kill_udi(gpointer key, gpointer value, gpointer user_data) { argument
/illumos-gate/usr/src/cmd/hal/tools/
H A Dlshal.c391 /** Acquires and prints the value of of a property to stdout.
410 printf (long_list?"*** new value: '%s' (string)\n":"'%s'", str);
415 dbus_int32_t value = libhal_device_get_property_int (hal_ctx, udi, key, &error); local
416 printf (long_list?"*** new value: %d (0x%x) (int)\n":"%d (0x%x)",
417 value, value);
422 dbus_uint64_t value = libhal_device_get_property_uint64 (hal_ctx, udi, key, &error); local
423 printf (long_list?"*** new value: %llu (0x%llx) (uint64)\n":"%llu (0x%llx)",
424 (long long unsigned int) value, (long long unsigned int) value);
[all...]
/illumos-gate/usr/src/cmd/iscsiadm/
H A Dcmdparse.h58 uint_t value; member in struct:_object
77 * subcommandValue -> subcommand value
121 * value, reqOpCmd, optOpCmd, noOpCmd, invCmd, multOpCmd
123 * value -> numeric value of object
160 uint_t value; member in struct:_objectRules
188 uint_t value; member in struct:_subcommand
262 * funcRet - pointer to int that holds subcommand function return value
/illumos-gate/usr/src/cmd/isns/isnsadm/
H A Dcmdparse.h82 * value -> subcommand value
105 * LIST-TARGET is the subcommand value
125 uint_t value; member in struct:_subCommandProps
204 * funcRet - pointer to int that holds subcommand function return value
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Daudit.c171 Addr value, uint_t flags)
181 EC_XWORD(value), conv_la_symbind(flags, &la_symbind_buf));
184 EC_XWORD(value), conv_la_symbind(flags, &la_symbind_buf));
190 Addr value)
198 EC_XWORD(value));
201 EC_XWORD(value));
170 Dbg_audit_symbind(Lm_list *lml, int call, const char *lib, const char *name, Addr value, uint_t flags) argument
189 Dbg_audit_pltenter(Lm_list *lml, int call, const char *lib, const char *name, Addr value) argument
/illumos-gate/usr/src/cmd/sgs/prof/common/
H A Dprofv.h128 GElf_Addr value; /* value of the symbol */ member in struct:nl
142 GElf_Addr addr; /* symbol value */
/illumos-gate/usr/src/cmd/stat/kstat/
H A Dkstat.h188 ks_value_t value; member in struct:ks_nvpair
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_util.c313 char *value = NULL, *conf_section = NULL; local
463 &value);
465 if (!(value)) {
469 &value);
470 if (!(value)) {
474 conf_section = strdup(value);
475 free(value);
478 conf_section = strdup(value);
479 free(value);
/illumos-gate/usr/src/cmd/latencytop/common/
H A Dlatencytop.c66 check_opt_dup(lt_cmd_option_id_t id, uint64_t value) { argument
88 opt_val[(int)id] = value;
92 if (opt_val[(int)id] != value) {
H A Dutil.c170 lt_stat_type_t type, uint64_t value)
174 entry->lt_s_count += value;
177 entry->lt_s_total += value;
180 if (value > entry->lt_s_max) {
181 entry->lt_s_max = value;
169 lt_update_stat_value(lt_stat_data_t *entry, lt_stat_type_t type, uint64_t value) argument
/illumos-gate/usr/src/cmd/ldmad/
H A Dmdesc_lib.c190 md_add_value_property(mmd_t *mdp, md_node_t *nodep, char *sp, uint64_t value) argument
197 propp->d.value = value;
405 mdep->d.prop_val = htomd64(propp->d.value);
H A Dmdesc_mutable.h114 uint64_t value; member in union:md_prop::__anon740
145 md_node_t *nodep, char *sp, uint64_t value);
/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsynch.c104 char *value; local
129 if ((value = malloc(value_sz)) == NULL)
132 if (scf_value_get_astring(val, value, value_sz) <= 0) {
133 free(value);
137 return (value);
142 * multi-value property. Returns NULL on failure.
179 * Reads the next value from the multi-value property using the
182 * when returning a value.
254 * Normally we would return a positive value o
390 eval_require_any(scf_iter_t *iter, char *value, size_t value_sz, int isfile) argument
411 eval_all(scf_iter_t *iter, char *value, size_t value_sz, int isfile, int optional, int exclude) argument
426 eval_require_all(scf_iter_t *iter, char *value, size_t value_sz, int isfile) argument
432 eval_optional_all(scf_iter_t *iter, char *value, size_t value_sz, int isfile) argument
438 eval_exclude_all(scf_iter_t *iter, char *value, size_t value_sz, int isfile) argument
459 char *value; local
[all...]
/illumos-gate/usr/src/cmd/svr4pkg/pkgchk/
H A Dcheckmap.c97 char *value; local
113 while (value = fpkgparam(fp, param)) {
124 16) == 0) && value) {
126 putparam(param, value);
129 7) == 0) && value)
130 putparam(param, value);
132 putparam(param, value);
135 free(value);
351 return (0); /* return value not important */
402 /* Check if the value i
[all...]
/illumos-gate/usr/src/cmd/touch/
H A Dtouch.c494 int value; local
496 value = (*p - '0') * 10 + *(p+1) - '0';
497 if ((value < 0) || (value > 99))
499 return (value);
/illumos-gate/usr/src/uts/common/inet/ip/
H A Dip_tunables.c43 * Set ip{,6}_forwarding values. If the value is being set on an ill,
44 * find the ill and set the value on it. On the other hand if we are modifying
45 * global property, modify the global value and set the value on all the ills.
72 * ills up to date with the new global value.
102 boolean_t value; local
120 * if per interface value is not asked for return the current
121 * global value
146 value = ((ill->ill_flags & ILLF_ROUTER) ? B_TRUE : B_FALSE);
148 nbytes = snprintf(pval, pr_size, "%d", value);
[all...]

Completed in 106 milliseconds

<<11121314151617181920>>