Searched defs:break_flag (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/auditd_plugins/remote/
H A Dtransport.c955 boolean_t break_flag; local
1111 * the break_flag behavior used below should be
1114 break_flag = B_FALSE;
1118 while (cur_node != NULL && !break_flag) {
1154 break_flag = B_TRUE;
1169 break_flag = B_TRUE;
1183 break_flag = B_TRUE;
1197 break_flag = B_TRUE;

Completed in 76 milliseconds