Searched refs:value (Results 376 - 400 of 2564) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/chat/
H A DMakefile14 CERRWARN += -_gcc=-Wno-unused-value
/illumos-gate/usr/src/cmd/hal/hald/
H A Ddevice_store.h79 /* Return value of FALSE means that the foreach should be short-circuited */
102 const char *value);
106 int value);
110 const char *value);
114 const char *value,
/illumos-gate/usr/src/cmd/idmap/idmapd/
H A Dadutils.h105 * RID, else it won't and the last RID value will be stored in *rid.
111 char **dn, char **attr, char **value, char **canonname,
131 char **dn, char **attr, char **value, char **name,
140 char **dn, char **attr, char **value, char **sid, rid_t *rid,
149 char **dn, char **attr, char **value, char **sid, rid_t *rid,
/illumos-gate/usr/src/cmd/sgs/librtld/i386/
H A D_relocate.c72 * Copy a relocation record and increment its value. The record must reflect
121 Word value = reloc->r_value; local
133 (uintptr_t)value, reloc->r_pltndx);
136 (void) memcpy((void *)oaddr, (void *)value,
139 (void) do_reloc_rtld(type, oaddr, &value, reloc->r_name, name,
/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/tools/cscope-fast/
H A Dmouse.h44 char *value; member in struct:__anon4459
48 NONE, /* must be first value */
/illumos-gate/usr/src/lib/udapl/udapl_tavor/common/
H A Ddapl_rmr_util.c105 int32_t value = 0; local
108 value |= IB_BIND_ACCESS_REMOTE_READ;
111 value |= IB_BIND_ACCESS_REMOTE_WRITE;
113 return (value);
/illumos-gate/usr/src/test/os-tests/tests/sigqueue/
H A Dsigqueue_queue_size.c80 union sigval value; local
102 value.sival_int = 0;
124 error = sigqueue(pid, SIGQUEUE_SIGNAL, value);
134 error = sigqueue(pid, SIGQUEUE_SIGNAL, value);
/illumos-gate/usr/src/uts/common/sys/ib/mgt/ibmf/
H A Dibmf_kstat.h73 kp->xx.value.ui32 += val; \
80 kp->xx.value.ui32 -= val; \
87 kp->xx.value.ui32 += val; \
94 kp->xx.value.ui32 -= val; \
/illumos-gate/usr/src/lib/libast/common/hash/
H A Dhashwalk.c47 if ((v = (*walker)(hashname(b), (tab->flags & HASH_VALUE) ? b->value : (char*)b, handle)) < 0)
/illumos-gate/usr/src/uts/sparc/os/
H A Dcpr_sparc.c89 * sets the result code based on (prop value == "true")
94 char value[PROP_BOOL_LEN]; local
101 if (len < 0 || len >= sizeof (value))
103 bzero(value, sizeof (value));
104 if (prom_getprop(node, name, value) != len)
106 *result = (strcmp(value, "true") == 0);
129 props->mod, props->name, props->value);
138 len = strlen(props->value);
139 rc = prom_setprop(node, props->name, props->value, le
[all...]
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/mech/
H A Dk5unseal.c99 message_buffer->value = NULL;
293 if ((token.value = (void *) xmalloc(token.length)) == NULL) {
300 (void) memcpy(token.value, plain+conflen, token.length);
302 token.value = NULL;
307 plain = token.value;
312 token.value = NULL;
313 plain = token.value;
364 xfree_wrap(token.value, token.length);
365 /* Solaris Kerberos: just to be safe since token.value is an
368 token.value
[all...]
/illumos-gate/usr/src/uts/common/io/nge/
H A Dnge_kstats.c90 knp->value.ui64 = hw_stp->a[ksip->index];
152 (knp++)->value.ui64 = infop->businfo;
153 (knp++)->value.ui64 = infop->command;
154 (knp++)->value.ui64 = infop->vendor;
155 (knp++)->value.ui64 = infop->device;
156 (knp++)->value.ui64 = infop->subven;
157 (knp++)->value.ui64 = infop->subdev;
158 (knp++)->value.ui64 = infop->revision;
159 (knp++)->value.ui64 = infop->clsize;
160 (knp++)->value
[all...]
/illumos-gate/usr/src/uts/common/io/ixgbe/
H A Dixgbe_gld.c605 uint8_t value; local
626 value = (speeds & IXGBE_LINK_SPEED_100_FULL) ? 1 : 0;
627 mac_prop_info_set_default_uint8(prh, value);
632 value = (speeds & IXGBE_LINK_SPEED_1GB_FULL) ? 1 : 0;
633 mac_prop_info_set_default_uint8(prh, value);
638 value = (speeds & IXGBE_LINK_SPEED_2_5GB_FULL) ? 1 : 0;
639 mac_prop_info_set_default_uint8(prh, value);
644 value = (speeds & IXGBE_LINK_SPEED_5GB_FULL) ? 1 : 0;
645 mac_prop_info_set_default_uint8(prh, value);
650 value
722 int value; local
914 int value; local
[all...]
/illumos-gate/usr/src/lib/rpcsec_gss/
H A Drpcsec_gss_misc.c63 if (xdr_bytes(xdrs, (char **)&buf->value, &cast_len,
166 in_buf.value = temp_xdrs.x_base;
227 in_buf.value = NULL;
228 out_buf.value = NULL;
241 free(in_buf.value);
248 in_buf.value = out_buf.value;
261 free(out_buf.value);
263 free(in_buf.value);
274 xdrmem_create(&temp_xdrs, in_buf.value, in_bu
[all...]
/illumos-gate/usr/src/lib/libshell/common/tests/
H A Dtimetype.sh37 then .sh.value=${ printf "%(${_._})T" now ;}
38 else .sh.value=${ printf "%(${_._})T" "#$((_))" ;}
43 .sh.value=${ printf "%(%#)T" "${.sh.value}";}
/illumos-gate/usr/src/lib/libxcurses/src/libc/xcurses/
H A Dtrace.c100 (__m_return_int)(const char *s, int value) argument
102 __m_trace("%s returned %d", s, value);
104 return value;
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dconfstr.c40 char *value; member in struct:__anon2988
127 conf_length = strlen(entry->value) + 1;
129 (void) strncpy(buf, entry->value, length);
/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c145 msg_buf.length, (char *)msg_buf.value);
160 msg_buf.length, (char *)msg_buf.value);
185 out_buf.value = (void *)ver_str;
186 out_buf.length = strlen((char *)out_buf.value);
188 out_buf.length, out_buf.length, (char *)out_buf.value));
206 memcmp(out_buf.value, in_buf.value, out_buf.length) != 0) {
209 (char *)out_buf.value, in_buf.length,
210 (char *)in_buf.value));
211 free(in_buf.value);
[all...]
/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/dtrace/test/tst/common/java_api/src/
H A DTestMaxConsumers.java42 Integer value = null;
46 value = Integer.parseInt(property);
51 return value;
/illumos-gate/usr/src/cmd/fs.d/
H A Dfssnapsup.c94 * value of labels. This could be used for listing all active snapshots.
186 for (i = 0; i <= highp->value.ui32; i++) {
286 switch (numvalp->value.i32) {
299 switch (numvalp->value.i32) {
344 size = numvalp->value.ui64;
367 if (numvalp->value.ui64 == 0LL)
371 numvalp->value.ui64 / 1024LL);
373 printf("%llu\n", numvalp->value.ui64);
398 tm = localtime(&numvalp->value.l);
402 p = ctime(&numvalp->value
[all...]
/illumos-gate/usr/src/cmd/abi/spectrans/parser/
H A Dparser.h125 char *value);
126 extern int xlator_take_kvpair(const Meta_info, const int token, char *value);
127 extern int xlator_end_if(const Meta_info, const char *value);
/illumos-gate/usr/src/cmd/hal/hald-runner/
H A Dutils.c41 const char *value; local
43 dbus_message_iter_get_basic(iter, &value);
44 t = g_strdup(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...]

Completed in 81 milliseconds

<<11121314151617181920>>