Searched defs:value (Results 426 - 450 of 1381) sorted by relevance

<<11121314151617181920>>

/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7cnca.c85 * min, max, and value are int64_t's, addr is the optional address of an
92 /*min max value name */
240 nl7c_uri_ttl_set(queue_t *q, mblk_t *mp, char *value, caddr_t nu, cred_t *cr) argument
242 if (ddi_strtol(value, NULL, 10, &nl7c_uri_ttl) != 0)
257 nca_logging_on_set(queue_t *q, mblk_t *mp, char *value, caddr_t nu, cred_t *cr) argument
261 if (ddi_strtol(value, NULL, 10, &new_value) != 0 || new_value < 0 ||
316 nca_param_set(queue_t *q, mblk_t *mp, char *value, caddr_t cp, cred_t *cr) argument
321 if (ddi_strtoul(value, NULL, 10, &new_value) != 0 ||
/illumos-gate/usr/src/tools/ctf/cvt/
H A Dalist.c108 alist_add(alist_t *alist, void *name, void *value) argument
114 el->ale_value = value;
119 alist_find(alist_t *alist, void *name, void **value) argument
127 if (value)
128 *value = ret->ale_value;
170 alist_def_print_cb(void *key, void *value) argument
180 printf("%5d\n", (int)value);
H A Dhash.c194 hash_find(hash_t *hash, void *key, void **value) argument
204 if (ret && value)
205 *value = hd.hd_ret;
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Dpro_forms.c61 This function adds an attribute whose value is
226 /* return value points to an array of LEB number */
333 DWARF 4: the FORM here means that for DW_AT_high_pc the value
341 dwarf_add_AT_dataref when the value is a simple offset .
434 This function adds attributes whose value
436 size of the value field from the value of
443 Dwarf_Unsigned value, Dwarf_Error * error)
503 if (value <= UCHAR_MAX) {
506 } else if (value <
440 dwarf_add_AT_unsigned_const(Dwarf_P_Debug dbg, Dwarf_P_Die ownerdie, Dwarf_Half attr, Dwarf_Unsigned value, Dwarf_Error * error) argument
553 dwarf_add_AT_signed_const(Dwarf_P_Debug dbg, Dwarf_P_Die ownerdie, Dwarf_Half attr, Dwarf_Signed value, Dwarf_Error * error) argument
[all...]
/illumos-gate/usr/src/tools/ndrgen/
H A Dndr_lex.c320 yylval = 0; /* operator tokens have no value */
423 int_enter(long value) argument
429 if (p->value == value)
435 p->value = value;
437 p->s_node.n_int = value;
/illumos-gate/usr/src/uts/common/crypto/core/
H A Dkcf_prov_lib.c544 uchar_t **value, ssize_t *value_len)
551 *value = (uchar_t *)key->ck_attrs[i].oa_value;
543 crypto_get_key_attr(crypto_key_t *key, crypto_attr_type_t type, uchar_t **value, ssize_t *value_len) argument
/illumos-gate/usr/src/uts/common/crypto/io/
H A Ddca_3des.c667 uchar_t *value; local
721 value = (uchar_t *)key->ck_data;
731 des_ctx->dr_ctx.key[i] |= *value;
732 value++;
742 des_ctx->dr_ctx.key[i] |= *value;
743 value++;
764 value32 = (uint32_t *)value;
769 value[0]<<24 | value[1]<<16 | value[
[all...]
/illumos-gate/usr/src/uts/common/io/audio/ac97/
H A Dac97_alc.c77 alc650_set_linein_func(ac97_ctrl_t *actrl, uint64_t value) argument
82 if (value & 2) {
90 alc650_set_mic_func(ac97_ctrl_t *actrl, uint64_t value) argument
95 if (value & 2) {
106 alc850_set_auxin_func(ac97_ctrl_t *actrl, uint64_t value)
111 if (value & 2) {
120 alc650_set_pcm(ac97_ctrl_t *actrl, uint64_t value) argument
128 vol = value & 0xff;
/illumos-gate/usr/src/uts/common/io/audio/drv/audiovia97/
H A Daudiovia97.c166 int value = 0; local
169 value = (index << 16) + data;
170 OUTL(devc, devc->base + AC97CODEC, value);
/illumos-gate/usr/src/uts/common/io/cpqary3/
H A Dcpqary3_transport.c175 * Return Values: value returned by scsi_hba_probe()
404 * There is no other possible return value
818 * Description : This routine is called to get the current value of a
823 * Return Values: current value of capability / -1 (if unsupported)
882 * Description : This routine is called to set the current value of a
886 * new capability value, target(s) affected
892 cpqary3_setcap(struct scsi_address *sa, char *capstr, int value, int tgtonly) argument
/illumos-gate/usr/src/uts/common/io/cxgbe/t4nex/
H A Dt4nex.h54 uint32_t value; member in struct:t4_reg32_cmd
/illumos-gate/usr/src/uts/common/io/bnxe/577xx/hsi/hw/include/
H A Ddbg_bus.h10 u32_t value; member in struct:_dbg_reg_write
/illumos-gate/usr/src/uts/common/io/comstar/port/iscsit/
H A Discsit_authclient.h61 auth_value_t value; member in struct:auth_key
/illumos-gate/usr/src/uts/common/xen/public/hvm/
H A Dhvm_op.h30 uint64_t value; /* IN/OUT */ member in struct:xen_hvm_param
/illumos-gate/usr/src/uts/common/io/nxge/npi/
H A Dnpi_ipp.c113 uint64_t value, offset; local
125 NXGE_REG_RD64(handle, (uint32_t)offset, &value);
127 NXGE_REG_RD64(handle, offset, &value);
131 offset, ipp_fzc_name[i], value));
143 uint64_t value, offset; local
155 NXGE_REG_RD64(handle, (uint32_t)offset, &value);
157 NXGE_REG_RD64(handle, offset, &value);
339 status->value = val;
346 uint64_t value; local
350 IPP_REG_RD(handle, portn, IPP_PFIFO_RD_PTR_REG, &value);
358 uint64_t value; local
370 uint64_t value; local
383 uint64_t value; local
[all...]
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_intr.c1067 uint64_t *value)
1074 NXGE_REG_RD64(nxge->npi_handle, offset, value);
1089 mgm.value = 0;
1097 NXGE_REG_WR64(nxge->npi_handle, offset, mgm.value);
1062 nxge_hio_ldsv_im( nxge_t *nxge, nxge_ldg_t *group, pio_ld_op_t op, uint64_t *value) argument
/illumos-gate/usr/src/uts/common/io/usb/usba/
H A Dusba_devdb.c145 u_longlong_t value; local
186 "Syntax Error: Invalid value %s"
217 "Syntax Error: Invalid value %s"
251 (void) kobj_getvalue(tokval, &value);
254 cfgrec->idVendor = (int)value;
258 cfgrec->idProduct = (int)value;
262 cfgrec->cfg_index = (int)value;
267 "Syntax Error: Invalid value for "
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-mgmtaux.c29 #define __hal_aux_snprintf(retbuf, bufsize, fmt, key, value, retsize) \
32 XGE_HAL_AUX_SEPA, value); \
35 #define __hal_aux_snprintf(retbuf, bufsize, fmt, key, value, retsize) \
37 retsize = xge_os_sprintf(retbuf, fmt, key, XGE_HAL_AUX_SEPA, value); \
47 #define __HAL_AUX_ENTRY(key, value, fmt) \
49 __hal_aux_snprintf(ptr, leftsize, "%s%c"fmt"\n", key, value, entrysize)
148 * @value: Regsister value (to write).
161 unsigned int offset, u64 value)
165 status = xge_hal_mgmt_reg_write(devh, 0, offset, value);
160 xge_hal_aux_bar0_write(xge_hal_device_h devh, unsigned int offset, u64 value) argument
[all...]
/illumos-gate/usr/src/uts/common/krtld/
H A Dkobj_stubs.c154 kobj_getsymname(uintptr_t value, ulong_t *offset) argument
168 kobj_searchsym(struct module *mp, uintptr_t value, ulong_t *offset) argument
/illumos-gate/usr/src/lib/krb5/plugins/preauth/pkinit/
H A Dpkinit_identity.c289 /* Split string into attr=value substrings */
418 const char *value)
424 pkiDebug("%s: processing value '%s'\n",
425 __FUNCTION__, value ? value : "NULL");
426 if (value == NULL)
429 residual = strchr(value, ':');
433 typelen = residual - value;
434 if (strncmp(value, "FILE:", typelen) == 0) {
437 } else if (strncmp(value, "PKCS1
413 process_option_identity(krb5_context context, pkinit_plg_crypto_context plg_cryptoctx, pkinit_req_crypto_context req_cryptoctx, pkinit_identity_opts *idopts, pkinit_identity_crypto_context id_cryptoctx, const char *value) argument
502 process_option_ca_crl(krb5_context context, pkinit_plg_crypto_context plg_cryptoctx, pkinit_req_crypto_context req_cryptoctx, pkinit_identity_opts *idopts, pkinit_identity_crypto_context id_cryptoctx, const char *value, int catype) argument
538 pkinit_identity_process_option(krb5_context context, pkinit_plg_crypto_context plg_cryptoctx, pkinit_req_crypto_context req_cryptoctx, pkinit_identity_opts *idopts, pkinit_identity_crypto_context id_cryptoctx, int attr, const char *value) argument
[all...]
/illumos-gate/usr/src/lib/libadm/common/
H A Dcktime.c71 p_ndig(char *string, int *value) argument
86 *value = accum;
306 * return value 1: NG
307 * return value 0: OK
H A Dpkgparam.c182 /* Now read the parameter value. */
195 * the value is followed by '"', this makes
197 * a part of value and the end quote
199 * PARAM2="value"<== newline here
200 * PARAM3="value"\
287 * Now while there's a parametric value and it ends in a
322 char *pt, *copy, *value, line[PATH_MAX]; local
359 * to find the value of the next available parameter for this
373 /* remove all whitespace from value */
374 value
[all...]
/illumos-gate/usr/src/lib/libast/common/disc/
H A Dsfkeyprintf.c141 Value_t* value = (Value_t*)vp; local
220 value->c = s ? *s : n;
225 value->q = (Sflong_t)(s ? strtoll(s, NiL, 0) : n);
231 value->q = s ? (Sflong_t)strtoull(s, NiL, 0) : n;
236 value->p = pointerof(n);
242 value->s = fmtquote(s, "$'", "'", strlen(s), 0);
247 value->q = n;
310 value->s = s;
317 value->c = 0;
320 value
[all...]
/illumos-gate/usr/src/uts/sun4v/io/iospc/
H A Diospc.h69 uint64_t value; member in struct:iospc_event
/illumos-gate/usr/src/uts/sun4v/promif/
H A Dpromif_prop.c170 * Replace the current value of a property string given its name and
171 * new value.
174 promif_ldom_setprop(char *name, void *value, int valuelen) argument
202 (void) strncpy(&setp->name_and_value[namelen + 1], value, valuelen);
242 caddr_t value; local
250 value = p1275_cell2ptr(ci[5]);
254 len = promif_ldom_setprop(name, value, len);
257 len = promif_stree_setprop(node, name, (void *)value, len);
273 caddr_t value; local
280 value
[all...]

Completed in 114 milliseconds

<<11121314151617181920>>