Home
last modified time | relevance | path

Searched refs:DL_DETACH_REQ_SIZE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/dlpistub/
H A Ddlpistub.c269 if (MBLKL(mp) < DL_DETACH_REQ_SIZE) in ds_wput()
/illumos-gate/usr/src/uts/common/sys/
H A Ddlpi.h1514 #define DL_DETACH_REQ_SIZE sizeof (dl_detach_req_t) macro
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c3305 if (mblkl < DL_DETACH_REQ_SIZE) in gld_cmds()
/illumos-gate/usr/src/uts/common/io/fibre-channel/ulp/
H A Dfcip.c5269 if (MBLKL(mp) < DL_DETACH_REQ_SIZE) { in fcip_dreq()