Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/
H A Dgld.c1511 gld->gld_state = DL_UNBOUND; in gld_open()
3716 gld->gld_state); in gld_notify_req()
3816 gld->gld_state); in gld_udqos()
3913 gld->gld_state); in gld_bind()
3993 gld->gld_state); in gld_unbind()
4022 gld->gld_state = DL_UNBOUND; in gld_unbind()
4068 if (gld->gld_state == DL_IDLE || gld->gld_state == DL_UNBOUND) { in gld_inforeq()
4133 if (gld->gld_state == DL_IDLE || gld->gld_state == DL_UNBOUND) { in gld_inforeq()
4224 gld->gld_state); in gld_unitdata()
4387 gld->gld_state = DL_UNBOUND; in gldattach()
[all …]
/illumos-gate/usr/src/uts/common/sys/
H A Dgldpriv.h146 int32_t gld_state; /* DL_UNATTACHED, DL_UNBOUND, DL_IDLE */ member