Searched defs:value (Results 226 - 250 of 1381) sorted by relevance

1234567891011>>

/illumos-gate/usr/src/lib/libshell/common/bltins/
H A Dgetopts.c59 char value[2], key[2]; local
70 value[1] = 0;
136 *(options = value) = flag;
158 options = value;
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_uri_ui.c97 sip_get_uri_parsed(sip_header_value_t value, int *error) argument
103 if (value == NULL || value->sip_value_parse_uri == NULL ||
104 value->value_state == SIP_VALUE_DELETED) {
109 ret = value->sip_value_parse_uri;
294 * Return opaque value for an ABS URI
/illumos-gate/usr/src/lib/libdtrace_jni/java/src/org/opensolaris/os/dtrace/
H A DScalarRecord.java37 * value generated by DTrace.
52 new String[] {"value", "numberOfBytes"})
77 private final Object value; field in class:ScalarRecord
89 * @param v DTrace primitive data value
92 * @throws NullPointerException if the given value is {@code null}
96 * @throws ClassCastException if the given value is not a DTrace
97 * primitive type listed as a possible return value of {@link
103 value = v;
111 if (value == null) {
116 if (value instanceo
355 valueToString(Object value) argument
[all...]
H A DUserSymbolRecord.java34 * A value generated by the DTrace {@code umod()}, {@code ufunc()}, or
77 private transient Value value; field in class:UserSymbolRecord
87 value = new Value(pid, addressValue);
102 * @throws NullPointerException if the given lookup value is {@code null}
109 value = new Value(pid, addressValue);
130 return value.getProcessID();
164 return value.getAddress();
168 * Gets the composite value of the symbol's process ID and address.
169 * The value is used in {@link #equals(Object o) equals()} and
174 * @return non-null composite value o
[all...]
/illumos-gate/usr/src/lib/libvolmgt/common/
H A Dvolmgt.c57 * return value(s):
86 * return value(s):
118 * return value(s):
146 * return value(s):
175 * return value(s):
210 * st_rdev (real device) stat() value.
212 * return value(s):
247 * return value(s):
279 * return value(s):
345 * return value(
494 media_setattr(char *vol_path, char *attr, char *value) argument
[all...]
/illumos-gate/usr/src/lib/libnisdb/
H A Dldap_structs.h50 /* A single value. If the value is a (char *), the length includes the NUL */
53 void *value; member in struct:__anon3620
61 int repeat; /* Should value be repeated ? */
/illumos-gate/usr/src/lib/libprtdiag/common/
H A Ddisplay_funcs.c122 time_t value; local
134 value = (time_t)atoi(value_str);
135 if (value == 0)
142 (void) log_printf("%s", ctime(&value));
/illumos-gate/usr/src/lib/libc/port/gen/
H A Drctlops.c176 rctlblk_set_value(rctlblk_t *rblk, rctl_qty_t value) argument
179 ropaque->rcq_value = value;
/illumos-gate/usr/src/lib/libc/port/rt/
H A Dsem.c57 sem_open(const char *path, int oflag, /* mode_t mode, int value */ ...)
67 uint_t value = 0; local
84 value = va_arg(ap, uint_t);
86 /* check value < the max for a named semaphore */
88 (ulong_t)value > (ulong_t)semvaluemax) {
150 error = sema_init((sema_t *)sem, value, USYNC_PROCESS, 0);
246 sem_init(sem_t *sem, int pshared, uint_t value) argument
250 if ((error = sema_init((sema_t *)sem, value,
/illumos-gate/usr/src/lib/libc/port/threads/
H A Dtsd.c81 * the value NULL with the new (reused) key for each thread.
148 * value of THR_ONCE_KEY is invalid, and requires that the key be
149 * allocated with a value of THR_ONCE_KEY before calling here.
151 * and <pthread.h> respectively, must have the same value.
222 * is why we waste a little memory and allocate a NULL value
267 thr_setspecific_slow(thread_key_t key, void *value) argument
288 * is later deleted (or indeed, is deleted before we set the value),
315 ntsd->tsd_data[key] = value;
322 thr_setspecific(thread_key_t key, void *value) argument
335 curthread->ul_ftsd[key] = value;
355 pthread_setspecific(pthread_key_t key, const void *value) argument
[all...]
/illumos-gate/usr/src/lib/libcmd/common/
H A Dfds.c64 int value; member in struct:NV_s
322 for (type = 0; family[type].name && family[type].value != addr.sin_family; type++);
H A Dgetconf.c33 "[+DESCRIPTION?\bgetconf\b displays the system configuration value for"
35 " the value is determined relative to \apath\a or the current"
37 " \bgetconf\b attempts to change the process local value to \avalue\a."
43 "[+?The current value for \aname\a is written to the standard output. If"
46 " determining its value, then a diagnostic written to the standard error"
70 " [+XX?Constant value.]"
104 "\n[ name [ path [ value ] ] ... ]\n"
110 " variable. The \b_AST_FEATURES\b value is a space-separated"
114 " \avalue\a is the system configuration value.]"
135 register char* value; local
[all...]
/illumos-gate/usr/src/lib/libipmi/common/
H A Dipmi_util.c216 * Converts a BCD decimal value to an integer.
219 ipmi_convert_bcd(int value) argument
226 digit = ((value & (0xf << (i * 4))) >> (i * 4));
/illumos-gate/usr/src/lib/libm/common/m9x/
H A D__fex_sym.c214 unsigned long fo, va, value; local
270 /* find the symbol in this segment with the highest value
273 value = nm = 0;
293 if (s[j].st_value < value || s[j].st_value > va)
296 value = s[j].st_value;
304 fo = (value - ph[i].p_vaddr) + ph[i].p_offset;
/illumos-gate/usr/src/cmd/ypcmd/
H A Dstdhosts.c58 static void verify_and_output(const char *key, char *value, int lineno);
83 char *fgetsp; /* Holds return value for fgets() calls */
226 * Builds and verifies the output key and value string
229 * key + separator + value <= OUTPUTSIZ (for ndbm)
234 verify_and_output(const char *key, char *value, int lineno) argument
259 if (value) { /* Just in case value is NULL */
260 p = value;
261 if ((endp = strchr(value, '#')) == 0) /* Ignore # comments */
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dhercules.c40 outb (unsigned short port, unsigned char value) argument
42 asm volatile ("outb %b0, %w1" : : "a" (value), "Nd" (port));
/illumos-gate/usr/src/head/
H A Dsecdb.h45 #define KV_ADD_KEYS 16 /* number of key value pairs to realloc */
70 char *value; member in struct:kv_s
71 } kv_t; /* A key-value pair */
75 kv_t *data; /* array of key value pairs */
76 } kva_t; /* Key-value array */
/illumos-gate/usr/src/lib/cfgadm_plugins/fp/common/
H A Dcfga_fp.c52 char *value, *hw_option, *hw_option_p; local
85 &value)) {
215 char *value, *hw_option, *hw_option_p; local
243 &value)) {
359 /* Return a negative value */
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/pri/
H A Dpriplugin.c87 add_md_prop(picl_nodehdl_t node, int size, char *name, void* value, int type) argument
96 value, &proph);
/illumos-gate/usr/src/cmd/pools/poolcfg/
H A Dpoolcfg.y93 " ( proptype name = value [ ; proptype name = value ]* )\n" \
238 %type <val> value
490 value: PCV_VAL_INT { $$.i = $1;} label
536 prop_assign: proptype name PCK_ASSIGN value
1191 * yyin to the value returned by tmpfile. Write the command into the file.
1210 * instructions from this location by setting yyin to the value returned by
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DElement.java88 * @return a value containing the property details.
93 Value value = (Value) readOnlyValues.get(name);
94 return (value);
96 Value value = new Value(name);
98 name, value.getValue()) == PoolInternal.POC_INVAL) {
102 value.lock();
103 readOnlyValues.put(name, value);
105 return (value);
117 * @return a value containing the property details.
123 Value value
148 putProperty(String name, Value value) argument
[all...]
H A DValue.java30 * The <code>Value</code> class represents a pools value.
38 * @param pointer A pointer to a C value.
47 * @param name The name of the value.
49 * allocating the value.
60 * @param name The name of the value.
61 * @param value The value of the value.
63 * allocating the value.
65 public Value(String name, long value) throw argument
79 Value(String name, long value, boolean s) argument
92 Value(String name, String value) argument
105 Value(String name, boolean value) argument
118 Value(String name, double value) argument
200 setValue(long value) argument
211 setValue(long value, boolean s) argument
224 setValue(String value) argument
236 setValue(boolean value) argument
249 setValue(double value) argument
[all...]
/illumos-gate/usr/src/cmd/print/lpset/
H A Dlpset.c90 "[-a key=value] [-d key] (printer)\n"),
272 char *p, *key = NULL, *value = NULL; local
279 value = ++p;
284 if ((value != NULL) && (*value == NULL))
285 value = NULL;
288 if ((value == NULL) &&
296 (void) ns_set_value_from_string(key, value,
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/encr/
H A Dencr.c59 * This routine will pass the value of the suboption back in the
68 char *value; local
72 switch (getsubopt(&arg, opts, &value)) {
77 ret = wbku_str_to_keyattr(value, ka, WBKU_ENCR_KEY);
84 wbku_printerr("Invalid option %s\n", value);
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/wanboot/ickey/
H A Dickey.c84 char *value; local
110 &value)) {
112 typestring = value;

Completed in 120 milliseconds

1234567891011>>