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

/illumos-gate/usr/src/lib/libc/sparc/sys/
H A Duadmin.c105 boolean_t update_flag = B_FALSE; local
126 update_flag = (*ret_val == 0) ? B_FALSE :
131 if (update_flag == B_TRUE)
/illumos-gate/usr/src/lib/libc/amd64/sys/
H A Duadmin.c121 boolean_t update_flag = B_FALSE; local
142 update_flag = (*ret_val == 0) ? B_FALSE :
147 if (update_flag == B_TRUE)
/illumos-gate/usr/src/lib/libc/i386/sys/
H A Duadmin.c120 boolean_t update_flag = B_FALSE; local
141 update_flag = (*ret_val == 0) ? B_FALSE :
146 if (update_flag == B_TRUE)

Completed in 44 milliseconds