Searched defs:val_type (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dpdu.c479 uchar_t val_type, void *val, size_t val_len)
507 id = ASN_UNIVERSAL | ASN_PRIMITIVE | val_type;
508 switch (val_type) {
478 snmp_build_variable(uchar_t *buf, size_t *bufsz_p, oid *name, size_t name_len, uchar_t val_type, void *val, size_t val_len) argument
/illumos-gate/usr/src/lib/libsip/common/
H A Dsip_parse_generic.c666 int val_type)
665 sip_parse_hdr_parser2(_sip_header_t *hdr, sip_parsed_header_t **phdr, int val_type) argument
H A Dsip_hdrs_ui.c42 sip_get_val_from_hdr(sip_hdr_value_t *val, int val_type, boolean_t stype, argument
57 switch (val_type) {
92 sip_get_val_from_msg(sip_msg_t msg, char *hdr_name, int val_type, argument
119 return (sip_get_val_from_hdr(value, val_type, stype, error));
/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 in struct:prop_tbl_entry
795 ret = ilbd_data_to_scfval(pg_type, prop_tbl[i].val_type, h,
1248 return (prop_tbl[i].val_type);
1262 ilbd_var_type_t val_type = ilbd_name_to_valtype(prop_name); local
1277 ret = ilbd_scfval_to_data(prop_name, val_type, val, ilb_data);
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_io.c135 vatype_t val_type; member in struct:__anon27
145 #define VA_ARG(ap, type) ((ap->val_type == VAT_VARARGS) ? \
147 #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; local
5425 val_type = scf_value_type(val);
5426 if ((value = strdup(scf_type_to_string(val_type))) ==
/illumos-gate/usr/src/uts/common/os/
H A Dmodsysfile.c1564 } val_type; member in struct:val_list
1574 int val_type, caddr_t val)
1583 if ((new_val->val_type = val_type) == VAL_STRING) {
1613 if (tval_list->val_type == VAL_STRING)
1645 int propcnt = 0, val_type; local
1662 for (vl = val, val_type = vl->val_type; vl; vl = vl->val_next) {
1663 if (val_type != vl->val_type) {
1573 add_val(struct val_list **val_listp, struct val_list *tail, int val_type, caddr_t val) argument
[all...]

Completed in 103 milliseconds