| /illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/ |
| H A D | hsearch.c | 58 HASHINFO info; local 60 info.nelem = nel; 61 info.bsize = 256; 62 info.ffactor = 8; 63 info.cachesize = 0; 64 info.hash = NULL; 65 info.lorder = 0; 66 dbp = (DB *)__hash_open(NULL, O_CREAT | O_RDWR | O_BINARY, 0600, &info, 0); 75 DBT key, val; local 84 val [all...] |
| /illumos-gate/usr/src/cmd/listen/ |
| H A D | nlsaddr.c | 114 struct t_info info; local 123 if (t_getinfo(fd, &info) == -1) { 133 if (size = externsz((unsigned)info.addr)) 139 if (size = externsz((unsigned)info.options)) 145 if (size = externsz((unsigned)info.connect)) 219 unsigned char val; local 225 for (i = 2, val = 0; i--; ) { 229 val = (val << 4) | (unsigned char)asctohex(c); 232 *addr++ = (char)val; [all...] |
| /illumos-gate/usr/src/lib/libtnf/ |
| H A D | access.c | 87 struct taginfo *info; local 88 caddr_t val; local 93 info = DATUM_INFO(datum); 94 val = DATUM_VAL(datum); 95 bhdr = _GET_BLOCK(info->tnf, val); 97 return (((caddr_t)bhdr == val) && 98 (info == info->tnf->block_header_info)); 105 caddr_t val; local 126 caddr_t val, nval, bval, blim; local [all...] |
| H A D | datum.c | 49 _tnf_datum(struct taginfo *info, caddr_t val) argument 51 return (_DATUM(info, val)); 75 caddr_t val; local 81 val = DATUM_VAL(datum); 84 if ((val <= tnf->file_start) || (val >= tnf->file_end)) 109 /* Note: No need to get base info because props inherited */ 162 struct taginfo *info; local 189 struct taginfo *info; local [all...] |
| /illumos-gate/usr/src/cmd/dtrace/test/cmd/jdtrace/ |
| H A D | JDTrace.java | 364 printDistributionLine(long val, double total, boolean positives, argument 372 assert (!(val < 0 && !negatives)); 373 assert (!(val > 0 && !positives)); 374 assert (!(val != 0 && total == 0)); 378 f = (Math.abs((double)val) * (double)len) / total; 385 SPACES.substring(depth), val); 390 f = (Math.abs((double)val) * (double)len) / total; 394 ATS.substring(len - depth), val); 409 f = (Math.abs((double)val) * (double)len) / total; 412 if (val < 561 printProgramStability(String programType, String programDescription, ProgramInfo info) argument [all...] |
| /illumos-gate/usr/src/cmd/fm/eversholt/common/ |
| H A D | ptree.c | 452 ptree_plut(void *name, void *val, void *arg) argument 470 ptree(pd->flags, val, 0, 0); 682 struct printer_info info; local 685 info.flags = flags; 686 info.pat = pat; 687 info.t = t; 691 lut_walk(Faults, (lut_cb)byname_printer, (void *)&info); 694 lut_walk(Upsets, (lut_cb)byname_printer, (void *)&info); 697 lut_walk(Defects, (lut_cb)byname_printer, (void *)&info); 700 lut_walk(Errors, (lut_cb)byname_printer, (void *)&info); 810 unsigned long long val; local [all...] |
| /illumos-gate/usr/src/uts/common/io/ipw/ |
| H A D | ipw2100_hw.c | 89 ipw2100_csr_put8(struct ipw2100_softc *sc, uint32_t off, uint8_t val) argument 91 ddi_put8(sc->sc_ioh, (uint8_t *)(sc->sc_regs + off), val); 95 ipw2100_csr_put16(struct ipw2100_softc *sc, uint32_t off, uint16_t val) argument 98 (uint16_t *)((uintptr_t)sc->sc_regs + off), val); 102 ipw2100_csr_put32(struct ipw2100_softc *sc, uint32_t off, uint32_t val) argument 105 (uint32_t *)((uintptr_t)sc->sc_regs + off), val); 149 ipw2100_imem_put8(struct ipw2100_softc *sc, uint32_t addr, uint8_t val) argument 152 ipw2100_csr_put8(sc, IPW2100_CSR_INDIRECT_DATA, val); 156 ipw2100_imem_put16(struct ipw2100_softc *sc, uint32_t addr, uint16_t val) argument 159 ipw2100_csr_put16(sc, IPW2100_CSR_INDIRECT_DATA, val); 163 ipw2100_imem_put32(struct ipw2100_softc *sc, uint32_t addr, uint32_t val) argument 200 ipw2100_rom_control(struct ipw2100_softc *sc, uint32_t val) argument 222 ipw2100_table1_put32(struct ipw2100_softc *sc, uint32_t off, uint32_t val) argument 232 uint32_t addr, info; local 261 uint16_t val; local [all...] |
| /illumos-gate/usr/src/uts/intel/io/pciex/hotplug/ |
| H A D | pciehpc_acpi.c | 66 static void pciehpc_acpi_notify_handler(ACPI_HANDLE device, uint32_t val, 145 * gather the info about the ACPI methods present on the bus node 475 pciehpc_acpi_notify_handler(ACPI_HANDLE device, uint32_t val, void *context) argument 484 val, slot_p->hs_phy_slot_num); 503 switch (val) { 550 val, slot_p->hs_phy_slot_num); 647 * Get the status info (as returned by _STA method) for the device. 652 ACPI_DEVICE_INFO *info; local 656 * Get device info object 658 if ((ret = AcpiGetObjectInfo(obj, &info)) ! [all...] |
| /illumos-gate/usr/src/lib/libc/port/locale/ |
| H A D | collate.c | 81 collate_info_t *info; local 103 if (sbuf.st_size < (COLLATE_STR_LEN + sizeof (info))) { 122 info = (void *)TMP; 123 TMP += sizeof (*info); 125 if ((info->directive_count < 1) || 126 (info->directive_count >= COLL_WEIGHTS_MAX) || 127 ((chains = info->chain_count) < 0)) { 135 (sizeof (collate_large_t) * info->large_count); 136 for (z = 0; z < info->directive_count; z++) { 137 i += sizeof (collate_subst_t) * info 516 uint32_t val = (uint32_t)loc->collate->lc_pri_count[pass]; local [all...] |
| /illumos-gate/usr/src/lib/libscf/common/ |
| H A D | highlevel.c | 55 smbios_info_t info; local 74 * If we can't read system info, assume it's blacklisted. 77 smbios_info_common(shp, id, &info) == SMB_ERR) { 97 if (strcmp(platform_name, info.smbi_product) == 0) { 376 scf_value_t *val; local 402 if ((val = scf_value_create(hndl)) == NULL) 406 scf_value_destroy(val); 418 if (scf_property_get_value(prop, val) != 0) 421 (void) scf_value_get_boolean(val, &flagval); 430 scf_value_destroy(val); [all...] |
| /illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/ |
| H A D | utils.c | 189 uint64_t val; local 192 unsigned long val; local 262 val = 0; 268 val = va_arg(args, uint64_t); 272 val = va_arg(args, unsigned long); 274 val = va_arg(args, unsigned int); 289 val = -sval; 291 val = sval; 297 val = va_arg(args, uint64_t); 301 val 743 info __V((const char *fmt, ...)) function [all...] |
| /illumos-gate/usr/src/cmd/sendmail/src/ |
| H A D | udb.c | 138 DBT info; local 147 memset(&info, '\0', sizeof(info)); 224 i = (*up->udb_dbp->seq)(up->udb_dbp, &key, &info, R_CURSOR); 238 &info, DB_SET)) != 0) 241 if (i > 0 || info.size <= 0) 258 (int) info.size, (char *) info.data); 280 if (info.size >= userleft - 1) 285 if (info 603 DBT key, info; local 843 char *val; local [all...] |
| /illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/krb5/krb/ |
| H A D | kfree.c | 39 krb5_free_address(krb5_context context, krb5_address *val) argument 41 if (val->contents) 42 krb5_xfree_wrap(val->contents, val->length); 43 krb5_xfree_wrap(val, sizeof(krb5_address)); 48 krb5_free_addresses(krb5_context context, krb5_address **val) argument 52 for (temp = val; *temp; temp++) { 57 krb5_xfree(val); 62 krb5_free_ap_rep(krb5_context context, register krb5_ap_rep *val) argument 64 if (val 72 krb5_free_ap_req(krb5_context context, register krb5_ap_req *val) argument 86 krb5_free_ap_rep_enc_part(krb5_context context, krb5_ap_rep_enc_part *val) argument 95 krb5_free_authenticator_contents(krb5_context context, krb5_authenticator *val) argument 117 krb5_free_authdata(krb5_context context, krb5_authdata **val) argument 133 krb5_free_authenticator(krb5_context context, krb5_authenticator *val) argument 140 krb5_free_checksum(krb5_context context, register krb5_checksum *val) argument 148 krb5_free_checksum_contents(krb5_context context, register krb5_checksum *val) argument 159 krb5_free_cred(krb5_context context, register krb5_cred *val) argument 178 krb5_free_cred_contents(krb5_context context, krb5_creds *val) argument 210 krb5_free_cred_enc_part(krb5_context context, register krb5_cred_enc_part *val) argument 242 krb5_free_creds(krb5_context context, krb5_creds *val) argument 250 krb5_free_data(krb5_context context, krb5_data *val) argument 262 krb5_free_data_contents(krb5_context context, krb5_data *val) argument 272 krb5_free_etype_info(krb5_context context, krb5_etype_info info) argument 287 krb5_free_enc_kdc_rep_part(krb5_context context, register krb5_enc_kdc_rep_part *val) argument 301 krb5_free_enc_tkt_part(krb5_context context, krb5_enc_tkt_part *val) argument 324 krb5_free_error(krb5_context context, register krb5_error *val) argument 339 krb5_free_kdc_rep(krb5_context context, krb5_kdc_rep *val) argument 366 krb5_free_kdc_req(krb5_context context, krb5_kdc_req *val) argument 469 krb5_free_keyblock(krb5_context context, register krb5_keyblock *val) argument 481 krb5_free_last_req(krb5_context context, krb5_last_req_entry **val) argument 491 krb5_free_pa_data(krb5_context context, krb5_pa_data **val) argument 506 krb5_free_principal(krb5_context context, krb5_principal val) argument 528 krb5_free_priv(krb5_context context, register krb5_priv *val) argument 538 krb5_free_priv_enc_part(krb5_context context, register krb5_priv_enc_part *val) argument 556 krb5_free_pwd_data(krb5_context context, krb5_pwd_data *val) argument 565 krb5_free_pwd_sequences(krb5_context context, passwd_phrase_element **val) argument 585 krb5_free_safe(krb5_context context, register krb5_safe *val) argument 608 krb5_free_ticket(krb5_context context, krb5_ticket *val) argument 622 krb5_free_tickets(krb5_context context, krb5_ticket **val) argument 642 krb5_free_tkt_authent(krb5_context context, krb5_tkt_authent *val) argument 656 krb5_free_unparsed_name(krb5_context context, char *val) argument [all...] |
| /illumos-gate/usr/src/uts/common/fs/nfs/ |
| H A D | nfs4_client_secinfo.c | 87 secinfo4 *val; local 92 val = kmem_alloc( 96 val[0].flavor = AUTH_SYS; 97 val[0].flavor_info.oid.sec_oid4_len = 0; 98 val[0].flavor_info.oid.sec_oid4_val = NULL; 99 val[0].flavor_info.service = 0; 100 val[0].flavor_info.qop = 0; 104 val[i].flavor = RPCSEC_GSS; 105 val[i].flavor_info.oid = krb5_oid; /* struct copy */ 106 val[ 214 secinfo4 *val = &value[i]; local 216 rpcsec_gss_info *info; local [all...] |
| /illumos-gate/usr/src/uts/common/sys/ |
| H A D | priv.h | 98 * priv_chunk_t privs[info.priv_nsets][info.priv_setsize] 104 * information. ((char*)&info)+info->priv_info_size should be rounded up 114 uint32_t priv_infosize; /* Per proc. additional info */ 115 uint32_t priv_globalinfosize; /* Per system info */ 146 * Header of the privilege info data structure; multiple structures can 155 priv_info_t info; member in struct:priv_info_uint 156 uint_t val; member in struct:priv_info_uint 164 priv_info_t info; member in struct:priv_info_set 174 priv_info_t info; member in struct:priv_info_names [all...] |
| /illumos-gate/usr/src/lib/smbsrv/libmlsvc/common/ |
| H A D | lsar_svc.c | 628 * Note: info is zeroed on entry to ensure the SID and name do not 632 lsarpc_s_PrimaryDomainInfo(struct mslsa_PrimaryDomainInfo *info, argument 639 bzero(info, sizeof (struct mslsa_PrimaryDomainInfo)); 649 rc = NDR_MSTRING(mxa, di.di_nbname, (ndr_mstring_t *)&info->name); 650 info->sid = (struct mslsa_sid *)NDR_SIDDUP(mxa, di.di_binsid); 652 if ((rc == -1) || (info->sid == NULL)) 666 * Note: info is zeroed on entry to ensure the SID and name do not 670 lsarpc_s_AccountDomainInfo(struct mslsa_AccountDomainInfo *info, argument 676 bzero(info, sizeof (struct mslsa_AccountDomainInfo)); 681 rc = NDR_MSTRING(mxa, di.di_nbname, (ndr_mstring_t *)&info 1234 fixup_mslsa_QueryInfoPolicy(struct mslsa_QueryInfoPolicy *val) argument [all...] |
| /illumos-gate/usr/src/uts/common/io/sfxge/ |
| H A D | sfxge_mac.c | 130 unsigned int val; local 163 sfxge_ev_moderation_get(smp->sm_sp, &val); 164 knp->value.ui64 = val; 171 if (sfxge_rx_scale_count_get(smp->sm_sp, &val) != 0) 172 val = 0; 173 knp->value.ui64 = val; 602 char info[sizeof (": now 10000Mbps FULL duplex")]; local 661 (void) snprintf(info, sizeof (info), ": now %dMbps %s duplex", 665 change, smp->sm_link_up ? info [all...] |
| /illumos-gate/usr/src/boot/sys/boot/i386/libi386/ |
| H A D | smbios.c | 136 const char* val; local 138 val = smbios_getstring(addr, offset); 139 if (val != NULL) 140 setenv(name, val, 1); 364 caddr_t saddr, info; local 396 info = smbios_find_struct(0x00); 397 if (info != NULL) { 398 smbios.bios_vendor = smbios_getstring(info, 0x04); 400 info = smbios_find_struct(0x01); 401 if (info ! [all...] |
| /illumos-gate/usr/src/uts/sun4v/io/ |
| H A D | ds_snmp.c | 366 uint64_t val; local 372 val = ds_snmp_minor_pool[ndx]; 374 if ((val & 0x1) == 0) { 383 val >>= 1; 412 uint64_t val; local 418 val = ((uint64_t)1 << i); 419 if (ds_snmp_minor_pool[ndx] & val) 763 struct dssnmp_info info; local 834 info.size = sp->data_len; 835 info [all...] |
| /illumos-gate/usr/src/cmd/svc/startd/ |
| H A D | startd.c | 482 scf_value_t *val; local 577 val = safe_scf_value_create(hndl); 601 scf_property_get_value(prop, val) == 0) 602 (void) scf_value_get_boolean(val, &prop_reconfig); 664 if (scf_property_get_value(prop, val) != 0) { 693 if (scf_value_get_astring(val, vbuf, max_scf_value_size) < 0) 730 scf_value_destroy(val); 998 die_handler(int sig, siginfo_t *info, void *data) argument
|
| /illumos-gate/usr/src/cmd/ptools/pfiles/ |
| H A D | pfiles.c | 217 show_file(void *data, prfdinfo_t *info) argument 227 mode = info->pr_mode; 245 (void) printf("%4d: %s mode:0%.3o", info->pr_fd, s, 249 (unsigned)info->pr_major, (unsigned)info->pr_minor); 253 (int)info->pr_uid, (int)info->pr_gid); 254 (void) printf(" size:%lld\n", (longlong_t)info->pr_size); 259 (u_longlong_t)info->pr_ino, (int)info 362 dofcntl(struct ps_prochandle *Pr, prfdinfo_t *info, int mandatory, int isdoor) argument 611 int val, vlen; local [all...] |
| /illumos-gate/usr/src/lib/fm/topo/libtopo/common/ |
| H A D | topo_prop.c | 204 prop_getval(tnode_t *node, const char *pgname, const char *pname, void *val, argument 222 (int32_t *)val); 226 TOPO_PROP_VAL_VAL, (uint32_t *)val); 230 (int64_t *)val); 234 TOPO_PROP_VAL_VAL, (uint64_t *)val); 238 TOPO_PROP_VAL_VAL, (double *)val); 250 *(char **)val = s2; 261 (nvlist_t **)val); 277 *(int32_t **)val = a1; 293 *(uint32_t **)val 393 topo_prop_get_int32(tnode_t *node, const char *pgname, const char *pname, int32_t *val, int *err) argument 401 topo_prop_get_uint32(tnode_t *node, const char *pgname, const char *pname, uint32_t *val, int *err) argument 409 topo_prop_get_int64(tnode_t *node, const char *pgname, const char *pname, int64_t *val, int *err) argument 417 topo_prop_get_uint64(tnode_t *node, const char *pgname, const char *pname, uint64_t *val, int *err) argument 425 topo_prop_get_double(tnode_t *node, const char *pgname, const char *pname, double *val, int *err) argument 433 topo_prop_get_string(tnode_t *node, const char *pgname, const char *pname, char **val, int *err) argument 441 topo_prop_get_fmri(tnode_t *node, const char *pgname, const char *pname, nvlist_t **val, int *err) argument 449 topo_prop_get_int32_array(tnode_t *node, const char *pgname, const char *pname, int32_t **val, uint_t *nelem, int *err) argument 457 topo_prop_get_uint32_array(tnode_t *node, const char *pgname, const char *pname, uint32_t **val, uint_t *nelem, int *err) argument 465 topo_prop_get_int64_array(tnode_t *node, const char *pgname, const char *pname, int64_t **val, uint_t *nelem, int *err) argument 473 topo_prop_get_uint64_array(tnode_t *node, const char *pgname, const char *pname, uint64_t **val, uint_t *nelem, int *err) argument 481 topo_prop_get_string_array(tnode_t *node, const char *pgname, const char *pname, char ***val, uint_t *nelem, int *err) argument 489 topo_prop_get_fmri_array(tnode_t *node, const char *pgname, const char *pname, nvlist_t ***val, uint_t *nelem, int *err) argument 565 topo_prop_set(tnode_t *node, const char *pgname, const char *pname, topo_type_t type, int flag, void *val, int nelems, int *err) argument 657 topo_prop_set_int32(tnode_t *node, const char *pgname, const char *pname, int flag, int32_t val, int *err) argument 665 topo_prop_set_uint32(tnode_t *node, const char *pgname, const char *pname, int flag, uint32_t val, int *err) argument 673 topo_prop_set_int64(tnode_t *node, const char *pgname, const char *pname, int flag, int64_t val, int *err) argument 681 topo_prop_set_uint64(tnode_t *node, const char *pgname, const char *pname, int flag, uint64_t val, int *err) argument 689 topo_prop_set_double(tnode_t *node, const char *pgname, const char *pname, int flag, double val, int *err) argument 697 topo_prop_set_string(tnode_t *node, const char *pgname, const char *pname, int flag, const char *val, int *err) argument 713 topo_prop_set_int32_array(tnode_t *node, const char *pgname, const char *pname, int flag, int32_t *val, uint_t nelems, int *err) argument 721 topo_prop_set_uint32_array(tnode_t *node, const char *pgname, const char *pname, int flag, uint32_t *val, uint_t nelems, int *err) argument 729 topo_prop_set_int64_array(tnode_t *node, const char *pgname, const char *pname, int flag, int64_t *val, uint_t nelems, int *err) argument 737 topo_prop_set_uint64_array(tnode_t *node, const char *pgname, const char *pname, int flag, uint64_t *val, uint_t nelems, int *err) argument 745 topo_prop_set_string_array(tnode_t *node, const char *pgname, const char *pname, int flag, const char **val, uint_t nelems, int *err) argument 1128 topo_pgroup_info_t *info; local [all...] |
| /illumos-gate/usr/src/uts/common/io/vnic/ |
| H A D | vnic_dev.c | 639 mod_hash_val_t val; local 674 (void) mod_hash_remove(vnic_hash, VNIC_HASH_KEY(vnic_id), &val); 675 ASSERT(vnic == (vnic_t *)val); 733 vnic_m_stat(void *arg, uint_t stat, uint64_t *val) argument 767 *val = mac_client_stat_get(vnic->vn_mch, stat); 1063 * violated the output of prop info. 1177 vnic_info(vnic_info_t *info, cred_t *credp) argument 1183 if (!dls_devnet_islinkvisible(info->vn_vnic_id, crgetzoneid(credp))) 1188 err = mod_hash_find(vnic_hash, VNIC_HASH_KEY(info->vn_vnic_id), 1195 info [all...] |
| /illumos-gate/usr/src/lib/fm/libdiagcode/common/ |
| H A D | diagcode.c | 33 * set it to 2 to include success info too on interesting functions. 34 * set it to 3 to include success info on trivial functions too. 71 static const struct info { struct 95 static const struct info *dictval2info(const bitv *bv); 96 static const struct info *numx2info(int numx); 112 static void bitv_setlo(bitv *bv, unsigned bits, unsigned val); 113 static void bitv_shiftin(bitv *bv, unsigned bits, unsigned val); 117 static int bitv_mul(bitv *bv, unsigned long long val); 118 static int bitv_add(bitv *bv, unsigned long long val); 119 static int bitv_sub(bitv *bv, unsigned long long val); 865 unsigned val; local 1153 bitv_setlo(bitv *bv, unsigned bits, unsigned val) argument 1185 bitv_shiftin(bitv *bv, unsigned bits, unsigned val) argument 1256 bitv_mul(bitv *bv, unsigned long long val) argument 1308 bitv_add(bitv *bv, unsigned long long val) argument 1339 bitv_sub(bitv *bv, unsigned long long val) argument 1372 bitv_ge(const bitv *bv, unsigned long long val) argument 1399 unsigned long long val; local 1520 crc(unsigned long *crcp, unsigned val) argument [all...] |
| /illumos-gate/usr/src/lib/libsip/common/ |
| H A D | sip_hdrs_ui.c | 42 sip_get_val_from_hdr(sip_hdr_value_t *val, int val_type, boolean_t stype, argument 48 if (val == NULL || val->sip_value_state == SIP_VALUE_DELETED) { 54 if (val->sip_value_state == SIP_VALUE_BAD) 59 return (&(val->int_val)); 61 return (&(val->str_val)); 64 if (val->strs_val.s1.sip_str_ptr != NULL) 65 return (&(val->strs_val.s1)); 68 if (val->strs_val.s2.sip_str_ptr != NULL) 69 return (&(val 419 sip_hdr_value_t *val; local 789 sip_hdr_value_t *val = (sip_hdr_value_t *)value; local 828 sip_hdr_value_t *val = (sip_hdr_value_t *)value; local 841 sip_hdr_value_t *val = (sip_hdr_value_t *)value; local 855 sip_hdr_value_t *val = (sip_hdr_value_t *)value; local 868 sip_hdr_value_t *val = (sip_hdr_value_t *)value; local 881 sip_hdr_value_t *val = (sip_hdr_value_t *)value; local 894 sip_hdr_value_t *val = (sip_hdr_value_t *)value; local 907 sip_hdr_value_t *val = (sip_hdr_value_t *)value; local 933 sip_hdr_value_t *val = (sip_hdr_value_t *)value; local 946 sip_hdr_value_t *val = (sip_hdr_value_t *)value; local 969 sip_hdr_value_t *val; local 1091 sip_hdr_value_t *val = (sip_hdr_value_t *)value; local 1104 sip_hdr_value_t *val = (sip_hdr_value_t *)value; local 1132 sip_hdr_value_t *val = (sip_hdr_value_t *)value; local 1199 sip_hdr_value_t *val = (sip_hdr_value_t *)value; local 1213 sip_hdr_value_t *val = (sip_hdr_value_t *)value; local 1268 sip_hdr_value_t *val; local 1393 sip_hdr_value_t *val = (sip_hdr_value_t *)value; local 1447 sip_hdr_value_t *val = (sip_hdr_value_t *)value; local 1486 sip_hdr_value_t *val = (sip_hdr_value_t *)value; local 1526 sip_get_warninfo(sip_header_value_t value, int info, int *error) argument 1528 sip_hdr_value_t *val = (sip_hdr_value_t *)value; local 1684 sip_hdr_value_t *val = (sip_hdr_value_t *)value; local 1754 sip_hdr_value_t *val = (sip_hdr_value_t *)value; local [all...] |