Home
last modified time | relevance | path

Searched refs:value (Results 101 – 125 of 3750) sorted by relevance

12345678910>>...150

/illumos-gate/usr/src/cmd/sgs/elfedit/modules/common/
H A Dehdr.msg35 @ MSG_DEBUG_E_S_OK "ehdr.%s: value unchanged: %s\n"
37 @ MSG_DEBUG_E_D_OK "ehdr.%s: value unchanged: %d\n"
138 New value for size of ELF header, in bytes.\n"
182 New value for file's class. This can be an integer value, or any of\n\
216 is updated with the new value.\n"
323 \tthe new value. If -and is specified, the new value is\n\
325 \tthe new value is OR'd against the existing value. If\n\
327 \tthe existing value.\n\
536 new value.\n\
566 the new value.\n\
[all …]
H A Ddyn.msg47 value\n"
106 dyn:value will always create a new element for the new value,\n\
234 If dyn:value is called without arguments, the value of every\n\
328 \tspecified, the new value replaces the existing value.\n\
347 value is shown. If one or more value arguments are present,\n\
358 \tthe new value is OR'd against the existing value. If\n\
371 value is shown. If one or more value arguments are present,\n\
382 \tthe new value is OR'd against the existing value. If\n\
395 value is shown. If one or more value arguments are present,\n\
406 \tthe new value is OR'd against the existing value. If\n\
[all …]
/illumos-gate/usr/src/uts/intel/asm/
H A Dmmu.h45 uint64_t value; in getcr3() local
49 : "=r" (value)); in getcr3()
50 return (value); in getcr3()
54 setcr3(ulong_t value) in setcr3() argument
59 : "r" (value)); in setcr3()
65 uint64_t value; in getcr4() local
69 : "=r" (value)); in getcr4()
70 return (value); in getcr4()
74 setcr4(ulong_t value) in setcr4() argument
79 : "r" (value)); in setcr4()
H A Dbitmap.h51 long value; in highbit() local
57 : "=r" (value), "=q" (zf) in highbit()
61 return (zf ? 0 : (value + 1)); in highbit()
67 long value; in lowbit() local
73 : "=r" (value), "=q" (zf) in lowbit()
77 return (zf ? 0 : (value + 1)); in lowbit()
83 uint8_t value; in atomic_btr32() local
89 : "+m" (*memory), "=r" (value) in atomic_btr32()
93 return ((uint_t)value); in atomic_btr32()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DElement.java94 return (value); in getProperty()
96 Value value = new Value(name); in getProperty() local
102 value.lock(); in getProperty()
103 readOnlyValues.put(name, value); in getProperty()
105 return (value); in getProperty()
124 return (value); in getProperty()
126 Value value = new Value(name); in getProperty() local
132 value.lock(); in getProperty()
133 readOnlyValues.put(name, value); in getProperty()
135 return (value); in getProperty()
[all …]
/illumos-gate/usr/src/uts/i86pc/io/pci/
H A Dpci_kstats.c79 int maxlen = sizeof (pci_ks_template.ihks_name.value.c); in pci_ih_ks_update()
116 pci_ks_template.ihks_pil.value.ui64 = 0; in pci_ih_ks_update()
117 pci_ks_template.ihks_time.value.ui64 = 0; in pci_ih_ks_update()
118 pci_ks_template.ihks_cookie.value.ui64 = 0; in pci_ih_ks_update()
119 pci_ks_template.ihks_cpu.value.ui64 = 0; in pci_ih_ks_update()
120 pci_ks_template.ihks_ino.value.ui64 = 0; in pci_ih_ks_update()
136 (void) strcpy(pci_ks_template.ihks_type.value.c, "msi"); in pci_ih_ks_update()
139 (void) strcpy(pci_ks_template.ihks_type.value.c, "msix"); in pci_ih_ks_update()
145 pci_ks_template.ihks_pil.value.ui64 = ih_p->ih_pri; in pci_ih_ks_update()
146 pci_ks_template.ihks_time.value.ui64 = in pci_ih_ks_update()
[all …]
/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Ddoreloc.c232 *((uchar_t *)off) = (uchar_t)(*value); in do_reloc_krtld()
238 *((Half *)off) = (Half)(*value); in do_reloc_krtld()
241 Half v = (Half)(*value); in do_reloc_krtld()
276 if ((*value & ZEROEXBITS) != 0) { in do_reloc_krtld()
294 ((*value & SIGNEXBITS) != 0)) { in do_reloc_krtld()
306 *((Word *)off) += *value; in do_reloc_krtld()
314 v += *value; in do_reloc_krtld()
318 v += *value; in do_reloc_krtld()
328 *((Xword *)off) += *value; in do_reloc_krtld()
336 v += *value; in do_reloc_krtld()
[all …]
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsi_login.c1159 char *value = NULL; in iscsi_process_login_response() local
1191 value_end - value; in iscsi_process_login_response()
1203 icp, value))) { in iscsi_process_login_response()
1253 value) != in iscsi_process_login_response()
1281 value_end - value; in iscsi_process_login_response()
1293 icp, value))) { in iscsi_process_login_response()
1413 } else if (value && in iscsi_process_login_response()
1840 ASSERT(value != NULL); in iscsi_add_text()
1927 char *value = NULL; in iscsi_find_key_value() local
1960 value = text + 1; in iscsi_find_key_value()
[all …]
/illumos-gate/usr/src/cmd/make/lib/mksh/
H A Dmacro.cc127 if (value == NULL) { in expand_value()
137 if (!value->dollar) { in expand_value()
142 APPEND_NAME(value, in expand_value()
156 Wstring vals(value); in expand_value()
905 Name value; in init_arch_macros() local
960 Name value; in init_mach_macros() local
1146 wcb.init(value); in setvar_daemon()
1178 macro_apx->body.macro_appendix.value = value; in setvar_daemon()
1201 macro->body.macro.value = value; in setvar_daemon()
1231 p->value = value; in setvar_daemon()
[all …]
/illumos-gate/usr/src/cmd/hal/hald/
H A Dproperty.c84 prop->v.str_value = g_strdup (value != NULL ? value : ""); in hal_property_new_string()
109 prop->v.int_value = value; in hal_property_new_int()
123 prop->v.uint64_value = value; in hal_property_new_uint64()
137 prop->v.bool_value = value; in hal_property_new_bool()
151 prop->v.double_value = value; in hal_property_new_double()
279 prop->v.str_value = g_strdup (value); in hal_property_set_string()
289 prop->key, value)); in hal_property_set_string()
301 prop->v.int_value = value; in hal_property_set_int()
312 prop->v.uint64_value = value; in hal_property_set_uint64()
323 prop->v.bool_value = value; in hal_property_set_bool()
[all …]
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/profile/
H A Dprof_tree.c39 char *value; member
64 if (node->value) in profile_free_node()
106 if (value) { in profile_create_node()
107 new->value = strdup(value); in profile_create_node()
265 if (p->value) in profile_find_node()
270 if (value && (strcmp(p->value, value))) in profile_find_node()
293 if (p->value) in profile_find_node()
298 if (value && (strcmp(p->value, value))) in profile_find_node()
334 if (value) in profile_find_node_relation()
335 *value = p->value; in profile_find_node_relation()
[all …]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_ndd.c754 param_arr[i].value = in nxge_init_param()
827 (int)(pa->value >> 32), (int)(pa->value & 0xffffffff)); in nxge_param_get_generic()
1204 pa->value = new_value; in nxge_param_set_generic()
1239 pa->value = new_value; in nxge_param_set_mac()
1272 pa->value = cfg_value; in nxge_param_rx_intr_pkts()
1300 pa->value = cfg_value; in nxge_param_rx_intr_time()
1628 if (pa->value) in nxge_param_tcam_enable()
1660 if (pa->value) in nxge_param_hash_lookup_enable()
1692 if (pa->value) in nxge_param_llc_snap_enable()
1863 pa->value = cfg_value; in nxge_param_get_ip_opt()
[all …]
/illumos-gate/usr/src/lib/libxcurses2/src/libc/xcurses/
H A Dgetch.c52 int value; in getch() local
54 value = wgetch(stdscr); in getch()
56 return (value); in getch()
64 int value; in mvgetch() local
69 value = wgetch(stdscr); in mvgetch()
71 return (value); in mvgetch()
79 int value; in mvwgetch() local
84 value = wgetch(w); in mvwgetch()
86 return (value); in mvwgetch()
/illumos-gate/usr/src/uts/sun4u/serengeti/io/
H A Dsbdp_error.c141 int index, value; in sbdp_passthru_inject_error() local
219 value = sbdp_strtoi(value_str, NULL); in sbdp_passthru_inject_error()
222 f, index, entry, value); in sbdp_passthru_inject_error()
257 int value; in sbdp_inject_error() local
275 value = FAILURE; in sbdp_inject_error()
283 value = SUCCESS; in sbdp_inject_error()
291 value = SUCCESS; in sbdp_inject_error()
299 value = SUCCESS; in sbdp_inject_error()
303 if (value != SUCCESS) in sbdp_inject_error()
305 f, func_name, entry, value); in sbdp_inject_error()
[all …]
/illumos-gate/usr/src/test/libc-tests/cfg/symbols/
H A Dfcntl_h.cfg31 value | O_ACCMODE | int | fcntl.h | POSIX+ SUS+
32 value | O_APPEND | int | fcntl.h | POSIX+ SUS+
33 value | O_CLOEXEC | int | fcntl.h | POSIX+ SUS+
34 value | O_CREAT | int | fcntl.h | POSIX+ SUS+
36 value | O_EXCL | int | fcntl.h | POSIX+ SUS+
37 value | O_NDELAY | int | fcntl.h | -POSIX-1993+
38 value | O_NOCTTY | int | fcntl.h | POSIX+ SUS+
39 value | O_NONBLOCK | int | fcntl.h | POSIX+ SUS+
40 value | O_RDONLY | int | fcntl.h | POSIX+ SUS+
41 value | O_RDWR | int | fcntl.h | POSIX+ SUS+
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/ksh93/bltins/
H A Dprint.c724 value->c = 0; in extend()
740 value->s = ""; in extend()
900 value->ll = -value->ll; in extend()
952 value->i = value->ll; in extend()
965 value->c = 0; in extend()
987 value->s = fmthtml(value->s, fe->flags); in extend()
996 value->s = s; in extend()
1002 value->s = s; in extend()
1012 value->s = fmtelapsed(value->ll, 1); in extend()
1022 value->s = fmttmx(fe->t_str, value->ll); in extend()
[all …]
/illumos-gate/usr/src/uts/common/io/idm/
H A Didm_text.c174 char *value);
342 *value = *tb_scan; in idm_keyvalue_get_next()
410 value); in idm_nvlist_add_kv()
414 value); in idm_nvlist_add_kv()
418 value); in idm_nvlist_add_kv()
422 value); in idm_nvlist_add_kv()
464 kv_is_hex(char *value) in kv_is_hex() argument
833 char *value; in idm_itextbuf_add_string() local
861 boolean_t value; in idm_itextbuf_add_boolean() local
907 n = *value++; in idm_itextbuf_add_binary()
[all …]
/illumos-gate/usr/src/tools/smatch/src/
H A Dsimplify.c478 if (!value) in value_size()
481 if (!value) in value_size()
791 value = check_shift_count(insn, value); in simplify_shift()
842 mask = bits_mask(insn->size - value) << value; in simplify_shift()
892 mask = bits_mask(insn->size - value) << value; in simplify_shift()
962 if (value != 0 && value != 1) in simplify_seteq_setne()
1076 long long value = insn->src2->value; in simplify_constant_rightside() local
1135 long long value = insn->src1->value; in simplify_constant_leftside() local
1597 value = src->value; in is_in_range()
1598 return value >= low && value <= high; in is_in_range()
[all …]
/illumos-gate/usr/src/lib/libndmp/common/
H A Dlibndmp_prop.c116 *value = NULL; in ndmp_get_prop()
140 *value = lval; in ndmp_get_prop()
185 scf_value_t *value; in ndmp_smf_get_pg_name() local
198 scf_value_destroy(value); in ndmp_smf_get_pg_name()
206 scf_value_destroy(value); in ndmp_smf_get_pg_name()
212 scf_value_destroy(value); in ndmp_smf_get_pg_name()
446 scf_value_t *value = NULL; in ndmp_smf_set_property() local
496 value = NULL; in ndmp_smf_set_property()
511 scf_value_destroy(value); in ndmp_smf_set_property()
525 scf_value_t *value = NULL; in ndmp_smf_get_property() local
[all …]
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_rdc_hw.h92 uint64_t value; member
139 uint64_t value; member
174 uint64_t value; member
221 uint64_t value; member
270 uint64_t value; member
318 uint64_t value; member
341 uint64_t value; member
367 uint64_t value; member
406 uint64_t value; member
445 uint64_t value; member
[all …]
H A Dhxge_pfc_hw.h78 uint64_t value; member
108 uint64_t value; member
142 uint64_t value; member
169 uint64_t value; member
197 uint64_t value; member
223 uint64_t value; member
252 uint64_t value; member
279 uint64_t value; member
300 uint64_t value; member
323 uint64_t value; member
[all …]
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Didmap_config.c910 *value = *new; in update_bool()
927 *value = *new; in update_uint64()
957 free(*value); in update_string()
958 *value = *new; in update_string()
974 *value = *new; in update_enum()
999 free(*value); in update_dirs()
1001 *value = *new; in update_dirs()
1047 free(*value); in update_trusted_domains()
1049 *value = *new; in update_trusted_domains()
1126 free(*value); in free_trusted_forests()
[all …]
/illumos-gate/usr/src/cmd/svc/svcadm/
H A Dsynch.c102 char *value; in read_astring_prop() local
127 if ((value = malloc(value_sz)) == NULL) in read_astring_prop()
130 if (scf_value_get_astring(val, value, value_sz) <= 0) { in read_astring_prop()
131 free(value); in read_astring_prop()
135 return (value); in read_astring_prop()
399 if ((r = prop_walk_step(iter, value, value_sz)) <= 0) in eval_require_any()
415 if ((r = prop_walk_step(iter, value, value_sz)) <= 0) in eval_all()
457 char *value; in has_potential() local
468 (value = malloc(value_sz)) == NULL) in has_potential()
480 (void) strlcpy(value, SCF_SERVICE_STARTD, value_sz); in has_potential()
[all …]
/illumos-gate/usr/src/lib/fm/topo/maps/SMCI,SSG-2029P-ACR24L/
H A DSSG-2029P-ACR24L-disk-hc-topology.xmlgenksh30 <propval name='type' type='uint32' value='0' />
39 <propval name='type' type='uint32' value='1' />
48 <propval name='type' type='uint32' value='2' />
56 <propval name='label' type='string' value='${2}' />
61 <propval name='devctl' type='string' value='${3}' />
63 <propval name='slot' type='uint32' value='${5}' />
87 <propval name='type' type='uint32' value='0' />
96 <propval name='type' type='uint32' value='1' />
114 value='$hpath$tpath' />
116 value='$devctl' />
[all …]
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dgetch.c49 int value; in getch() local
55 value = wgetch(stdscr); in getch()
57 return __m_return_int("getch", value); in getch()
66 int value; local
75 value = wgetch(stdscr);
77 return __m_return_int("mvgetch", value);
87 int value; local
96 value = wgetch(w);
98 return __m_return_int("mvwgetch", value);

12345678910>>...150