Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/starfire/io/
H A Didn_proto.c4492 z = IDN_SYNC_GETZONE(cmd); in idn_sync_enter()
4531 z = IDN_SYNC_GETZONE(sp->s_cmd); in idn_sync_exit()
4533 zone = IDN_SYNC_GETZONE(cmd); in idn_sync_exit()
4630 if ((z = IDN_SYNC_GETZONE(cmd)) == -1) { in idn_sync_register()
4739 if ((z = IDN_SYNC_GETZONE(cmd)) == -1) { in idn_sync_register_awol()
H A Didn.c4522 i = IDN_SYNC_GETZONE(IDNSYNC_CONNECT); in idn_global_report()
4545 i = IDN_SYNC_GETZONE(IDNSYNC_DISCONNECT); in idn_global_report()
/titanic_41/usr/src/uts/sun4u/starfire/sys/
H A Didn.h729 #define IDN_SYNC_GETZONE(s) ((((s) != IDNSYNC_CONNECT) && \ macro