Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/xen/io/
H A Dxpvtap.c370 mutex_enter(&state->bt_open.bo_mutex); in xpvtap_open()
371 if (state->bt_open.bo_opened) { in xpvtap_open()
372 mutex_exit(&state->bt_open.bo_mutex); in xpvtap_open()
375 state->bt_open.bo_opened = B_TRUE; in xpvtap_open()
376 mutex_exit(&state->bt_open.bo_mutex); in xpvtap_open()
429 mutex_enter(&state->bt_open.bo_mutex); in xpvtap_close()
430 ASSERT(state->bt_open.bo_opened); in xpvtap_close()
431 state->bt_open.bo_opened = B_FALSE; in xpvtap_close()
432 cv_signal(&state->bt_open.bo_exit_cv); in xpvtap_close()
433 mutex_exit(&state->bt_open.bo_mutex); in xpvtap_close()
[all …]
H A Dxpvtap.h176 xpvtap_open_t bt_open; member
/titanic_50/usr/src/lib/krb5/plugins/kdb/db2/libdb2/
H A DMakefile.com36 bt_open.o \
/titanic_50/usr/src/cmd/sendmail/db/
H A DMakefile40 OBJS= bt_compare.o bt_conv.o bt_curadj.o bt_cursor.o bt_delete.o bt_open.o \
/titanic_50/exception_lists/
H A Dcopyright322 usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/bt_open.c
H A Dcstyle609 usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/bt_open.c