Searched refs:valuep (Results 1 - 20 of 20) sorted by relevance

/osnet-11/usr/src/lib/libc/port/gen/
H A Dgetsubopt.c44 getsubopt(char **optionsp, char * const *tokens, char **valuep) argument
50 *valuep = NULL;
63 *valuep = NULL;
66 *valuep = ++p;
74 *valuep = s;
H A Dsecdb.c336 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/libnwam/common/
H A Dlibnwam_values.c72 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 Dlibnwam_util.c920 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 Dlibnwam_enm.c343 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 Dlibnwam_known_wlan.c368 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 Dlibnwam_loc.c479 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 Dlibnwam_ncp.c878 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/libdhcputil/common/
H A Ddhcp_inittab.c554 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/libc/port/threads/
H A Dtsd.c236 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/libipmp/common/
H A Dipmp_mpathd.c116 * 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/cmd/perl/5.8.4/distrib/
H A Dnumeric.c515 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...]
H A Dproto.h365 PERL_CALLCONV int Perl_grok_number(pTHX_ const char *pv, STRLEN len, UV *valuep);
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/Devel/PPPort/
H A DPPPort.pm945 Perl_grok_number(pTHX_ const char *pv, STRLEN len, UV *valuep)
1029 worry about setting *valuep. */
1055 if (valuep)
1056 *valuep = value;
1066 numtype |= IS_NUMBER_NOT_INT | IS_NUMBER_IN_UV; /* valuep assigned below */
1072 if (valuep) {
1074 *valuep = 0;
1128 if (valuep)
1129 *valuep = 0;
/osnet-11/usr/src/lib/cfgadm_plugins/usb/common/
H A Dcfga_configfile.c108 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/libdladm/common/
H A Dlibdlbridge.c1462 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
/osnet-11/usr/src/lib/libnvpair/
H A Dlibnvpair.c224 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/grub/grub2/grub-core/gnulib/
H A Dstdlib.in.h218 (char **optionp, char *const *tokens, char **valuep)
222 (char **optionp, char *const *tokens, char **valuep));
/osnet-11/usr/src/lib/libdevinfo/
H A Ddevinfo_devperm.c759 getvalue(char *token, int *valuep) argument
779 *valuep = 0; /* value is 0 */
833 *valuep = retval;
/osnet-11/usr/src/lib/libc/port/
H A Dllib-lc580 int getsubopt(char **optionsp, char *const *tokens, char **valuep);

Completed in 1192 milliseconds