Searched refs:acceptfunc (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/uts/common/io/dls/ |
H A D | dls_link.c | 273 boolean_t (*acceptfunc)()) in i_dls_link_rx_func() argument 307 if (!acceptfunc(dsp, mhip, &ds_rx, &ds_rx_arg)) in i_dls_link_rx_func()
|
/titanic_50/usr/src/uts/sun4u/starfire/io/ |
H A D | idn_dlpi.c | 1955 idndl_sendup(struct idn *sip, mblk_t *mp, struct idnstr *(*acceptfunc)()) argument 1979 if ((stp = (*acceptfunc)(idn.strup, sip, type, dhostp)) == NULL) { 1989 for (; nstp = (*acceptfunc)(stp->ss_nextp, sip, type, dhostp);
|
/titanic_50/usr/src/uts/common/io/ |
H A D | gld.c | 2758 int (*acceptfunc)(), void (*send)(), int (*cansend)(), gld_t **fgldp) in gld_sendup_vlan() argument 2798 if ((*acceptfunc)(gld, pktinfo)) { in gld_sendup_vlan() 2855 mblk_t *mp, int (*acceptfunc)()) in gld_sendup() argument 2914 err = gld_sendup_vlan(vlan0, pktinfo, mp, acceptfunc, send, in gld_sendup() 2918 err = gld_sendup_vlan(vlann, pktinfo, mp, acceptfunc, send, in gld_sendup() 2930 if (acceptfunc == gld_paccept) in gld_sendup()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcip.c | 151 struct fcipstr *(*acceptfunc)()); 3299 fcip_sendup(struct fcip *fptr, mblk_t *mp, struct fcipstr *(*acceptfunc)()) in fcip_sendup() argument 3330 if ((slp = (*acceptfunc)(fcipstrup, fptr, type, dhostp)) == NULL) { in fcip_sendup() 3341 for (; nslp = (*acceptfunc)(slp->sl_nextp, fptr, type, dhostp); in fcip_sendup()
|