Home
last modified time | relevance | path

Searched refs:valuep (Results 1 – 25 of 96) sorted by relevance

1234

/onnv-gate/usr/src/cmd/fm/modules/common/eversholt/
H A Deval.c167 int try, struct evalue *valuep) in eval_cat() argument
190 valuep->t = STRING; in eval_cat()
191 valuep->v = (uintptr_t)stable(s); in eval_cat()
195 arrowp, try, valuep)) in eval_cat()
197 if (check_expr_args(valuep, NULL, STRING, np)) in eval_cat()
212 struct config *croot, struct arrow *arrowp, int try, struct evalue *valuep) in eval_func() argument
225 valuep->t = UINT64; in eval_func()
226 valuep->v = 1; in eval_func()
236 valuep->t = UNDEFINED; in eval_func()
240 valuep->t = UINT64; in eval_func()
[all …]
H A Dplatform.c1303 struct arrow *arrowp, struct evalue *valuep) in platform_call() argument
1379 valuep->t = STRING; in platform_call()
1380 valuep->v = (uintptr_t)stable(outbuf); in platform_call()
1405 struct arrow *arrowp, struct evalue *valuep) in platform_confcall() argument
1511 platform_payloadprop(struct node *np, struct evalue *valuep) in platform_payloadprop() argument
1603 } else if (valuep == NULL) { in platform_payloadprop()
1611 valuep->t = UNDEFINED; in platform_payloadprop()
1620 valuep->t = NODEPTR; in platform_payloadprop()
1621 valuep->v = (uintptr_t)hc_fmri_nodeize(embnvp); in platform_payloadprop()
1630 valuep->t = UINT64; in platform_payloadprop()
[all …]
H A Dconfig.h76 struct evalue *valuep);
78 struct evalue *valuep);
79 int config_is_on(struct node *np, struct config *croot, struct evalue *valuep);
81 struct evalue *valuep);
H A Dplatform.h60 struct arrow *arrowp, struct evalue *valuep);
62 struct config *croot, struct arrow *arrowp, struct evalue *valuep);
63 int platform_payloadprop(struct node *np, struct evalue *valuep);
H A Deval.h56 int try, struct evalue *valuep);
/onnv-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgetsubopt.c37 getsubopt(optionsp, tokens, valuep) in getsubopt() argument
40 char **valuep;
45 *valuep = NULL;
58 *valuep = NULL;
61 *valuep = ++p;
69 *valuep = s;
/onnv-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_values.c72 nwam_value_t *valuep) in nwam_value_create() argument
82 *valuep = NULL; in nwam_value_create()
150 *valuep = newvalue; in nwam_value_create()
182 nwam_value_t *valuep) in nwam_value_create_boolean_array() argument
185 valuep)); in nwam_value_create_boolean_array()
189 nwam_value_create_boolean(boolean_t value, nwam_value_t *valuep) in nwam_value_create_boolean() argument
191 return (nwam_value_create_boolean_array(&value, 1, valuep)); in nwam_value_create_boolean()
196 nwam_value_t *valuep) in nwam_value_create_int64_array() argument
199 valuep)); in nwam_value_create_int64_array()
203 nwam_value_create_int64(int64_t value, nwam_value_t *valuep) in nwam_value_create_int64() argument
[all …]
/onnv-gate/usr/src/lib/libc/port/gen/
H A Dgetsubopt.c44 getsubopt(char **optionsp, char * const *tokens, char **valuep) in getsubopt() argument
50 *valuep = NULL; in getsubopt()
63 *valuep = NULL; in getsubopt()
66 *valuep = ++p; in getsubopt()
74 *valuep = s; in getsubopt()
/onnv-gate/usr/src/uts/sun4/io/px/
H A Dpx_msi.c329 int *valuep = NULL; in px_msi_get_props() local
344 DDI_PROP_DONTPASS, "msi-ranges", (caddr_t)&valuep, &length) in px_msi_get_props()
348 msi_state_p->msi_1st_msinum = ((px_msi_ranges_t *)valuep)->msi_no; in px_msi_get_props()
349 kmem_free(valuep, (size_t)length); in px_msi_get_props()
380 DDI_PROP_DONTPASS, "msi-address-ranges", (caddr_t)&valuep, &length) in px_msi_get_props()
384 msi_addr_hi = ((px_msi_address_ranges_t *)valuep)->msi_addr32_hi; in px_msi_get_props()
385 msi_addr_lo = ((px_msi_address_ranges_t *)valuep)->msi_addr32_lo; in px_msi_get_props()
388 ((px_msi_address_ranges_t *)valuep)->msi_addr32_len; in px_msi_get_props()
390 msi_addr_hi = ((px_msi_address_ranges_t *)valuep)->msi_addr64_hi; in px_msi_get_props()
391 msi_addr_lo = ((px_msi_address_ranges_t *)valuep)->msi_addr64_lo; in px_msi_get_props()
[all …]
H A Dpx_msiq.c399 char *valuep = NULL; in px_msiq_get_props() local
422 DDI_PROP_DONTPASS, "msi-eq-to-devino", (caddr_t)&valuep, &length); in px_msiq_get_props()
433 (caddr_t)&valuep, &length); in px_msiq_get_props()
441 ((px_msi_eq_to_devino_t *)valuep)->msi_eq_no; in px_msiq_get_props()
443 ((px_msi_eq_to_devino_t *)valuep)->devino_no; in px_msiq_get_props()
451 kmem_free(valuep, (size_t)length); in px_msiq_get_props()
/onnv-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvd.c796 char *tok, *valuep, *strend; in process_env_conf_file() local
850 valuep = tok + toklen + 1; in process_env_conf_file()
851 if (valuep > buf+len) in process_env_conf_file()
852 valuep = buf + len; in process_env_conf_file()
864 val = strtol(valuep, &valuep, 0); in process_env_conf_file()
867 if (errno != 0 || strtok(valuep, tokdel)) { in process_env_conf_file()
901 valuep += strspn(valuep, tokdel); in process_env_conf_file()
902 strend = parse_string_val(valuep); in process_env_conf_file()
904 if (strend == NULL || *valuep != '"' || in process_env_conf_file()
906 (strend-valuep) > tunep->size) { in process_env_conf_file()
[all …]
/onnv-gate/usr/src/cmd/cmd-inet/sbin/dhcpinfo/
H A Ddhcpinfo.c61 char *value, *valuep; in main() local
226 for (i = 0, valuep = value; i < opt_len; i++) in main()
227 valuep += sprintf(valuep, "0x%02X ", valptr[i]); in main()
229 valuep[-1] = '\0'; in main()
/onnv-gate/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c551 const char *valuep; in inittab_encode_e() local
601 for (valuep = value; valuep++ != NULL; n_entries++) in inittab_encode_e()
602 valuep = strchr(valuep, ' '); in inittab_encode_e()
644 valuep = value; in inittab_encode_e()
645 while (*valuep != '\0') { in inittab_encode_e()
653 if (isascii(*valuep) && isspace(*valuep)) { in inittab_encode_e()
654 valuep++; in inittab_encode_e()
660 while ((inchr = *valuep) != '\0') { in inittab_encode_e()
661 valuep++; in inittab_encode_e()
739 while (isascii(*valuep) && isspace(*valuep)) in inittab_encode_e()
[all …]
/onnv-gate/usr/src/cmd/fs.d/cachefs/cfsd/
H A Dcfsd_maptbl.c540 struct cfs_dlog_mapping_space *valuep) in maptbl_get() argument
547 dbug_precond(valuep); in maptbl_get()
555 *valuep = *pa; in maptbl_get()
579 struct cfs_dlog_mapping_space *valuep, in maptbl_set() argument
587 dbug_precond(valuep); in maptbl_set()
591 xx = maptbl_cidhashaddr(maptbl_object_p, valuep->ms_cid, in maptbl_set()
594 *pa = *valuep; in maptbl_set()
H A Dcfsd_maptbl.h72 struct cfs_dlog_mapping_space *valuep);
74 struct cfs_dlog_mapping_space *valuep, int insert);
/onnv-gate/usr/src/uts/common/os/
H A Dsubr.c221 getsubopt(char **optionsp, char * const *tokens, char **valuep) in getsubopt() argument
227 *valuep = NULL; in getsubopt()
240 *valuep = NULL; in getsubopt()
243 *valuep = ++p; in getsubopt()
251 *valuep = s; in getsubopt()
H A Dddi.c291 drv_getparm(unsigned int parm, void *valuep) in drv_getparm() argument
298 *(proc_t **)valuep = p; in drv_getparm()
302 *(pid_t *)valuep = p->p_pgrp; in drv_getparm()
306 *(clock_t *)valuep = ddi_get_lbolt(); in drv_getparm()
314 *(time_t *)valuep = ts.tv_sec; in drv_getparm()
316 *(time_t *)valuep = now; in drv_getparm()
320 *(pid_t *)valuep = p->p_pid; in drv_getparm()
324 *(pid_t *)valuep = p->p_sessp->s_sid; in drv_getparm()
328 *(cred_t **)valuep = CRED(); in drv_getparm()
/onnv-gate/usr/src/lib/libc/port/threads/
H A Dtsd.c236 thr_getspecific(thread_key_t key, void **valuep) in thr_getspecific() argument
251 *valuep = curthread->ul_ftsd[key]; in thr_getspecific()
253 *valuep = stsd->tsd_data[key]; in thr_getspecific()
255 *valuep = NULL; in thr_getspecific()
/onnv-gate/usr/src/uts/sun4u/io/pci/
H A Dpci_devctl.c55 int flags, char *name, caddr_t valuep, int *lengthp);
326 int flags, char *name, caddr_t valuep, int *lengthp) in pci_prop_op() argument
331 prop_op, flags, name, valuep, lengthp)); in pci_prop_op()
333 return (ddi_prop_op(dev, dip, prop_op, flags, name, valuep, lengthp)); in pci_prop_op()
/onnv-gate/usr/src/cmd/perl/5.8.4/distrib/
H A Dnumeric.c531 Perl_grok_number(pTHX_ const char *pv, STRLEN len, UV *valuep) in Perl_grok_number() argument
641 if (valuep) in Perl_grok_number()
642 *valuep = value; in Perl_grok_number()
658 if (valuep) { in Perl_grok_number()
660 *valuep = 0; in Perl_grok_number()
714 if (valuep) in Perl_grok_number()
715 *valuep = 0; in Perl_grok_number()
/onnv-gate/usr/src/stand/lib/fs/nfs/
H A Dmount.c496 getsubopt(char **optionsp, char * const *tokens, char **valuep) in getsubopt() argument
502 *valuep = NULL; in getsubopt()
515 *valuep = NULL; in getsubopt()
518 *valuep = ++p; in getsubopt()
526 *valuep = s; in getsubopt()
/onnv-gate/usr/src/cmd/awk_xpg4/
H A Dawk2.c429 NODE *valuep = stringnode(_null, FSTATIC, 0); in dobegin() local
439 valuep->n_strlen = wcslen(value); in dobegin()
440 valuep->n_string = value; in dobegin()
442 valuep->n_strlen = 0; in dobegin()
443 valuep->n_string = _null; in dobegin()
446 (void) assign(ENVsubname, valuep); in dobegin()
/onnv-gate/usr/src/lib/libipmp/common/
H A Dipmp_mpathd.c121 ipmp_readtlv(int fd, ipmp_infotype_t *typep, size_t *lenp, void **valuep, in ipmp_readtlv() argument
153 *valuep = value; in ipmp_readtlv()
/onnv-gate/usr/src/uts/common/sys/
H A Desunddi.h103 caddr_t valuep, int *lengthp);
107 caddr_t valuep, int *lengthp);
/onnv-gate/usr/src/lib/libsecdb/common/
H A Dsecdb.c281 strip_spaces(char **valuep) in strip_spaces() argument
286 for (p = *valuep; *p != '\0' && isspace((unsigned char)*p); p++) in strip_spaces()
289 *valuep = start = p; in strip_spaces()

1234