Home
last modified time | relevance | path

Searched refs:subp (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/lib/libsysevent/
H A Dlibevchannel.c78 evchan_subscr_t *subp = pthread_getspecific(nrkey); in will_deadlock() local
81 return (subp != NULL && subp->ev_subhead == hdl ? B_TRUE : B_FALSE); in will_deadlock()
205 evchan_subscr_t *subp; in sysevent_evc_unbind() local
233 while ((subp = EV_SUB_NEXT(scp)) != NULL) { in sysevent_evc_unbind()
234 EV_SUB_NEXT(scp) = subp->evsub_next; in sysevent_evc_unbind()
237 if (subp->evsub_attr) in sysevent_evc_unbind()
238 kill_door_servers(subp); in sysevent_evc_unbind()
240 if (door_revoke(subp->evsub_door_desc) != 0 && errno == EPERM) in sysevent_evc_unbind()
241 (void) close(subp->evsub_door_desc); in sysevent_evc_unbind()
243 free(subp->evsub_sid); in sysevent_evc_unbind()
[all …]
H A Dlibsysevent_impl.h165 #define EVCHAN_SUBSCR(subp) ((evchan_subscr_t *)(subp)) argument
/titanic_44/usr/src/psm/stand/cpr/sparcv9/sun4u/
H A Dutil.c443 char *strp, *subp, *tmp, c; in prom_strstr() local
449 subp = substr; in prom_strstr()
450 c = *subp; in prom_strstr()
455 while ((c = *++subp) == *strp++ && c) in prom_strstr()
460 subp = substr; in prom_strstr()
461 c = *subp; in prom_strstr()
/titanic_44/usr/src/uts/common/os/
H A Devchannels.c1495 sev_subinfo_t *subp; in evch_chgetchdata() local
1543 subp = (sev_subinfo_t *)cpaddr; in evch_chgetchdata()
1544 subp->sb_nextoff = len; in evch_chgetchdata()
1545 subp->sb_stroff = offsetof(sev_subinfo_t, sb_strings); in evch_chgetchdata()
1547 bcopy(sdp->sd_classname, subp->sb_strings + idlen, in evch_chgetchdata()
1549 subp->sb_clnamoff = idlen; in evch_chgetchdata()
1551 subp->sb_clnamoff = idlen - 1; in evch_chgetchdata()
1553 subp->sb_pid = sdp->sd_pid; in evch_chgetchdata()
1554 subp->sb_nevents = EVCH_EVQ_EVCOUNT(sdp->sd_queue); in evch_chgetchdata()
1555 subp->sb_evhwm = EVCH_EVQ_HIGHWM(sdp->sd_queue); in evch_chgetchdata()
[all …]
/titanic_44/usr/src/uts/common/inet/ip/
H A Dip_if.c1520 ill_capability_dispatch(ill_t *ill, mblk_t *mp, dl_capability_sub_t *subp) in ill_capability_dispatch() argument
1531 if (subp->dl_cap == DL_CAPAB_VRRP) in ill_capability_dispatch()
1532 ill_capability_vrrp_ack(ill, mp, subp); in ill_capability_dispatch()
1536 switch (subp->dl_cap) { in ill_capability_dispatch()
1538 ill_capability_hcksum_ack(ill, mp, subp); in ill_capability_dispatch()
1541 ill_capability_zerocopy_ack(ill, mp, subp); in ill_capability_dispatch()
1544 ill_capability_dld_ack(ill, mp, subp); in ill_capability_dispatch()
1550 subp->dl_cap)); in ill_capability_dispatch()
2275 dl_capability_sub_t *subp, *endp; in ill_capability_ack_thr() local
2322 for (subp = SC(capp, capp->dl_sub_offset), in ill_capability_ack_thr()
[all …]