Home
last modified time | relevance | path

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

/onnv-gate/usr/src/uts/common/sys/
H A Dsoftmac_impl.h372 extern int softmac_send_unbind_req(softmac_lower_t *);
/onnv-gate/usr/src/uts/common/io/softmac/
H A Dsoftmac_main.c1262 (void) softmac_send_unbind_req(slp); in softmac_m_start()
1272 (void) softmac_send_unbind_req(slp); in softmac_m_start()
1291 (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