Lines Matching defs:subid
1211 char *subid;
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)
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_t flags)
2273 evch_chunsubscribe((evch_bind_t *)bp, subid, flags);