/titanic_41/usr/src/cmd/fm/modules/common/eversholt/ |
H A D | eval.c | 167 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 D | platform.c | 1303 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 D | config.h | 76 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 D | platform.h | 60 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);
|
/titanic_41/usr/src/lib/libbc/libc/gen/common/ |
H A D | getsubopt.c | 37 getsubopt(optionsp, tokens, valuep) in getsubopt() argument 40 char **valuep; 45 *valuep = NULL; 58 *valuep = NULL; 61 *valuep = ++p; 69 *valuep = s;
|
/titanic_41/usr/src/lib/libnwam/common/ |
H A D | libnwam_values.c | 73 nwam_value_t *valuep) in nwam_value_create() argument 83 *valuep = NULL; in nwam_value_create() 151 *valuep = newvalue; in nwam_value_create() 183 nwam_value_t *valuep) in nwam_value_create_boolean_array() argument 186 valuep)); in nwam_value_create_boolean_array() 190 nwam_value_create_boolean(boolean_t value, nwam_value_t *valuep) in nwam_value_create_boolean() argument 192 return (nwam_value_create_boolean_array(&value, 1, valuep)); in nwam_value_create_boolean() 197 nwam_value_t *valuep) in nwam_value_create_int64_array() argument 200 valuep)); in nwam_value_create_int64_array() 204 nwam_value_create_int64(int64_t value, nwam_value_t *valuep) in nwam_value_create_int64() argument [all …]
|
/titanic_41/usr/src/lib/libc/port/gen/ |
H A D | getsubopt.c | 44 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()
|
/titanic_41/usr/src/uts/sun4/io/px/ |
H A D | px_msi.c | 329 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 D | px_msiq.c | 399 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()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/grover/envd/ |
H A D | piclenvd.c | 796 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 …]
|
/titanic_41/usr/src/lib/libdhcputil/common/ |
H A D | dhcp_inittab.c | 553 const char *valuep; in inittab_encode_e() local 603 for (valuep = value; valuep++ != NULL; n_entries++) in inittab_encode_e() 604 valuep = strchr(valuep, ' '); in inittab_encode_e() 646 valuep = value; in inittab_encode_e() 647 while (*valuep != '\0') { in inittab_encode_e() 655 if (isascii(*valuep) && isspace(*valuep)) { in inittab_encode_e() 656 valuep++; in inittab_encode_e() 662 while ((inchr = *valuep) != '\0') { in inittab_encode_e() 663 valuep++; in inittab_encode_e() 741 while (isascii(*valuep) && isspace(*valuep)) in inittab_encode_e() [all …]
|
/titanic_41/usr/src/cmd/cmd-inet/sbin/dhcpinfo/ |
H A D | dhcpinfo.c | 61 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()
|
/titanic_41/usr/src/cmd/fs.d/cachefs/cfsd/ |
H A D | cfsd_maptbl.c | 540 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 D | cfsd_maptbl.h | 72 struct cfs_dlog_mapping_space *valuep); 74 struct cfs_dlog_mapping_space *valuep, int insert);
|
/titanic_41/usr/src/uts/common/os/ |
H A D | subr.c | 221 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 D | ddi.c | 291 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()
|
/titanic_41/usr/src/uts/sun4u/io/pci/ |
H A D | pci_devctl.c | 55 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()
|
/titanic_41/usr/src/lib/libc/port/threads/ |
H A D | tsd.c | 236 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()
|
/titanic_41/usr/src/uts/common/fs/zfs/sys/ |
H A D | dsl_prop.h | 67 uint64_t *valuep, char *setpoint); 73 uint64_t *valuep);
|
/titanic_41/usr/src/stand/lib/fs/nfs/ |
H A D | mount.c | 496 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()
|
/titanic_41/usr/src/cmd/awk_xpg4/ |
H A D | awk2.c | 429 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()
|
/titanic_41/usr/src/lib/libipmp/common/ |
H A D | ipmp_mpathd.c | 121 ipmp_readtlv(int fd, ipmp_infotype_t *typep, size_t *lenp, void **valuep, in ipmp_readtlv() argument 153 *valuep = value; in ipmp_readtlv()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | esunddi.h | 103 caddr_t valuep, int *lengthp); 107 caddr_t valuep, int *lengthp);
|
/titanic_41/usr/src/lib/libsecdb/common/ |
H A D | secdb.c | 281 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()
|
/titanic_41/usr/src/lib/libdladm/common/ |
H A D | libdlbridge.c | 1354 int field, int *valuep) in dladm_bridge_get_port_cfg() argument 1366 *valuep = portcfg.admin_port_path_cost; in dladm_bridge_get_port_cfg() 1369 *valuep = portcfg.port_priority; in dladm_bridge_get_port_cfg() 1372 *valuep = portcfg.admin_point2point; in dladm_bridge_get_port_cfg() 1375 *valuep = portcfg.admin_edge; in dladm_bridge_get_port_cfg() 1378 *valuep = !portcfg.admin_non_stp; in dladm_bridge_get_port_cfg() 1381 *valuep = (portcfg.field_mask & PT_CFG_MCHECK) ? 1 : 0; in dladm_bridge_get_port_cfg() 1399 uint_t *valuep) in dladm_bridge_get_forwarding() argument 1407 *valuep = twoints[0]; in dladm_bridge_get_forwarding()
|