Searched refs:acceptfunc (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/io/dls/
H A Ddls_link.c273 boolean_t (*acceptfunc)())
307 if (!acceptfunc(dsp, mhip, &ds_rx, &ds_rx_arg))
271 i_dls_link_rx_func(dls_link_t *dlp, mac_resource_handle_t mrh, mac_header_info_t *mhip, mblk_t *mp, uint32_t sap, boolean_t (*acceptfunc)()) argument
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Didn_dlpi.c1955 idndl_sendup(struct idn *sip, mblk_t *mp, struct idnstr *(*acceptfunc)()) argument
1979 if ((stp = (*acceptfunc)(idn.strup, sip, type, dhostp)) == NULL) {
1987 * Loop on matching open streams until (*acceptfunc)() returns NULL.
1989 for (; nstp = (*acceptfunc)(stp->ss_nextp, sip, type, dhostp);
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c2758 int (*acceptfunc)(), void (*send)(), int (*cansend)(), gld_t **fgldp)
2798 if ((*acceptfunc)(gld, pktinfo)) {
2849 * gld_sendup (macinfo, pktinfo, mp, acceptfunc)
2855 mblk_t *mp, int (*acceptfunc)())
2914 err = gld_sendup_vlan(vlan0, pktinfo, mp, acceptfunc, send,
2918 err = gld_sendup_vlan(vlann, pktinfo, mp, acceptfunc, send,
2930 if (acceptfunc == gld_paccept)
2757 gld_sendup_vlan(gld_vlan_t *vlan, pktinfo_t *pktinfo, mblk_t *mp, int (*acceptfunc)(), void (*send)(), int (*cansend)(), gld_t **fgldp) argument
2854 gld_sendup(gld_mac_info_t *macinfo, pktinfo_t *pktinfo, mblk_t *mp, int (*acceptfunc)()) argument
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c151 struct fcipstr *(*acceptfunc)());
3299 fcip_sendup(struct fcip *fptr, mblk_t *mp, struct fcipstr *(*acceptfunc)()) argument
3330 if ((slp = (*acceptfunc)(fcipstrup, fptr, type, dhostp)) == NULL) {
3339 * Loop on matching open streams until (*acceptfunc)() returns NULL.
3341 for (; nslp = (*acceptfunc)(slp->sl_nextp, fptr, type, dhostp);

Completed in 87 milliseconds