Home
last modified time | relevance | path

Searched refs:subid (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dasn1.c219 oid subid, first_subid; in asn_build_objid() local
247 subid = objid[0] * 40 + objid[1]; in asn_build_objid()
248 first_subid = subid; in asn_build_objid()
251 subid = objid[i]; in asn_build_objid()
254 if (subid < (oid) 0x80) in asn_build_objid()
256 else if (subid < (oid) 0x4000) in asn_build_objid()
258 else if (subid < (oid) 0x200000) in asn_build_objid()
260 else if (subid < (oid) 0x10000000) in asn_build_objid()
280 subid = first_subid; in asn_build_objid()
283 subid = objid[i]; in asn_build_objid()
[all …]
/titanic_41/usr/src/uts/common/io/xge/hal/include/
H A Dxgehal-mgmt.h204 #define CARDS_WITH_FAULTY_LINK_INDICATORS(subid) \ argument
205 ((((subid >= 0x600B) && (subid <= 0x600D)) || \
206 ((subid >= 0x640B) && (subid <= 0x640D))) ? 1 : 0)
/titanic_41/usr/src/uts/common/os/
H A Devchannels.c1212 char *subid; in evch_chsubscribe() local
1279 subid = kmem_alloc(subidblen, KM_SLEEP); in evch_chsubscribe()
1280 bcopy(sid, subid, subidblen); in evch_chsubscribe()
1291 sdp->sd_ident = subid; in evch_chsubscribe()
1627 evch_chrdevent_init(evch_chan_t *chp, char *subid) in evch_chrdevent_init() argument
1636 compfunc = subid == NULL ? evch_dumpflgcmp : evch_subidcmp; in evch_chrdevent_init()
1642 compfunc, subid)) != NULL) { in evch_chrdevent_init()
1648 sdp = (evch_subd_t *)evch_dl_search(&chp->ch_subscr, compfunc, subid); in evch_chrdevent_init()
2273 evch_usrunsubscribe(evchan_t *bp, const char *subid, uint32_t flags) in evch_usrunsubscribe() argument
2275 evch_chunsubscribe((evch_bind_t *)bp, subid, flags); in evch_usrunsubscribe()
/titanic_41/usr/src/uts/common/io/audio/drv/audioemu10k/
H A Daudioemu10k.c1881 uint16_t subid; member
1926 uint16_t subid; in emu10k_attach() local
1955 subid = pci_config_get16(pcih, PCI_CONF_SUBSYSID); in emu10k_attach()
1981 if (subid >= 0x1002 && subid <= 0x2005) { in emu10k_attach()
1999 (subid == emu10k_cards[i].subid)) { in emu10k_attach()
/titanic_41/usr/src/uts/common/sys/
H A Dsysevent_impl.h428 extern void evch_usrunsubscribe(evchan_t *bp, const char *subid, uint32_t flag);
/titanic_41/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device.c243 u16 subid; in __hal_device_led_actifity_fix() local
247 xge_offsetof(xge_hal_pci_config_le_t, subsystem_id), &subid); in __hal_device_led_actifity_fix()
267 if ((subid & 0xFF) >= 0x07) { in __hal_device_led_actifity_fix()
/titanic_41/usr/src/uts/common/io/bge/
H A Dbge_chip2.c2549 uint32_t subid; in bge_chip_id_init() local