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

/illumos-gate/usr/src/cmd/setfacl/
H A Dsetfacl.c410 int cur_cnt; local
445 cur_cnt = *cntp - 1;
448 for (taclp = new_aclp; cur_cnt-- > 0; taclp++) {
463 for (taclp = new_aclp; cur_cnt-- > 0; taclp++) {
468 while (cur_cnt-- > 0) {
499 cur_cnt = *cntp;
500 for (taclp = new_aclp; cur_cnt-- > 0; taclp++) {
/illumos-gate/usr/src/cmd/mdb/common/modules/sctp/
H A Dsctp.c1249 int cur_cnt; member in struct:__anon936
1281 swalker->cur_cnt = 1;
1311 j = swalker->cur_cnt;
1319 swalker->cur_cnt = j;
1330 swalker->cur_cnt = 1;

Completed in 75 milliseconds