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

1234

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dgetsubopt.c37 getsubopt(optionsp, tokens, valuep)
40 char **valuep;
45 *valuep = NULL;
58 *valuep = NULL;
61 *valuep = ++p;
69 *valuep = s;
/illumos-gate/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;
/illumos-gate/usr/src/cmd/fm/modules/common/eversholt/
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 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 Deval.c167 int try, struct evalue *valuep)
190 valuep->t = STRING;
191 valuep->v = (uintptr_t)stable(s);
195 arrowp, try, valuep))
197 if (check_expr_args(valuep, NULL, STRING, np))
204 * evaluate a variety of functions and place result in valuep. return 1 if
212 struct config *croot, struct arrow *arrowp, int try, struct evalue *valuep)
225 valuep->t = UINT64;
226 valuep->v = 1;
236 valuep
165 eval_cat(struct node *np, struct lut *ex, struct node *events[], struct lut **globals, struct config *croot, struct arrow *arrowp, int try, struct evalue *valuep) argument
210 eval_func(struct node *funcnp, struct lut *ex, struct node *events[], struct node *np, struct lut **globals, struct config *croot, struct arrow *arrowp, int try, struct evalue *valuep) argument
1385 eval_expr(struct node *np, struct lut *ex, struct node *events[], struct lut **globals, struct config *croot, struct arrow *arrowp, int try, struct evalue *valuep) argument
[all...]
H A Deval.h56 int try, struct evalue *valuep);
H A Dplatform.c1298 * evaluate a user-defined function and place result in valuep. return 0
1303 struct arrow *arrowp, struct evalue *valuep)
1379 valuep->t = STRING;
1380 valuep->v = (uintptr_t)stable(outbuf);
1400 * returns result in *valuep, return 0 on success
1405 struct arrow *arrowp, struct evalue *valuep)
1511 platform_payloadprop(struct node *np, struct evalue *valuep) argument
1603 } else if (valuep == NULL) {
1611 valuep->t = UNDEFINED;
1620 valuep
1302 platform_call(struct node *np, struct lut **globals, struct config *croot, struct arrow *arrowp, struct evalue *valuep) argument
1404 platform_confcall(struct node *np, struct lut **globals, struct config *croot, struct arrow *arrowp, struct evalue *valuep) argument
[all...]
/illumos-gate/usr/src/uts/sun4/io/px/
H A Dpx_msi.c329 int *valuep = NULL; local
344 DDI_PROP_DONTPASS, "msi-ranges", (caddr_t)&valuep, &length)
348 msi_state_p->msi_1st_msinum = ((px_msi_ranges_t *)valuep)->msi_no;
349 kmem_free(valuep, (size_t)length);
380 DDI_PROP_DONTPASS, "msi-address-ranges", (caddr_t)&valuep, &length)
384 msi_addr_hi = ((px_msi_address_ranges_t *)valuep)->msi_addr32_hi;
385 msi_addr_lo = ((px_msi_address_ranges_t *)valuep)->msi_addr32_lo;
388 ((px_msi_address_ranges_t *)valuep)->msi_addr32_len;
390 msi_addr_hi = ((px_msi_address_ranges_t *)valuep)->msi_addr64_hi;
391 msi_addr_lo = ((px_msi_address_ranges_t *)valuep)
[all...]
H A Dpx_msiq.c399 char *valuep = NULL; local
422 DDI_PROP_DONTPASS, "msi-eq-to-devino", (caddr_t)&valuep, &length);
433 (caddr_t)&valuep, &length);
441 ((px_msi_eq_to_devino_t *)valuep)->msi_eq_no;
443 ((px_msi_eq_to_devino_t *)valuep)->devino_no;
451 kmem_free(valuep, (size_t)length);
/illumos-gate/usr/src/lib/libnwam/common/
H A Dlibnwam_values.c73 nwam_value_t *valuep)
83 *valuep = NULL;
151 *valuep = newvalue;
183 nwam_value_t *valuep)
186 valuep));
190 nwam_value_create_boolean(boolean_t value, nwam_value_t *valuep) argument
192 return (nwam_value_create_boolean_array(&value, 1, valuep));
197 nwam_value_t *valuep)
200 valuep));
204 nwam_value_create_int64(int64_t value, nwam_value_t *valuep) argument
72 nwam_value_create(nwam_value_type_t value_type, void *values, uint_t numvalues, nwam_value_t *valuep) argument
182 nwam_value_create_boolean_array(boolean_t *values, uint_t numvalues, nwam_value_t *valuep) argument
196 nwam_value_create_int64_array(int64_t *values, uint_t numvalues, nwam_value_t *valuep) argument
210 nwam_value_create_uint64_array(uint64_t *values, uint_t numvalues, nwam_value_t *valuep) argument
218 nwam_value_create_uint64(uint64_t value, nwam_value_t *valuep) argument
224 nwam_value_create_string_array(char **values, uint_t numvalues, nwam_value_t *valuep) argument
232 nwam_value_create_string(char *value, nwam_value_t *valuep) argument
249 nwam_value_get_boolean(nwam_value_t value, boolean_t *valuep) argument
277 nwam_value_get_int64(nwam_value_t value, int64_t *valuep) argument
305 nwam_value_get_uint64(nwam_value_t value, uint64_t *valuep) argument
333 nwam_value_get_string(nwam_value_t value, char **valuep) argument
493 nwam_next_object_prop(void *list, char *lastname, char **namep, nwam_value_t *valuep) argument
512 nwam_get_prop_value(void *list, const char *name, nwam_value_t *valuep) argument
[all...]
/illumos-gate/usr/src/uts/common/io/sfxge/common/
H A Dmcdi_mon.h58 __out efx_mon_stat_value_t *valuep);
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpinfo/
H A Ddhcpinfo.c61 char *value, *valuep; local
226 for (i = 0, valuep = value; i < opt_len; i++)
227 valuep += sprintf(valuep, "0x%02X ", valptr[i]);
229 valuep[-1] = '\0';
/illumos-gate/usr/src/uts/common/sys/
H A Dkobj_lex.h91 * returns decimal/octal/hex number in valuep
94 int kobj_getvalue(const char *token, u_longlong_t *valuep);
H A Desunddi.h103 caddr_t valuep, int *lengthp);
107 caddr_t valuep, int *lengthp);
H A Dddipropdefs.h304 * in valuep. Match is done on dip, dev, data type (in flags), and name.
307 uint_t flags, char *name, void *valuep, uint_t *lengthp);
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/
H A Dpiclenvd.c796 char *tok, *valuep, *strend; local
850 valuep = tok + toklen + 1;
851 if (valuep > buf+len)
852 valuep = buf + len;
864 val = strtol(valuep, &valuep, 0);
867 if (errno != 0 || strtok(valuep, tokdel)) {
901 valuep += strspn(valuep, tokdel);
902 strend = parse_string_val(valuep);
[all...]
/illumos-gate/usr/src/uts/common/fs/zfs/sys/
H A Ddsl_prop.h75 uint64_t *valuep, char *setpoint);
81 uint64_t *valuep);
/illumos-gate/usr/src/lib/libdhcputil/common/
H A Ddhcp_inittab.c553 const char *valuep; local
603 for (valuep = value; valuep++ != NULL; n_entries++)
604 valuep = strchr(valuep, ' ');
646 valuep = value;
647 while (*valuep != '\0') {
655 if (isascii(*valuep) && isspace(*valuep)) {
656 valuep
[all...]
/illumos-gate/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;
/illumos-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)
331 prop_op, flags, name, valuep, lengthp));
333 return (ddi_prop_op(dev, dip, prop_op, flags, name, valuep, lengthp));
325 pci_prop_op(dev_t dev, dev_info_t *dip, ddi_prop_op_t prop_op, int flags, char *name, caddr_t valuep, int *lengthp) argument
/illumos-gate/usr/src/uts/common/os/
H A Dsubr.c221 getsubopt(char **optionsp, char * const *tokens, char **valuep) argument
227 *valuep = NULL;
240 *valuep = NULL;
243 *valuep = ++p;
251 *valuep = s;
H A Dddi.c291 drv_getparm(unsigned int parm, void *valuep) argument
298 *(proc_t **)valuep = p;
302 *(pid_t *)valuep = p->p_pgrp;
306 *(clock_t *)valuep = ddi_get_lbolt();
314 *(time_t *)valuep = ts.tv_sec;
316 *(time_t *)valuep = now;
320 *(pid_t *)valuep = p->p_pid;
324 *(pid_t *)valuep = p->p_sessp->s_sid;
328 *(cred_t **)valuep = CRED();
/illumos-gate/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;
/illumos-gate/usr/src/cmd/awk_xpg4/
H A Dawk2.c429 NODE *valuep = stringnode(_null, FSTATIC, 0); local
439 valuep->n_strlen = wcslen(value);
440 valuep->n_string = value;
442 valuep->n_strlen = 0;
443 valuep->n_string = _null;
446 (void) assign(ENVsubname, valuep);
/illumos-gate/usr/src/lib/libsecdb/common/
H A Dsecdb.c281 strip_spaces(char **valuep) argument
286 for (p = *valuep; *p != '\0' && isspace((unsigned char)*p); p++)
289 *valuep = start = p;

Completed in 103 milliseconds

1234