Searched defs:value (Results 126 - 150 of 1381) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgetttyent.c102 value(char *p) function
150 t->tty.ty_window = value(p);
/illumos-gate/usr/src/cmd/print/lpget/
H A Dlpget.c58 display_kvp(char *key, char *value) argument
62 if (value != NULL) {
64 (void) printf("\n\t%s=%s", key, value);
/illumos-gate/usr/src/cmd/mailx/
H A Dvars.c56 * Assign a value to a variable.
59 assign(char name[], char value[]) argument
80 vp->v_value = vcopy(value);
129 * strings whose value is "" since they are expected to be frequent.
140 * Copy a variable value into permanent (ie, not collected after each
161 * Get the value of a variable and return it.
166 value(char name[]) function
175 if (debug) fprintf(stderr, "value(%s)=%s\n", name, (cp)?cp:"");
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_vcb.c59 * pointer indicating that it inherits its value from dot.
62 * the debugger propagates the next value stored in the VCB to its variable.
64 * of the variable that correspond to the value stored in the command's c_addrv)
70 * record the current value of the variable into the VCB's addrv. In the base
72 * to store the current value of dot (produced by ::walk's callback) into the
73 * addrv. This value is passed in directly from the parsing code as a parameter
75 * need to store into addrv the value the variable previously held when the
76 * dcmd that produced this new value of dot was executed. This value is
92 * ready to reset dot, it does not know what addrv index produced this value
173 mdb_vcb_update(struct mdb_frame *fp, uintptr_t value) argument
[all...]
/illumos-gate/usr/src/cmd/abi/spectrans/spec2map/
H A Dutil.c41 * so always assign table_t * return value to the current
67 add_to_stringtable(table_t *t, char *value) argument
78 if (in_stringtable(t, value)) {
97 t->elements[t->used] = strset(t->elements[t->used], value);
129 in_stringtable(table_t *t, const char *value) argument
137 if (strcmp(value, t->elements[i]) == 0)
185 strset(char *string, char *value) argument
189 assert(value != NULL, "passed a null value to strset");
190 vlen = strlen(value);
[all...]
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dbindings.c164 generate_a_binding(char *name, char *value) argument
166 char *p = value;
172 if (*value == NULL) {
/illumos-gate/usr/src/cmd/hal/addons/network-devices/
H A Dcache.c37 device_remove_if_stale(gpointer key, gpointer value, gpointer user_data) argument
42 time_t *val = value;
/illumos-gate/usr/src/cmd/hal/tools/
H A Dhal_find_by_property.c49 "usage : hal-find-by-property --key <key> --string <value>\n"
57 " --string String value of property\n"
63 "objects where a given property assumes a given value. On success\n"
82 char *value = NULL; local
125 value = strdup (optarg);
141 if (key == NULL || value == NULL) {
167 udis = libhal_manager_find_device_string_match (hal_ctx, key, value, &num_udis, &error);
176 printf ("Found %d device objects with string property %s = '%s'\n", num_udis, key, value);
/illumos-gate/usr/src/cmd/ipf/lib/common/
H A Dvar.c38 char c, *s, *t, *value; local
74 value = expand_string(s, line);
75 if (value != s)
77 return value;
85 char c, *s, *p1, *p2, *p3, *newstring, *value; local
106 value = get_variable(s, &p3, line);
107 if (value == NULL)
110 p2 = expand_string(value, line);
141 void set_variable(name, value)
143 char *value;
[all...]
/illumos-gate/usr/src/cmd/isns/isnsd/
H A Dconfig.c64 scf_value_t *value = NULL; local
79 value = scf_value_create(handle);
84 prop == NULL || value == NULL || value_iter == NULL) {
126 if (scf_property_get_value(prop, value) == -1) {
128 "Getting property value for %s failed.",
133 if (scf_value_get_count(value, &esi_threshold) == -1) {
135 "Getting property integer value for %s failed.",
156 if (scf_property_get_value(prop, value) == -1) {
158 "Getting property value for %s failed.",
163 if (scf_value_get_boolean(value,
[all...]
/illumos-gate/usr/src/cmd/krb5/ldap_util/
H A Dkdb5_ldap_services.h63 unsigned char *value; member in struct:data
/illumos-gate/usr/src/cmd/svr4pkg/pkginstall/
H A Dpkgenv.c65 char *value, local
80 while (value = fpkgparam(fp, param)) {
82 putparam(param, value);
83 free(value);
/illumos-gate/usr/src/cmd/ttymon/
H A Dstty.h64 int value; /* Integer value of speed, e.g. 9600 */ member in struct:speeds
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_encode_nm.c91 _dwarf_pro_encode_signed_leb128_nm(Dwarf_Signed value, int *nbytes, argument
95 Dwarf_Signed sign = -(value < 0);
102 unsigned char byte = value & DATA_MASK;
104 value >>= DIGIT_WIDTH;
113 if (value == sign && ((byte & SIGN_BIT) == (sign & SIGN_BIT))) {
/illumos-gate/usr/src/uts/common/syscall/
H A Dsigqueue.c118 * value itself is passed in the storage which crosses the kernel
120 * and store it in the appropriate value member of the sigsend_t structure.
123 sigqueue(pid_t pid, int sig, /* union sigval */ void *value, argument
131 /* The si_code value must indicate the signal will be queued */
162 v.value.sival_ptr = value;
190 * two 32-bit apps can exchange a pointer value. However, this means
199 sigqueue32(pid_t pid, int sig, /* union sigval32 */ caddr32_t value, argument
205 sv.sival_int = (int)value;
/illumos-gate/usr/src/uts/common/sys/
H A Dkiconv_cck_common.h37 /* The start value of leading byte of EUC encoding. */
103 uint32_t value; member in struct:__anon8034
H A Dnetlb.h49 * speed or style of loopback implemented), and a key value, used in the
81 uint32_t value; member in struct:_lb_property_t
/illumos-gate/usr/src/lib/krb5/kadm5/srv/
H A Dserver_dict.c61 * <return value> result of strcmp
81 * <return value> KADM5_OK on success errno on failure;
165 * <return value> WORD_NOT_FOUND if not in dictionary,
184 char **value; local
188 if ((value = (char **) bsearch(&word, word_list, word_count, sizeof(char *),
202 * <return value> none
/illumos-gate/usr/src/lib/libadm/common/
H A Dckint.c60 ckint_val(char *value, short base) argument
64 (void) strtol(value, &ptr, (int)base);
92 long value; local
122 value = strtol(input, &ptr, (int)base);
127 *intval = value;
/illumos-gate/usr/src/lib/libast/common/hash/
H A Dhashlook.c37 hashlook(register Hash_table_t* tab, const char* name, long flags, const char* value) argument
52 if (flags & HASH_HASHED) n = *((unsigned int*)value);
68 if (!c) return((flags & HASH_VALUE) ? b->value : (char*)b);
94 else if (flags & HASH_HASHED) n = *((unsigned int*)value);
166 value = 0;
172 if (tab->root->local->free && b->value)
174 (*tab->root->local->free)(b->value);
175 b->value = 0;
179 value = b->value;
[all...]
/illumos-gate/usr/src/uts/sparc/os/
H A Dobpsym_1275.c75 extern int name_to_value(char *name, uintptr_t *value);
85 * Otherwise, try to translate the symbol name arg to a value.
121 u_long value; local
124 extern u_long value_to_name(uintptr_t value, char *symbol);
134 * Otherwise, try to translate the value to a symbol-name/offset.
139 value = p1275_cell2uintptr(cif[3]); /* argument 0 */
140 offset = value_to_name(value, name);
192 add_vx_handler("sym-to-value", 0, ieee_sym_to_value);
193 add_vx_handler("value-to-sym", 0, ieee_value_to_sym);
206 remove_vx_handler("sym-to-value");
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dmach_kdi.c89 kdi_dreg_set(int reg, ulong_t value) argument
93 kdi_setdr0(value);
96 kdi_setdr1(value);
99 kdi_setdr2(value);
102 kdi_setdr3(value);
105 kdi_setdr6(value);
108 kdi_setdr7(value);
/illumos-gate/usr/src/uts/intel/amd64/krtld/
H A Ddoreloc.c109 * Write a single relocated value to its reference location.
110 * We assume we wish to add the relocation amount, value, to the
111 * value of the address already present at the offset.
151 * A Represents the addend used to compute the value of the
171 * S Represents the value of the symbol whose index resides
180 * Bits that must be cleared or identical for a value to act as if extended in
189 do_reloc_krtld(uchar_t rtype, uchar_t *off, Xword *value, const char *sym, argument
194 do_reloc_ld(Rel_desc *rdesc, uchar_t *off, Xword *value,
199 do_reloc_rtld(uchar_t rtype, uchar_t *off, Xword *value, const char *sym,
214 *((uchar_t *)off) = (uchar_t)(*value);
[all...]
/illumos-gate/usr/src/cmd/lp/lib/papi/
H A Dppd.c41 process_line(char *line, char **key, char **value, char **comment) argument
46 *value = NULL;
54 * *key: value/comment
56 * *key value/comment: data
66 * *key value/comment: data
76 *value = ptr;
102 char *key = NULL, *value = NULL, *text = NULL; local
104 /* we want *key...: "value" */
114 process_line(line, &key, &value, &text);
121 if (value
[all...]
/illumos-gate/usr/src/cmd/lp/model/netpr/
H A Dbsd_misc.c256 job_primitive(np_bsdjob_t *job, char option, char *value) argument
260 if ((job == NULL) || (value == NULL))
263 job->np_cfAfilesize += strlen(value) + 2; /* (opt)(value)\n */
273 (void) snprintf(buf, sizeof (buf), "%c%s\n", option, value);

Completed in 129 milliseconds

1234567891011>>