Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c10171 IDN_CHAN_LOCK_GLOBAL(&idn.chan_servers[channel]); in idn_mainmbox_chan_register()
10212 IDN_CHAN_LOCK_GLOBAL(&idn.chan_servers[c]); in idn_mainmbox_chan_unregister()
10439 IDN_CHAN_LOCK_GLOBAL(csp); in idn_chanserver_bind()
12215 IDN_CHAN_LOCK_GLOBAL(csp); in idn_open_channel()
12287 IDN_CHAN_LOCK_GLOBAL(csp); in idn_close_channel()
12298 IDN_CHAN_LOCK_GLOBAL(csp); in idn_close_channel()
12353 IDN_CHAN_LOCK_GLOBAL(csp); in idn_activate_channel()
12454 IDN_CHAN_LOCK_GLOBAL(csp); in idn_deactivate_channel()
H A Didn.c4132 IDN_CHAN_LOCK_GLOBAL(&idn.chan_servers[c]); in idn_mboxtbl_report()
4230 IDN_CHAN_LOCK_GLOBAL(&idn.chan_servers[c]); in idn_mainmbox_domain_report()
4394 IDN_CHAN_LOCK_GLOBAL(&idn.chan_servers[i]); in idn_global_report()
/titanic_41/usr/src/uts/sun4u/starfire/sys/
H A Didn.h2297 #define IDN_CHAN_LOCK_GLOBAL(csp) \ macro