Searched refs:DL_BIND_REQ_SIZE (Results 1 – 11 of 11) sorted by relevance
/titanic_50/usr/src/uts/common/inet/dlpistub/ |
H A D | dlpistub.c | 225 if (MBLKL(mp) < DL_BIND_REQ_SIZE) in ds_wput()
|
/titanic_50/usr/src/uts/common/io/softmac/ |
H A D | softmac_ctl.c | 58 reqmp = mexchange(NULL, NULL, DL_BIND_REQ_SIZE, M_PROTO, DL_BIND_REQ); in softmac_send_bind_req()
|
H A D | softmac_fp.c | 554 if (MBLKL(mp) < DL_BIND_REQ_SIZE) { in softmac_bind_req()
|
/titanic_50/usr/src/uts/common/io/ |
H A D | sundlpi.c | 315 mp = mexchange(NULL, NULL, DL_BIND_REQ_SIZE, M_PROTO, DL_BIND_REQ); in dl_bind()
|
H A D | gld.c | 3544 if (mblkl < DL_BIND_REQ_SIZE) in gld_cmds()
|
/titanic_50/usr/src/uts/common/sys/ |
H A D | dlpi.h | 1537 #define DL_BIND_REQ_SIZE sizeof (dl_bind_req_t) macro
|
/titanic_50/usr/src/lib/libdlpi/common/ |
H A D | libdlpi.c | 1648 { DL_BIND_REQ, DL_BIND_REQ_SIZE },
|
/titanic_50/usr/src/uts/common/inet/ipnet/ |
H A D | ipnet.c | 775 if (MBLKL(mp) < DL_BIND_REQ_SIZE) { in ipnet_bindreq()
|
/titanic_50/usr/src/uts/sun4u/starfire/io/ |
H A D | idn_dlpi.c | 1090 if (MBLKL(mp) < DL_BIND_REQ_SIZE) {
|
/titanic_50/usr/src/uts/sun4u/starcat/io/ |
H A D | dman.c | 3206 if (MBLKL(mp) < DL_BIND_REQ_SIZE) { in man_breq()
|
/titanic_50/usr/src/uts/common/io/fibre-channel/ulp/ |
H A D | fcip.c | 5480 if (MBLKL(mp) < DL_BIND_REQ_SIZE) { in fcip_breq()
|