Searched refs:unsolved_sentinel (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/sasinfo/
H A Dsasinfo-list.c1191 rp_tree_t *unsolved_sentinel = NULL; local
1289 * unsolved_sentinel is for insertion failure detection.
1293 * this linked list. So we use unsolved_sentinel to identify
1300 unsolved_sentinel = unsolved_tail;
1310 if (rpnode == unsolved_sentinel) {
1327 unsolved_sentinel = unsolved_tail;

Completed in 85 milliseconds