Searched defs:value (Results 251 - 275 of 1381) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/keymgmt/
H A Dkeymgmt.c62 * This routine will pass the value of the suboption back in the
71 char *value; local
75 switch (getsubopt(&arg, opts, &value)) {
80 ret = wbku_str_to_keyattr(value, ka, WBKU_ANY_KEY);
87 wbku_printerr("%s is not a valid option\n", value);
/illumos-gate/usr/src/cmd/devmgmt/cmds/
H A Ddevattr.c47 * that value to the standard output stream (stdout).
51 * requested, it writes the attributes in the form <attr>='<value>' where
52 * <attr> is the name of the attribute and <value> is the value of that
171 char *value; /* Pointer to current attr value */
179 int c; /* Temp char value */
268 * list the value of that attribute as null. (Using shell
275 if (!(value = devattr(device, attr))) {
277 value
168 char *value; /* Pointer to current attr value */ local
[all...]
/illumos-gate/usr/src/cmd/dispadmin/
H A Ddispadmin.c263 char name[BUFSZ], value[BUFSZ]; local
269 if (sscanf(buf, " %[^=]=%s \n%n", name, value, &len) == 2 &&
270 name[0] != '\0' && value[0] != '\0' && len == strlen(buf)) {
277 return (strdup(value));
H A Dfssdispadmin.c145 * value to the resolution specified by res and print out the results.
215 char name[512], value[512]; local
221 * Look for "name=value", with optional whitespaces on either
225 if (sscanf(buf, " %[^=]=%s \n%n", name, value, &len) == 2 &&
226 name[0] != '\0' && value[0] != '\0' && len == strlen(buf)) {
230 i = (int)strtol(value, &endp, 10);
231 if (errno != 0 || endp == value ||
234 "resolution value\n", infile, line);
240 i = (int)strtol(value, &endp, 10);
241 if (errno != 0 || endp == value ||
[all...]
H A Dfxdispadmin.c234 char name[512], value[512]; local
273 if (sscanf(buf, " %[^=]=%s \n%n", name, value, &len) == 2 &&
274 name[0] != '\0' && value[0] != '\0' && len == strlen(buf)) {
278 i = (int)strtol(value, &endp, 10);
279 if (errno != 0 || endp == value ||
317 fatalerr("%s: fx_quantum value out of "
329 fatalerr("%s: fx_quantum value out of "
/illumos-gate/usr/src/cmd/mdb/sparc/mdb/
H A Dkvm_v9dep.c301 uint64_t value = pdp->pd_nvdata[i].pnv_value; local
304 kregs[KREG_CCR] = KREG_TSTATE_CCR(value);
305 kregs[KREG_ASI] = KREG_TSTATE_ASI(value);
306 kregs[KREG_PSTATE] = KREG_TSTATE_PSTATE(value);
307 kregs[KREG_CWP] = KREG_TSTATE_CWP(value);
309 (void) kt_putareg(t, kt->k_tid, name, value);
360 * which on sparcv9 is the %pil register's value.
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DGetopt.java106 set(String value) argument
108 s = value;
172 * @param longoptarg the value of the option is returned in this
247 * Get the current option value.
399 * optind is incremented by 2. If the resulting value of
413 * which explicitly sets the value of --option to nil
/illumos-gate/usr/src/cmd/fm/modules/sun4v/generic-mem/
H A Dgmem_mem.c145 uint64_t value, const char *prefix)
153 st->fmds_value.ui64 = value;
144 gmem_mem_retirestat_create(fmd_hdl_t *hdl, fmd_stat_t *st, const char *serial, uint64_t value, const char *prefix) argument
/illumos-gate/usr/src/cmd/format/
H A Dio.h48 int value; member in struct:slist
/illumos-gate/usr/src/cmd/fs.d/dev/
H A Dmount.c207 char *value; local
211 switch (getsubopt(&subopts, myopts, &value)) {
233 if (value == NULL) {
238 if (do_realpath(value, path) == NULL)
253 "suboption: %s\n"), typename, value);
/illumos-gate/usr/src/cmd/sendmail/db/db/
H A Ddb_appinit.c569 char *local_s, *name, *value, **p, *tp; local
579 * Name/value pairs are parsed as two white-space separated strings.
580 * Leading and trailing white-space is trimmed from the value, but
595 value = tp;
600 if (tp == value) {
602 __db_err(dbenv, "illegal name-value pair: %s", s);
632 ret = __os_strdup(value, p);
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dmacro.c39 /* table for next id in non-printable ASCII range: disallow some value */
367 ** MACDEFINE -- bind a macro name to a value
369 ** Set a macro to a value, with fancy storage management.
370 ** macdefine will make a copy of the value, if required,
371 ** and will ensure that the storage for the previous value
376 ** vclass -- storage class of 'value', ignored if value==NULL.
377 ** A_HEAP means that the value was allocated by
379 ** A_TEMP means that value points to temporary storage,
381 ** A_PERM means that value point
422 xputs(sm_debug_file(), value); local
498 xputs(sm_debug_file(), value); local
[all...]
/illumos-gate/usr/src/cmd/sgs/libconv/common/
H A Dglobals.c40 * val - The value for which a string is desired.
66 /* If we get here, it's an unknown value */
80 * val - The value for which a string is desired.
106 /* If we get here, it's an unknown value */
124 /* If we get here, it's an unknown value */
133 _conv_map_ds(uchar_t osabi, Half mach, Conv_elfvalue_t value, argument
140 if ((value < ds->ds_baseval) || (value > ds->ds_topval))
145 return (map_msg2str(inv_buf, value - ds->ds_baseval,
152 return (map_vd2str(inv_buf, value, fmt_flag
347 conv_iter_strtol(const char *str, uint32_t value, void *uvalue) argument
[all...]
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dextends.c38 static int find_fun(char *key, char *value, char *parentfun);
46 do_extends(const Meta_info parentM, const Translator_info *T_info, char *value) argument
68 scan = sscanf(value, "%s %s %s %s", funname, buf, filename, parentfun);
269 * given a key value pair, and the name of the function you are
275 find_fun(char *key, char *value, char *parentfun) argument
284 (void) sscanf(value, "%1023s", pfun);
/illumos-gate/usr/src/cmd/abi/spectrans/spec2trace/
H A Dutil.c105 strset(char *string, char *value) argument
109 assert(value != NULL, "passed a NULL value to strset");
110 vlen = strlen(value);
123 (void) strcpy(string, value);
298 add_string_table(table_t *t, char *value) argument
307 if (in_string_table(t, value)) {
324 t->elements[t->used] = strset(t->elements[t->used], value);
355 in_string_table(table_t *t, char *value) argument
358 size_t len = strlen(value);
[all...]
/illumos-gate/usr/src/cmd/availdevs/
H A Davaildevs.c56 set_uint64_prop(xmlNodePtr node, const char *attr, uint64_t value) argument
59 (void) snprintf(tmp, sizeof (tmp), "%llu", value);
/illumos-gate/usr/src/cmd/bnu/
H A Duucheck.c67 char *value; member in struct:tab
140 if (stat(tabptr->value, &statbuf) < 0) {
142 perror(tabptr->value);
/illumos-gate/usr/src/cmd/fs.d/hsfs/mount/
H A Dmount.c59 static int havegblopt = 0; /* global value supercedes gflg value */
81 char *options, *value; local
132 &value)) {
/illumos-gate/usr/src/cmd/hotplugd/
H A Dhotplugd_impl.c265 char *buf, *tmp, *name, *value, *next; local
293 /* Isolate current name/value, and locate the next */
299 /* Split current name/value pair */
300 if ((value = strchr(name, '=')) != NULL) {
301 *value = '\0';
302 value++;
304 value = "";
308 if (nvlist_add_string(nvl, name, value) != 0) {
347 char *name, *value, *options; local
375 (void) nvpair_value_string(nvp, &value);
[all...]
/illumos-gate/usr/src/cmd/sgs/liblddbg/common/
H A Dgot.c128 Elf_got_entry(Lm_list *lml, Sword ndx, Addr addr, Xword value, Half mach, argument
148 value = BSWAP_XWORD(value);
167 EC_XWORD(value), str, name);
170 EC_XWORD(value));
/illumos-gate/usr/src/cmd/sgs/rtld/sparc/
H A Dsparc_a.out.c80 * value. A zero value indicates we have recursed into ld.so.1 to
210 long value; /* relocation temporary */ local
267 value = ADDR(lmp);
318 value = sym->st_value + rp->r_addend;
322 value += ADDR(_lmp);
325 value -= (long)ADDR(lmp);
329 _lmp, (Addr)value, sym->st_value, name, binfo));
337 value += *ra << (32-22);
339 ((value >> (3
[all...]
/illumos-gate/usr/src/cmd/ldap/common/
H A Dfileurl.c215 * Populate *bvp from "value" of length "vlen."
219 * attempt is made to stat and read the value as if it were the name
230 ldaptool_berval_from_ldif_value( const char *value, int vlen, argument
242 fprintf( stderr, gettext("%s: ldaptool_berval_from_ldif_value: value: %s\n"),
243 ldaptool_progname, value);
247 if ( recognize_url_syntax && *value == '<' ) {
248 for ( url = value + 1; isspace( *url ); ++url ) {
306 } else if ( always_try_file && (stat( value, &fstats ) == 0) &&
307 !S_ISDIR(fstats.st_mode)) { /* get value from file */
308 rc = berval_from_file( value, bv
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dutil_validate.c147 DBT key, value; local
165 if ((*((*vdb)->get))(*vdb, &key, &value, 0)) {
171 return((value.size == sizeof(one)) &&
172 (*((int *) value.data) == one));
175 void *value;
187 if (g_set_entry_get(gs, ptr, (void **) &value)) {
192 return((intptr_t)value == (intptr_t)type); /* SUNW15resync */
/illumos-gate/usr/src/uts/common/inet/ilb/
H A Dilb_alg_rr.c136 rr_server_toggle(list_t *servers, ilb_server_t *host, boolean_t value) argument
146 tmp_server->enabled = value;
/illumos-gate/usr/src/tools/stabs/
H A Dgenassym.c62 static int stabs_log2(unsigned int value);
317 stabs_log2(unsigned int value) argument
322 for (i = 0; i < sizeof (value) * 8; i++) {
323 if ((log << i) == value)

Completed in 118 milliseconds

<<11121314151617181920>>