Searched refs:IDN_SYNC_GETZONE (Results 1 – 3 of 3) sorted by relevance
4492 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()
4522 i = IDN_SYNC_GETZONE(IDNSYNC_CONNECT); in idn_global_report()4545 i = IDN_SYNC_GETZONE(IDNSYNC_DISCONNECT); in idn_global_report()
729 #define IDN_SYNC_GETZONE(s) ((((s) != IDNSYNC_CONNECT) && \ macro