Searched defs:value (Results 376 - 400 of 1381) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/mdesc/
H A Dcpu_prop_update.c63 add_md_prop(picl_nodehdl_t node, int size, char *name, void* value, int type) argument
72 value, &proph);
/illumos-gate/usr/src/cmd/pools/poold/libjkstat/
H A Djkstat.c70 makeUnsignedInt64(JNIEnv *env, uint64_t value) argument
87 bytes[i] = value & 0xff;
88 value >>= 8;
101 * Return a Long object with the given value.
104 makeLong(JNIEnv *env, jlong value) argument
109 value)))
116 * Return a Double object with the given value.
119 makeDouble(JNIEnv *env, jdouble value) argument
124 value)))
221 * Returns the named value
[all...]
/illumos-gate/usr/src/cmd/ppgsz/
H A Dppgsz.c193 char *options, *value; local
211 subopt = getsubopt(&options, suboptstr, &value);
216 pgsz[subopt] = cnvpgsz(value);
314 * Pass thru the child's exit value.
/illumos-gate/usr/src/cmd/printf/
H A Dprintf.c121 * width or precision is a '*'; if it is, gather up value. Note,
448 int value; local
498 for (value = 0;
500 value <<= 3;
501 value += *fmt - '0';
504 if (percent && value == '%') {
508 *store = (char)value;
578 warnx2(_("%s: expected numeric value"), *gargv, NULL);
613 warnx2(_("%s: expected numeric value"), *gargv, NULL);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/keygen/
H A Dkeygen.c77 char *value; local
81 switch (getsubopt(&arg, opts, &value)) {
86 *net = value;
92 *cid = value;
98 ret = wbku_str_to_keyattr(value, ka, WBKU_ANY_KEY);
105 wbku_printerr("%s is not a valid option\n", value);
114 wbku_printerr("Missing net option value\n");
118 wbku_printerr("Missing cid option value\n");
127 wbku_printerr("Missing key type option value\n");
138 * this function is used to validate a CID value (whic
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/kssl/ksslcfg/
H A Dksslcfg_create.c102 scf_value_t *value = NULL; local
114 value = scf_value_create(handle);
115 if (value == NULL) {
125 if (scf_value_set_from_string(value, type, val) != 0) {
130 if (scf_entry_add_value(entry, value) != 0) {
520 gettext("Error: Invalid proxy port value %s\n"),
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dfw.h45 char _TKFAR *value; member in struct:Op_arg_item
/illumos-gate/usr/src/cmd/dis/
H A Ddis_list.c104 * Adds the given name to the unresolved list. 'value' is an arbitrary value
110 dis_namelist_add(dis_namelist_t *list, const char *name, int value) argument
117 node->un_value = value;
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_argvec.c143 uint_t value = 0; local
162 value |= sop->sop_flag;
178 *((uint_t *)opt->opt_valp) = value;
H A Dmdb_nv.c68 uintmax_t value, uint_t flags, uint_t um_flags, mdb_var_t *next)
95 v->v_uvalue = value;
216 uintmax_t value, uint_t flags)
228 * otherwise: update var with new value
234 value, flags, nv->nv_um_flags, NULL);
252 v->v_uvalue = value;
263 v = nv_var_alloc(name, disc, value, flags, nv->nv_um_flags,
67 nv_var_alloc(const char *name, const mdb_nv_disc_t *disc, uintmax_t value, uint_t flags, uint_t um_flags, mdb_var_t *next) argument
215 mdb_nv_insert(mdb_nv_t *nv, const char *name, const mdb_nv_disc_t *disc, uintmax_t value, uint_t flags) argument
/illumos-gate/usr/src/cmd/mdb/common/modules/genunix/
H A Dmdi.c112 struct mdi_pathinfo value; local
119 if (mdb_vread(&value, sizeof (struct mdi_pathinfo), addr) !=
126 dump_string((uintptr_t)value.pi_addr, "PWWN,LUN (pi_addr)");
130 value.pi_client);
131 mdb_printf("pi_phci: %27l#r::print struct mdi_phci\n", value.pi_phci);
132 mdb_printf("pi_pprivate: %23l#r\n", value.pi_pprivate);
134 value.pi_client_link);
136 value.pi_phci_link);
137 mdb_printf("pi_prop: %27l#r::print struct nv_list\n", value.pi_prop);
139 mdiprops((uintptr_t)value
212 struct mdi_phci value; local
261 struct mdi_vhci value; local
[all...]
/illumos-gate/usr/src/cmd/mdb/sparc/kmdb/
H A Dkmdb_promif_isadep.c104 kmdb_prom_getprop(pnode_t node, char *name, caddr_t value) argument
106 return (prom_getprop(node, name, value));
/illumos-gate/usr/src/cmd/mpathadm/
H A Dcmdparse.h57 uint_t value; member in struct:_object
76 * subcommandValue -> subcommand value
120 * value, reqOpCmd, optOpCmd, noOpCmd, invCmd, multOpCmd
122 * value -> numeric value of object
159 uint_t value; member in struct:_objectRules
187 uint_t value; member in struct:_subcommand
261 * funcRet - pointer to int that holds subcommand function return value
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_callbacks.c872 * Return the value of an environment variable from the variable array.
879 * Pointer to variable value.
890 return (envp->value);
899 * Adds an environment variable name/value pair to the environment
905 * val (input) - value.
912 ndmpd_api_add_env(void *cookie, char *name, char *value) argument
932 valbuf = strdup(value);
940 session->ns_data.dd_env[session->ns_data.dd_env_len].value = valbuf;
951 * Sets an environment variable name/value pair in the environment
952 * variable list. If the variable exists, it gets the new value,
965 ndmpd_api_set_env(void *cookie, char *name, char *value) argument
[all...]
H A Dndmpd_mark.c103 * Set this variable to non-zero value to force traversing
110 * Set this variable to non-zero value to skip processing
442 * value (input) - the initial value for the bitmap
448 create_bitmap(char *path, int value) argument
469 return (dbm_alloc(bm_fname, (u_longlong_t)ninode, value));
984 * to a non-zero value.
/illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/
H A DJDTrace.java157 printValue(Object value, int bytes, String stringFormat) argument
159 if (value instanceof Integer) {
161 out.printf(" %3d", (Integer)value);
163 out.printf(" %5d", (Integer)value);
165 out.printf(" %8d", (Integer)value);
167 } else if (value instanceof Long) {
168 out.printf(" %16d", (Long)value);
170 out.printf(stringFormat, value.toString());
244 Object value;
254 value
[all...]
/illumos-gate/usr/src/cmd/fm/fminject/common/
H A Dinj_string.c189 val = NANOSEC / val; /* compute val as value per sec */
237 inj_strhash_insert(inj_hash_t *h, const char *str, uintmax_t value) argument
239 return (inj_hash_insert(h, (void *)inj_strdup(str), value));
/illumos-gate/usr/src/cmd/fm/modules/sun4/cpumem-diagnosis/
H A Dcmd_mem.c113 uint64_t value, const char *prefix)
133 st->fmds_value.ui64 = value;
112 cmd_mem_retirestat_create(fmd_hdl_t *hdl, fmd_stat_t *st, const char *unum, uint64_t value, const char *prefix) argument
/illumos-gate/usr/src/cmd/fmtmsg/
H A Dmain.c63 * value
97 * TRUE Boolean value for "true" (any bits on)
98 * FALSE Boolean value for "false" (all bits off)
124 int value;
134 long value;
145 * sevprptr Pointer to the string associated with the value
146 * sevnext Pointer to the next value in the list.
365 char *valstr; /* Ptr to extracted sev value */
368 int val; /* Converted severity value */
439 /* Invalid severity value, ea
123 int value; member in struct:sev_info
133 long value; member in struct:class_info
[all...]
/illumos-gate/usr/src/cmd/sendmail/aux/
H A Deditmap.c69 "Usage: %s [-C cffile] [-N] [-f] [-q|-u|-x] maptype mapname key [ \"value ...\" ]\n",
93 char *value = NULL; local
200 value = argv[3];
215 /* Find TrustedUser value in sendmail.cf */
258 "TrustedUser: uid value (%ld) > UID_MAX (%ld)",
356 db_val.data = value;
357 db_val.size = strlen(value);
367 progname, keyname, value, mapname,
/illumos-gate/usr/src/cmd/sf880drd/
H A Dsf880drd.c356 i2c_set_bit(int fp, int bit, uint8_t value) argument
362 passin.bit_value = value;
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfconst.c169 * pointers, for each constant type, indexed by elfedit_const_t value.
232 libconv_count_cb(const char *str, Conv_elfvalue_t value, void *uvalue) argument
250 libconv_fill_cb(const char *str, Conv_elfvalue_t value, void *uvalue) argument
256 sym->sym_value = value;
492 * Given an elfedit_const_t value, return the array of elfedit_atoui_sym_t
/illumos-gate/usr/src/cmd/sgs/libld/common/
H A Dmap.c78 elfcap_mask_t value = 0; local
108 value |= number;
114 * Is the token a numeric value?
123 value |= number;
142 DBG_CALL(Dbg_cap_val_entry(ofl->ofl_lml, DBG_STATE_NEW, type, value,
144 capmask->cm_val |= value;
253 * Read an address (value) or size Xword from a TK_STRING token value
255 * followed by the numeric value.
260 * value
267 valuetoxword(Mapfile *mf, ld_map_tkval_t *tkv, Xword *value) argument
[all...]
H A Dresolve.c82 * most restrictive visibility value should be taken. The precedence is:
839 Xword value = 0; local
870 * have a displacement value rather than an alignment. In other words
928 * the symbols size simply save the largest value for
937 value = balign;
1042 if (value)
1043 sdp->sd_sym->st_value = value;
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dfrontend.c147 * value to the back-end translator to process. The following
160 char key[BUFSIZ], *value = NULL, *p = NULL; local
213 p = realloc(value, sizeof (char)*(strlen(buf2)+1));
217 "value: %d\n", errno);
219 value = p;
220 split(buf2, key, value);
226 retval = xlator_start_if(meta_info, ki, value);
245 value, T_info->ti_archtoken, spec_fp);
259 T_info, value);
273 "interface %s\n", value);
428 split(const char *line, char *key, char *value) argument
464 check4extends(const char *filename, const char *value, int arch, FILE *fp) argument
[all...]

Completed in 182 milliseconds

<<11121314151617181920>>