/illumos-gate/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;
|
/illumos-gate/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;
|
/illumos-gate/usr/src/cmd/cmd-inet/sbin/dhcpinfo/ |
H A D | dhcpinfo.c | 61 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/sun4/io/px/ |
H A D | px_msi.c | 329 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 D | px_msiq.c | 399 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/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) 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/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;
|
/illumos-gate/usr/src/lib/libsecdb/common/ |
H A D | secdb.c | 281 strip_spaces(char **valuep) argument 286 for (p = *valuep; *p != '\0' && isspace((unsigned char)*p); p++) 289 *valuep = start = p;
|
/illumos-gate/usr/src/uts/common/os/ |
H A D | subr.c | 221 getsubopt(char **optionsp, char * const *tokens, char **valuep) argument 227 *valuep = NULL; 240 *valuep = NULL; 243 *valuep = ++p; 251 *valuep = s;
|
H A D | ddi.c | 291 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();
|
H A D | driver.c | 673 char *name, caddr_t valuep, int *lengthp) 681 name, valuep, lengthp)); 672 cdev_prop_op(dev_t dev, dev_info_t *dip, ddi_prop_op_t prop_op, int mod_flags, char *name, caddr_t valuep, int *lengthp) argument
|
/illumos-gate/usr/src/uts/sun4v/io/niumx/ |
H A D | niumx_tools.c | 56 int flags, char *name, caddr_t valuep, int *lengthp); 217 int flags, char *name, caddr_t valuep, int *lengthp) 219 return (ddi_prop_op(dev, dip, prop_op, flags, name, valuep, lengthp)); 216 niumx_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/io/sfxge/common/ |
H A D | mcdi_mon.c | 258 __out efx_mon_stat_value_t *valuep) 295 valuep->emsv_value = value; 296 valuep->emsv_state = state; 254 mcdi_mon_ev( __in efx_nic_t *enp, __in efx_qword_t *eqp, __out efx_mon_stat_t *idp, __out efx_mon_stat_value_t *valuep) argument
|
/illumos-gate/usr/src/lib/libnwam/common/ |
H A D | libnwam_enm.c | 317 nwam_value_t *valuep) 319 return (nwam_get_prop_value(enmh->nwh_data, propname, valuep)); 316 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 | 342 const char *propname, nwam_value_t *valuep) 344 return (nwam_get_prop_value(kwh->nwh_data, propname, valuep)); 341 nwam_known_wlan_get_prop_value(nwam_known_wlan_handle_t kwh, const char *propname, nwam_value_t *valuep) argument
|
H A D | libnwam_loc.c | 416 nwam_value_t *valuep) 418 return (nwam_get_prop_value(loch->nwh_data, propname, valuep)); 415 nwam_loc_get_prop_value(nwam_loc_handle_t loch, const char *propname, nwam_value_t *valuep) argument
|
H A D | libnwam_util.c | 873 const char *propname, char **valuep) 883 if ((*valuep = malloc(NWAM_MAX_NAME_LEN)) == NULL) 909 scf_value_get_astring(val, *valuep, NWAM_MAX_NAME_LEN) == -1) { 914 free(*valuep); 872 nwam_get_smf_string_property(const char *fmri, const char *pgname, const char *propname, char **valuep) argument
|
/illumos-gate/usr/src/stand/lib/fs/nfs/ |
H A D | mount.c | 496 getsubopt(char **optionsp, char * const *tokens, char **valuep) argument 502 *valuep = NULL; 515 *valuep = NULL; 518 *valuep = ++p; 526 *valuep = s;
|
/illumos-gate/usr/src/lib/libnvpair/ |
H A D | libnvpair.c | 225 nvlist_t *nvl, const char *name, vtype *valuep, uint_t count) \ 240 (void) fprintf(fp, vfmt, (ptype)valuep[i]); \ 280 nvlist_t *nvl, const char *name, nvlist_t **valuep, uint_t count) 293 nvlist_print_with_indent(valuep[i], pctl); 279 nvaprint_nvlist_array(nvlist_prtctl_t pctl, void *private, nvlist_t *nvl, const char *name, nvlist_t **valuep, uint_t count) argument
|
/illumos-gate/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;
|
/illumos-gate/usr/src/cmd/picl/plugins/sun4u/grover/envd/ |
H A D | piclenvd.c | 796 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/cmd/fm/modules/common/eversholt/ |
H A D | eval.c | 167 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...] |
/illumos-gate/usr/src/cmd/awk_xpg4/ |
H A D | awk2.c | 429 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/uts/common/tnf/ |
H A D | tnf.c | 273 int m, char *name, caddr_t valuep, int *lengthp) 295 *(int **)valuep = retbuf; /* set caller's buf */ 302 *(int *)valuep = size; 306 return (ddi_prop_op(dev, dip, prop, m, name, valuep, lengthp)); 272 tnf_prop_op(dev_t dev, dev_info_t *di, ddi_prop_op_t prop, int m, char *name, caddr_t valuep, int *lengthp) argument
|
/illumos-gate/usr/src/uts/common/xen/io/ |
H A D | xpvd.c | 314 ddi_prop_op_t prop_op, int mod_flags, char *name, caddr_t valuep, 347 mod_flags | DDI_PROP_NOTPROM, name, valuep, lengthp)); 360 *(caddr_t *)valuep = (caddr_t)buff; 363 buff = (caddr_t)valuep; 313 xpvd_prop_op(dev_t dev, dev_info_t *dip, dev_info_t *ch_dip, ddi_prop_op_t prop_op, int mod_flags, char *name, caddr_t valuep, int *lengthp) argument
|