Home
last modified time | relevance | path

Searched refs:gld_style (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dgldpriv.h147 int32_t gld_style; /* open style 1 or style 2 */ member
/illumos-gate/usr/src/uts/common/io/
H A Dgld.c1471 gld->gld_style = DL_STYLE2; in gld_open()
1483 gld->gld_style = DL_STYLE1; in gld_open()
1577 (void *)q, (gld->gld_style & 0x1) + 1); in gld_close()
3298 if (gld->gld_style == DL_STYLE2) in gld_cmds()
3307 if (gld->gld_style == DL_STYLE2) in gld_cmds()
4110 dlp->dl_provider_style = gld->gld_style; in gld_inforeq()
4527 if (gld->gld_style == DL_STYLE2) in gldunattach()