/osnet-11/usr/src/lib/libc/port/gen/ |
H A D | getsubopt.c | 44 getsubopt(char **optionsp, char * const *tokens, char **valuep) argument 50 *valuep = NULL; 63 *valuep = NULL; 66 *valuep = ++p; 74 *valuep = s;
|
H A D | secdb.c | 336 strip_spaces(char **valuep) argument 341 for (p = *valuep; *p != '\0' && isspace((unsigned char)*p); p++) 344 *valuep = start = p;
|
/osnet-11/usr/src/lib/libipmp/common/ |
H A D | ipmp_mpathd.c | 116 * value in `*typep', `*lenp', and `*valuep' respectively, before the current 117 * time becomes `endtp'. The buffer pointed to by `*valuep' will be 121 ipmp_readtlv(int fd, ipmp_infotype_t *typep, size_t *lenp, void **valuep, argument 153 *valuep = value;
|
/osnet-11/usr/src/lib/libc/port/threads/ |
H A D | tsd.c | 236 thr_getspecific(thread_key_t key, void **valuep) argument 251 *valuep = curthread->ul_ftsd[key]; 253 *valuep = stsd->tsd_data[key]; 255 *valuep = NULL;
|
/osnet-11/usr/src/lib/libnvpair/ |
H A D | libnvpair.c | 224 nvlist_t *nvl, const char *name, vtype *valuep, uint_t count) \ 239 (void) fprintf(fp, vfmt, (ptype)valuep[i]); \ 279 nvlist_t *nvl, const char *name, nvlist_t **valuep, uint_t count) 292 nvlist_print_with_indent(valuep[i], pctl); 278 nvaprint_nvlist_array(nvlist_prtctl_t pctl, void *private, nvlist_t *nvl, const char *name, nvlist_t **valuep, uint_t count) argument
|
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ |
H A D | numeric.c | 515 If the value of the number can fit an in UV, it is returned in the *valuep 516 IS_NUMBER_IN_UV will be set to indicate that *valuep is valid, IS_NUMBER_IN_UV 517 will never be set unless *valuep is valid, but *valuep may have been assigned 519 If valuep is NULL, IS_NUMBER_IN_UV will be set for the same cases as when 520 valuep is non-NULL, but no actual assignment (or SEGV) will occur. 523 seen (in which case *valuep gives the true value truncated to an integer), and 524 IS_NUMBER_NEG if the number is negative (in which case *valuep holds the 531 Perl_grok_number(pTHX_ const char *pv, STRLEN len, UV *valuep) argument 615 worry about setting *valuep [all...] |
/osnet-11/usr/src/lib/libnwam/common/ |
H A D | libnwam_enm.c | 343 nwam_value_t *valuep) 347 return (nwam_get_prop_value(enmh->nwh_data, propname, valuep)); 342 nwam_enm_get_prop_value(nwam_enm_handle_t enmh, const char *propname, nwam_value_t *valuep) argument
|
H A D | libnwam_known_wlan.c | 368 const char *propname, nwam_value_t *valuep) 372 return (nwam_get_prop_value(kwh->nwh_data, propname, valuep)); 367 nwam_known_wlan_get_prop_value(nwam_known_wlan_handle_t kwh, const char *propname, nwam_value_t *valuep) argument
|
H A D | libnwam_util.c | 920 const char *propname, char **valuep) 930 if ((*valuep = malloc(NWAM_MAX_NAME_LEN)) == NULL) 956 scf_value_get_astring(val, *valuep, NWAM_MAX_NAME_LEN) == -1) { 961 free(*valuep); 919 nwam_get_smf_string_property(const char *fmri, const char *pgname, const char *propname, char **valuep) argument
|
H A D | libnwam_values.c | 72 nwam_value_t *valuep) 82 *valuep = NULL; 150 *valuep = newvalue; 182 nwam_value_t *valuep) 185 valuep)); 189 nwam_value_create_boolean(boolean_t value, nwam_value_t *valuep) argument 191 return (nwam_value_create_boolean_array(&value, 1, valuep)); 196 nwam_value_t *valuep) 199 valuep)); 203 nwam_value_create_int64(int64_t value, nwam_value_t *valuep) argument 71 nwam_value_create(nwam_value_type_t value_type, void *values, uint_t numvalues, nwam_value_t *valuep) argument 181 nwam_value_create_boolean_array(boolean_t *values, uint_t numvalues, nwam_value_t *valuep) argument 195 nwam_value_create_int64_array(int64_t *values, uint_t numvalues, nwam_value_t *valuep) argument 209 nwam_value_create_uint64_array(uint64_t *values, uint_t numvalues, nwam_value_t *valuep) argument 217 nwam_value_create_uint64(uint64_t value, nwam_value_t *valuep) argument 223 nwam_value_create_string_array(char **values, uint_t numvalues, nwam_value_t *valuep) argument 231 nwam_value_create_string(char *value, nwam_value_t *valuep) argument 248 nwam_value_get_boolean(nwam_value_t value, boolean_t *valuep) argument 276 nwam_value_get_int64(nwam_value_t value, int64_t *valuep) argument 304 nwam_value_get_uint64(nwam_value_t value, uint64_t *valuep) argument 332 nwam_value_get_string(nwam_value_t value, char **valuep) argument 403 nwam_next_object_prop(void *list, char *lastname, char **namep, nwam_value_t *valuep) argument 422 nwam_get_prop_value(void *list, const char *name, nwam_value_t *valuep) argument [all...] |
H A D | libnwam_loc.c | 479 nwam_value_t *valuep) 483 return (nwam_get_prop_value(loch->nwh_data, propname, valuep)); 478 nwam_loc_get_prop_value(nwam_loc_handle_t loch, const char *propname, nwam_value_t *valuep) argument
|
H A D | libnwam_ncp.c | 878 nwam_value_t *valuep) 882 return (nwam_get_prop_value(ncph->nwh_data, propname, valuep)); 2016 nwam_value_t *valuep) 2020 return (nwam_get_prop_value(ncuh->nwh_data, propname, valuep)); 877 nwam_ncp_get_prop_value(nwam_ncp_handle_t ncph, const char *propname, nwam_value_t *valuep) argument 2015 nwam_ncu_get_prop_value(nwam_ncu_handle_t ncuh, const char *propname, nwam_value_t *valuep) argument
|
/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/ |
H A D | cfga_configfile.c | 108 static int getvalue(char *token, u_longlong_t *valuep); 174 getvalue(char *token, u_longlong_t *valuep) argument 194 *valuep = 0; /* value is 0 */ 244 *valuep = retval;
|
/osnet-11/usr/src/lib/libdevinfo/ |
H A D | devinfo_devperm.c | 759 getvalue(char *token, int *valuep) argument 779 *valuep = 0; /* value is 0 */ 833 *valuep = retval;
|
/osnet-11/usr/src/lib/libdhcputil/common/ |
H A D | dhcp_inittab.c | 554 const char *valuep; local 604 for (valuep = value; valuep++ != NULL; n_entries++) 605 valuep = strchr(valuep, ' '); 647 valuep = value; 648 while (*valuep != '\0') { 656 if (isascii(*valuep) && isspace(*valuep)) { 657 valuep [all...] |
/osnet-11/usr/src/lib/libdladm/common/ |
H A D | libdlbridge.c | 1462 int field, int *valuep) 1474 *valuep = portcfg.admin_port_path_cost; 1477 *valuep = portcfg.port_priority; 1480 *valuep = portcfg.admin_point2point; 1483 *valuep = portcfg.admin_edge; 1486 *valuep = !portcfg.admin_non_stp; 1489 *valuep = (portcfg.field_mask & PT_CFG_MCHECK) ? 1 : 0; 1507 uint_t *valuep) 1515 *valuep = twoints[0]; 1461 dladm_bridge_get_port_cfg(dladm_handle_t handle, datalink_id_t linkid, int field, int *valuep) argument 1506 dladm_bridge_get_forwarding(dladm_handle_t handle, datalink_id_t linkid, uint_t *valuep) argument
|