Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun/io/
H A Dsocal.c1294 socal_port_t *port_statep; in socal_open() local
1301 port_statep = &socalp->port_state[port]; in socal_open()
1303 mutex_enter(&port_statep->sp_mtx); in socal_open()
1304 port_statep->sp_status |= PORT_OPEN; in socal_open()
1305 mutex_exit(&port_statep->sp_mtx); in socal_open()
1318 socal_port_t *port_statep; in socal_close() local
1322 port_statep = &socalp->port_state[port]; in socal_close()
1324 mutex_enter(&port_statep->sp_mtx); in socal_close()
1325 port_statep->sp_status &= ~PORT_OPEN; in socal_close()
1326 mutex_exit(&port_statep->sp_mtx); in socal_close()
[all …]