Home
last modified time | relevance | path

Searched refs:acceptfunc (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_link.c279 boolean_t (*acceptfunc)()) in i_dls_link_rx_func() argument
312 if (!acceptfunc(dsp, mhip, &ds_rx, &ds_rx_arg)) in i_dls_link_rx_func()
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c2486 int (*acceptfunc)(), void (*send)(), int (*cansend)(), gld_t **fgldp) in gld_sendup_vlan() argument
2526 if ((*acceptfunc)(gld, pktinfo)) { in gld_sendup_vlan()
2583 mblk_t *mp, int (*acceptfunc)()) in gld_sendup() argument
2642 err = gld_sendup_vlan(vlan0, pktinfo, mp, acceptfunc, send, in gld_sendup()
2646 err = gld_sendup_vlan(vlann, pktinfo, mp, acceptfunc, send, in gld_sendup()
2658 if (acceptfunc == gld_paccept) in gld_sendup()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c145 struct fcipstr *(*acceptfunc)());
3221 fcip_sendup(struct fcip *fptr, mblk_t *mp, struct fcipstr *(*acceptfunc)()) in fcip_sendup() argument
3250 if ((slp = (*acceptfunc)(fcipstrup, fptr, type, dhostp)) == NULL) { in fcip_sendup()
3259 for (; nslp = (*acceptfunc)(slp->sl_nextp, fptr, type, dhostp); in fcip_sendup()