Searched defs:subid (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/picl/plugins/sun4v/lib/snmp/
H A Dasn1.c219 oid subid, first_subid; local
235 * component is considered as the next subid. Each subidentifier is
238 * each octet equal to 1, except for the last octet of each subid.
247 subid = objid[0] * 40 + objid[1];
248 first_subid = subid;
251 subid = objid[i];
254 if (subid < (oid) 0x80)
256 else if (subid < (oid) 0x4000)
258 else if (subid < (oid) 0x200000)
260 else if (subid < (oi
603 oid subid; local
[all...]
/illumos-gate/usr/src/uts/common/io/audio/drv/audioemu10k/
H A Daudioemu10k.c1881 uint16_t subid; member in struct:__anon4923
1926 uint16_t subid; local
1955 subid = pci_config_get16(pcih, PCI_CONF_SUBSYSID);
1981 if (subid >= 0x1002 && subid <= 0x2005) {
1999 (subid == emu10k_cards[i].subid)) {
/illumos-gate/usr/src/uts/common/os/
H A Devchannels.c1211 char *subid; local
1278 subid = kmem_alloc(subidblen, KM_SLEEP);
1279 bcopy(sid, subid, subidblen);
1290 sdp->sd_ident = subid;
1614 * If argument subid == NULL, we look for a subscriber which has
1625 evch_chrdevent_init(evch_chan_t *chp, char *subid) argument
1634 compfunc = subid == NULL ? evch_dumpflgcmp : evch_subidcmp;
1640 compfunc, subid)) != NULL) {
1646 sdp = (evch_subd_t *)evch_dl_search(&chp->ch_subscr, compfunc, subid);
2271 evch_usrunsubscribe(evchan_t *bp, const char *subid, uint32_ argument
[all...]
/illumos-gate/usr/src/uts/common/io/xge/hal/xgehal/
H A Dxgehal-device.c243 u16 subid; local
247 xge_offsetof(xge_hal_pci_config_le_t, subsystem_id), &subid);
267 if ((subid & 0xFF) >= 0x07) {
/illumos-gate/usr/src/uts/common/io/bge/
H A Dbge_chip2.c2549 uint32_t subid; local

Completed in 75 milliseconds