Home
last modified time | relevance | path

Searched refs:val_type (Results 1 – 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c1597 } val_type; member
1607 int val_type, caddr_t val) in add_val() argument
1616 if ((new_val->val_type = val_type) == VAL_STRING) { in add_val()
1646 if (tval_list->val_type == VAL_STRING) in free_val_list()
1678 int propcnt = 0, val_type; in make_prop() local
1695 for (vl = val, val_type = vl->val_type; vl; vl = vl->val_next) { in make_prop()
1696 if (val_type != vl->val_type) { in make_prop()
1705 if (val_type == VAL_INTEGER) { in make_prop()
1729 } else if (val_type == VAL_STRING) { in make_prop()
/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dpdu.c475 uchar_t val_type, void *val, size_t val_len) in snmp_build_variable() argument
503 id = ASN_UNIVERSAL | ASN_PRIMITIVE | val_type; in snmp_build_variable()
504 switch (val_type) { in snmp_build_variable()
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ilbadm/
H A Dilbadm.h149 typedef struct val_type { struct
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/ilbd/
H A Dilbd_scf.c76 ilbd_var_type_t val_type; member
795 ret = ilbd_data_to_scfval(pg_type, prop_tbl[i].val_type, h, in ilbd_create_pg()
1248 return (prop_tbl[i].val_type); in ilbd_name_to_valtype()
1262 ilbd_var_type_t val_type = ilbd_name_to_valtype(prop_name); in ilbd_scf_load_prop() local
1277 ret = ilbd_scfval_to_data(prop_name, val_type, val, ilb_data); in ilbd_scf_load_prop()
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_hdrs_ui.c40 sip_get_val_from_hdr(sip_hdr_value_t *val, int val_type, boolean_t stype, in sip_get_val_from_hdr() argument
55 switch (val_type) { in sip_get_val_from_hdr()
90 sip_get_val_from_msg(sip_msg_t msg, char *hdr_name, int val_type, in sip_get_val_from_msg() argument
117 return (sip_get_val_from_hdr(value, val_type, stype, error)); in sip_get_val_from_msg()
H A Dsip_parse_generic.c664 int val_type) in sip_parse_hdr_parser2() argument
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c136 vatype_t val_type; member
146 #define VA_ARG(ap, type) ((ap->val_type == VAT_VARARGS) ? \
148 #define VA_PTRARG(ap) ((ap->val_type == VAT_VARARGS) ? \
/illumos-gate/usr/src/lib/libscf/common/
H A Dscf_tmpl.c5398 scf_type_t val_type; in _add_tmpl_constraint_error() local
5425 val_type = scf_value_type(val); in _add_tmpl_constraint_error()
5426 if ((value = strdup(scf_type_to_string(val_type))) == in _add_tmpl_constraint_error()