Home
last modified time | relevance | path

Searched refs:softmac_send_unbind_req (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h367 extern int softmac_send_unbind_req(softmac_lower_t *);
/illumos-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c1261 (void) softmac_send_unbind_req(slp); in softmac_m_start()
1271 (void) softmac_send_unbind_req(slp); in softmac_m_start()
1290 (void) softmac_send_unbind_req(slp); in softmac_m_stop()
H A Dsoftmac_ctl.c73 softmac_send_unbind_req(softmac_lower_t *slp) in softmac_send_unbind_req() function