Searched defs:exp_id (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dasn1.c349 asn_parse_sequence(uchar_t *buf, size_t *bufsz_p, uchar_t exp_id) argument
357 if (id != exp_id)
605 uchar_t exp_id; local
610 exp_id = ASN_UNIVERSAL | ASN_PRIMITIVE | ASN_OBJECT_ID;
611 if (msg[0] != exp_id)
H A Dpdu.c190 uchar_t exp_id; local
201 exp_id = ASN_UNIVERSAL | ASN_CONSTRUCTOR | ASN_SEQUENCE;
202 if ((p = asn_parse_sequence(reply_pkt, &msgsz, exp_id)) == NULL) {
556 uchar_t id, exp_id; local
588 exp_id = ASN_UNIVERSAL | ASN_CONSTRUCTOR | ASN_SEQUENCE;
589 if ((p = asn_parse_sequence(p, msgsz_p, exp_id)) == NULL)
618 uchar_t exp_id; local
623 exp_id = ASN_UNIVERSAL | ASN_CONSTRUCTOR | ASN_SEQUENCE;
624 if ((p = asn_parse_sequence(msg, msgsz_p, exp_id)) == NULL)
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddman_domain.c408 man_dossc_switch(uint32_t exp_id) argument
441 req.mb_exp_id = exp_id;
585 int exp_id; local
603 exp_id = -1;
605 if (man_dip_is_schizoxmits0_pcib(bus_dip, &exp_id, &xmits)) {
629 ASSERT(exp_id != -1);
630 ndev.mdev_exp_id = exp_id;
639 ndev.mdev_ppa, exp_id));
663 int exp_id; local
686 if (man_dip_is_schizoxmits0_pcib(parent_dip, &exp_id,
718 man_dip_is_schizoxmits0_pcib(dev_info_t *dip, int *exp_id, int *xmits) argument
[all...]

Completed in 47 milliseconds