Home
last modified time | relevance | path

Searched refs:value (Results 151 – 175 of 3377) sorted by relevance

12345678910>>...136

/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_kstats.c90 knp->value.ui64 = hw_stp->a[ksip->index]; in nge_statistics_update()
152 (knp++)->value.ui64 = infop->businfo; in nge_chipinfo_update()
153 (knp++)->value.ui64 = infop->command; in nge_chipinfo_update()
154 (knp++)->value.ui64 = infop->vendor; in nge_chipinfo_update()
155 (knp++)->value.ui64 = infop->device; in nge_chipinfo_update()
156 (knp++)->value.ui64 = infop->subven; in nge_chipinfo_update()
157 (knp++)->value.ui64 = infop->subdev; in nge_chipinfo_update()
158 (knp++)->value.ui64 = infop->revision; in nge_chipinfo_update()
159 (knp++)->value.ui64 = infop->clsize; in nge_chipinfo_update()
160 (knp++)->value.ui64 = infop->latency; in nge_chipinfo_update()
[all …]
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DAbstractAggregationValue.java47 private final Number value; field in AbstractAggregationValue
52 value = new Long(v); in AbstractAggregationValue()
58 value = new Double(v); in AbstractAggregationValue()
64 return value; in getValue()
81 return (value.equals(v.value) && in equals()
94 return value.hashCode(); in hashCode()
106 return value.toString(); in toString()
/illumos-gate/usr/src/cmd/gss/gsscred/
H A Dgsscred_utils.c97 nameOut->value = NULL; in gsscred_MakeName()
104 oidStr.value = (void *)nameOidStr; in gsscred_MakeName()
116 aName.value = (void*)name; in gsscred_MakeName()
169 if ((outNameHdr->value = (void*)malloc(outNameHdr->length)) == NULL) { in gsscred_MakeNameHeader()
175 buf = (unsigned char *) outNameHdr->value; in gsscred_MakeNameHeader()
176 (void) memset(outNameHdr->value, '\0', outNameHdr->length); in gsscred_MakeNameHeader()
193 free(outNameHdr->value); in gsscred_MakeNameHeader()
221 out = (char *)dataOut->value; in gsscred_AsHex()
222 in = (char *)dataIn->value; in gsscred_AsHex()
231 dataOut->length = out - (char *)dataOut->value; in gsscred_AsHex()
[all …]
/illumos-gate/usr/src/lib/libc/port/sys/
H A Depoll.c29 #error value of EPOLLIN does not match value of POLLIN
33 #error value of EPOLLPRI does not match value of POLLPRI
37 #error value of EPOLLOUT does not match value of POLLOUT
41 #error value of EPOLLRDNORM does not match value of POLLRDNORM
45 #error value of EPOLLRDBAND does not match value of POLLRDBAND
49 #error value of EPOLLERR does not match value of POLLERR
53 #error value of EPOLLHUP does not match value of POLLHUP
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_vmac_hw.h67 uint64_t value; member
114 uint64_t value; member
162 uint64_t value; member
206 uint64_t value; member
237 uint64_t value; member
284 uint64_t value; member
336 uint64_t value; member
383 uint64_t value; member
426 uint64_t value; member
467 uint64_t value; member
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/os/
H A Dos_config.c119 db_value_set(value, which) in db_value_set() argument
120 int value, which; in db_value_set()
126 DB_GLOBAL(db_mutexlocks) = value;
129 DB_GLOBAL(db_pageyield) = value;
132 if (value != 0 && (ret = __db_mapanon_ok(0)) != 0)
134 DB_GLOBAL(db_region_anon) = value;
137 DB_GLOBAL(db_region_init) = value;
140 if (value != 0 && (ret = __db_mapanon_ok(1)) != 0)
142 DB_GLOBAL(db_region_anon) = value;
145 if (value <= 0)
[all …]
/illumos-gate/usr/src/uts/sun4/ml/
H A Dsubr_asm.S46 ! Store long word value at physical address
48 ! void stdphys(uint64_t physaddr, uint64_t value)
59 wrpr %g0, %o4, %pstate ! restore earlier pstate register value
63 ! Store long word value at physical i/o address
65 ! void stdphysio(u_longlong_t physaddr, u_longlong_t value)
76 wrpr %g0, %o4, %pstate ! restore earlier pstate register value
81 ! Load long word value at physical address
91 wrpr %g0, %o4, %pstate ! restore earlier pstate register value
95 ! Load long word value at physical i/o address
105 wrpr %g0, %o4, %pstate ! restore earlier pstate register value
[all …]
/illumos-gate/usr/src/boot/i386/libi386/
H A Dcomconsole.c230 char value[20]; in comc_probe() local
265 snprintf(value, sizeof (value), "%s", in comc_probe()
268 env_setenv(name, EV_VOLATILE, value, comc_cd_set, env_nounset); in comc_probe()
279 snprintf(value, sizeof (value), "%s", in comc_probe()
282 env_setenv(name, EV_VOLATILE, value, comc_rtsdtr_set, env_nounset); in comc_probe()
366 comc_parse_mode(struct serial *sp, const char *value) in comc_parse_mode() argument
373 if (value == NULL || *value == '\0') in comc_parse_mode()
377 n = strtoul(value, &ep, 10); in comc_parse_mode()
469 comc_mode_set(struct env_var *ev, int flags, const void *value) in comc_mode_set() argument
474 if (value == NULL) in comc_mode_set()
[all …]
/illumos-gate/usr/src/cmd/svr4pkg/pkgparam/
H A Dpkgparam.c78 char *value, *pkginst; in main() local
155 value = pkgparam(pkginst, param); in main()
156 if (value == NULL) { in main()
175 print_entry(param, value); in main()
185 print_entry(char *param, char *value) in print_entry() argument
189 while (*value) { in print_entry()
190 if (*value == '\'') { in print_entry()
192 value++; in print_entry()
194 (void) putchar(*value++); in print_entry()
198 (void) printf("%s\n", value); in print_entry()
/illumos-gate/usr/src/uts/common/io/usb/clients/hidparser/
H A DREADME36 in their scope. Local items hold their value only within the main item
47 and Solaris won't be able to know what will be the value for each main
73 item for the 'item data') and then proceeds to take the value for the item
106 hid1: Index = 0 value =0x5
107 hid1: Index = 1 value =0x1
108 hid1: Index = 2 value =0x9
109 hid1: Index = 3 value =0x8
110 hid1: Index = 4 value =0xa1
111 hid1: Index = 5 value =0x1
112 hid1: Index = 6 value =0xa1
[all …]
/illumos-gate/usr/src/lib/libofmt/common/
H A Dofmt.c331 ofmt_print_field(ofmt_state_t *os, ofmt_field_t *ofp, const char *value, in ofmt_print_field() argument
348 (void) printf("%s", value); in ofmt_print_field()
351 while ((c = *value++) != '\0') { in ofmt_print_field()
359 if (value[0] == '\0') in ofmt_print_field()
360 value = OFMT_VAL_UNDEF; in ofmt_print_field()
362 os->os_maxnamelen, ofp->of_name, value); in ofmt_print_field()
368 (void) printf("%*s", width, value); in ofmt_print_field()
370 (void) printf("%s", value); in ofmt_print_field()
375 valwidth = strlen(value); in ofmt_print_field()
379 (void) printf("%*s ", width, value); in ofmt_print_field()
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dsmatch_param_compare_limit.c236 static int parse_comparison(char **value, int *op) in parse_comparison() argument
239 *op = **value; in parse_comparison()
243 (*value)++; in parse_comparison()
244 if (**value == '=') { in parse_comparison()
245 (*value)++; in parse_comparison()
250 (*value)++; in parse_comparison()
251 (*value)++; in parse_comparison()
255 (*value)++; in parse_comparison()
256 (*value)++; in parse_comparison()
260 (*value)++; in parse_comparison()
[all …]
/illumos-gate/usr/src/uts/common/io/bnx/
H A Dbnx_kstat.c47 (void) strncpy(pStats->version.value.c, pUM->version, in bnx_kstat_update()
48 sizeof (pStats->version.value.c)); in bnx_kstat_update()
49 (void) strncpy(pStats->versionFW.value.c, pUM->versionFW, in bnx_kstat_update()
50 sizeof (pStats->versionFW.value.c)); in bnx_kstat_update()
51 (void) strncpy(pStats->chipName.value.c, pUM->chipName, in bnx_kstat_update()
52 sizeof (pStats->chipName.value.c)); in bnx_kstat_update()
53 (void) strncpy(pStats->intrAlloc.value.c, pUM->intrAlloc, in bnx_kstat_update()
54 sizeof (pStats->intrAlloc.value.c)); in bnx_kstat_update()
55 pStats->intrFired.value.ui64 = pUM->intr_count; in bnx_kstat_update()
56 pStats->intrInDisabled.value.ui64 = pUM->intr_in_disabled; in bnx_kstat_update()
[all …]
/illumos-gate/usr/src/cmd/tip/
H A Dacu.c55 logent(value(HOST), "", "", "call aborted"); in connect()
57 boolean(value(VERBOSE)) = FALSE; in connect()
79 logent(value(HOST), phnum, acu->acu_name, in connect()
83 logent(value(HOST), phnum, acu->acu_name, in connect()
101 if (!equal(string, value(HOST))) in connect()
112 logent(value(HOST), phnum, acu->acu_name, in connect()
116 logent(value(HOST), phnum, acu->acu_name, in connect()
122 logent(value(HOST), "", acu->acu_name, "missing phone number"); in connect()
134 logent(value(HOST), "", acu->acu_name, "call terminated"); in disconnect()
135 if (boolean(value(VERBOSE))) in disconnect()
[all …]
H A Dremote.c132 boolean(value(RAISE)) = 1; in getremcap()
134 boolean(value(ECHOCHECK)) = 1; in getremcap()
136 boolean(value(BEAUTIFY)) = 1; in getremcap()
138 boolean(value(BEAUTIFY)) = 0; in getremcap()
140 boolean(value(SCRIPT)) = 1; in getremcap()
142 boolean(value(TABEXPAND)) = 1; in getremcap()
144 boolean(value(VERBOSE)) = 1; in getremcap()
146 boolean(value(VERBOSE)) = 0; in getremcap()
148 boolean(value(TAND)) = 1; in getremcap()
150 boolean(value(TAND)) = 0; in getremcap()
[all …]
/illumos-gate/usr/src/cmd/busstat/
H A Dbusstat.c241 char *value; in print_evt() local
246 value = optarg; in print_evt()
256 if (((i = strcspn(value, "0123456789")) > 0) && (i != strlen(value))) { in print_evt()
260 (void) strncpy(device, value, i); in print_evt()
262 value = value + i; in print_evt()
263 inst_num = atoi(value); in print_evt()
270 device = value; in print_evt()
388 char *options = optarg, *value; in parse_cmd() local
391 while ((value = (char *)strtok(options, ",=")) != NULL) { in parse_cmd()
396 parse_dev_inst(value); in parse_cmd()
[all …]
/illumos-gate/usr/src/cmd/ldap/common/
H A Dldapmodify.c96 char *value, int vlen );
443 char *line, *dn, *type, *value, *newrdn, *newparent, *p; local
478 addmodifyop( &pmods, modop, value, NULL, 0);
486 if ( str_parse_line( line, &type, &value, &vlen ) < 0 ) {
488 if ( ldif_parse_line( line, &type, &value, &vlen ) < 0 ) {
502 if (( p = strchr( value, ':' )) == NULL ) {
508 if ( strcasecmp( value, ldaptool_host ) == 0 &&
514 if (( dn = strdup( value )) == NULL ) {
521 ldif_version = atoi( value );
559 value = strdup_and_trim( value );
[all …]
/illumos-gate/usr/src/cmd/bhyve/
H A Dtpm_device.c137 const char *value; in tpm_device_create() local
148 value = get_config_value_node(nvl, "version"); in tpm_device_create()
149 assert(value != NULL); in tpm_device_create()
150 if (strcmp(value, "2.0")) { in tpm_device_create()
151 warnx("%s: unsupported tpm version %s", __func__, value); in tpm_device_create()
169 value = get_config_value_node(nvl, "type"); in tpm_device_create()
170 assert(value != NULL); in tpm_device_create()
172 if (strcmp(value, (*ppemul)->name)) in tpm_device_create()
178 warnx("TPM emulation \"%s\" not found", value); in tpm_device_create()
189 value = get_config_value_node(nvl, "intf"); in tpm_device_create()
[all …]
/illumos-gate/usr/src/common/atomic/sparcv9/
H A Datomic.S218 and %o1, %o3, %o1 ! %o1 = single byte value
220 ld [%o0], %o2 ! read old value
222 add %o2, %o1, %o5 ! add value to the old value
225 or %o4, %o5, %o5 ! insert the new value
229 mov %o5, %o2 ! %o2 = old value
233 srl %o5, %g1, %o0 ! %o0 = new value
291 and %o1, %o3, %o1 ! %o1 = single short value
294 ld [%o0], %o2 ! read old value
296 add %o1, %o2, %o5 ! add value to the old value
299 or %o4, %o5, %o5 ! insert the new value
[all …]
/illumos-gate/usr/src/common/atomic/sparc/
H A Datomic.S97 and %o1, %o3, %o1 ! %o1 = single byte value
99 ld [%o0], %o2 ! read old value
101 add %o2, %o1, %o5 ! add value to the old value
104 or %o4, %o5, %o5 ! insert the new value
108 mov %o5, %o2 ! %o2 = old value
112 srl %o5, %g1, %o0 ! %o0 = new value
170 and %o1, %o3, %o1 ! %o1 = single short value
173 ld [%o0], %o2 ! read old value
175 add %o1, %o2, %o5 ! add value to the old value
178 or %o4, %o5, %o5 ! insert the new value
[all …]
/illumos-gate/usr/src/lib/libcryptoutil/common/
H A Dconfig_parsing.c110 char *value; in parse_fips_mode() local
113 if (value = strpbrk(buf, SEP_EQUAL)) { in parse_fips_mode()
114 value++; /* get rid of = */ in parse_fips_mode()
115 if (strcmp(value, DISABLED_KEYWORD) == 0) { in parse_fips_mode()
117 } else if (strcmp(value, ENABLED_KEYWORD) == 0) { in parse_fips_mode()
234 char *value; in parse_policylist() local
252 if (value = strpbrk(buf, SEP_EQUAL)) { in parse_policylist()
253 value++; /* get rid of = */ in parse_policylist()
254 (void) strlcpy((char *)pent->metaslot_ks_token, value, in parse_policylist()
264 if (value = strpbrk(buf, SEP_EQUAL)) { in parse_policylist()
[all …]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dk5unseal.c99 message_buffer->value = NULL;
293 if ((token.value = (void *) xmalloc(token.length)) == NULL) {
300 (void) memcpy(token.value, plain+conflen, token.length);
302 token.value = NULL;
307 plain = token.value;
312 token.value = NULL;
313 plain = token.value;
364 xfree_wrap(token.value, token.length);
368 token.value = NULL;
379 (void) memcpy(data_ptr+8, token.value, token.length);
[all …]
/illumos-gate/usr/src/common/bignum/
H A Dbignumimpl.c165 (void) printf("%08x ", a->value[i]); in printbignum()
170 (void) printf("%08x %08x ", (uint32_t)((a->value[i]) >> 32), in printbignum()
171 (uint32_t)((a->value[i]) & 0xffffffff)); in printbignum()
232 number->value = big_malloc(BIGNUM_WORDSIZE * size); in big_init()
233 if (number->value == NULL) { in big_init()
268 number->value = big_malloc(BIGNUM_WORDSIZE * size); in big_init1()
269 if (number->value == NULL) { in big_init1()
275 number->value = buf; in big_init1()
294 big_free(number->value, BIGNUM_WORDSIZE * number->size); in big_finish()
317 bn->value[0] = 0; in bytestring2bignum()
[all …]
/illumos-gate/usr/src/test/zfs-tests/tests/functional/cli_root/zfs_set/
H A Dzfs_set_common.kshlib226 typeset value=$(random_string ALL_CHAR $len)
228 echo "$value"
243 typeset value=$(zfs get -p -H -o value "$user_prop" $dtst 2>&1)
245 if [[ "$expect_value" == "$value" ]]; then
283 typeset value="$3"
288 if [[ "$chk_value" != "$value" || "$chk_source" != "$4" ]]
311 typeset value=$(get_prop "$prop" "$checked_dtst")
314 if [[ "$value" != "$inherited_value" || \
336 typeset value="$3"
343 if [[ "$received" == "$value" ]]
[all …]
/illumos-gate/usr/src/common/ficl/
H A Dutility.c51 ficlDigitToCharacter(int value) in ficlDigitToCharacter() argument
53 return (digits[value]); in ficlDigitToCharacter()
79 ficlLtoa(ficlInteger value, char *string, int radix) in ficlLtoa() argument
82 int sign = ((radix == 10) && (value < 0)); in ficlLtoa()
92 value = -value; in ficlLtoa()
94 if (value == 0) in ficlLtoa()
97 ficlUnsigned v = (ficlUnsigned) value; in ficlLtoa()
106 FICL_UNSIGNED_TO_2UNSIGNED((ficlUnsigned)value, v); in ficlLtoa()
126 ficlUltoa(ficlUnsigned value, char *string, int radix) in ficlUltoa() argument
136 if (value == 0) in ficlUltoa()
[all …]

12345678910>>...136