Home
last modified time | relevance | path

Searched refs:DL_STYLE1 (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/
H A Dipnet.h234 DL_STYLE1, /* dl_provider_style */ \
/illumos-gate/usr/src/uts/common/io/dld/
H A Ddld_proto.c193 ASSERT(dlp->dl_provider_style == DL_STYLE1 || in proto_info_req()
327 dlp->dl_ppa < 0 || dsp->ds_style == DL_STYLE1) { in proto_attach_req()
380 if (dsp->ds_style == DL_STYLE1) { in proto_detach_req()
H A Ddld_str.c302 ((minor == 0) ? DL_STYLE2 : DL_STYLE1)); in dld_str_open()
/illumos-gate/usr/src/uts/common/sys/
H A Ddlpi.h301 #define DL_STYLE1 0x0500 /* PPA is implicitly bound by open(2) */ macro
/illumos-gate/usr/src/lib/libdlpi/common/
H A Dlibdlpi.c1138 if ((retval = i_dlpi_checkstyle(dip, DL_STYLE1)) != DLPI_SUCCESS) { in i_dlpi_style1_open()
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c1483 gld->gld_style = DL_STYLE1; in gld_open()