Home
last modified time | relevance | path

Searched refs:cur_cnt (Results 1 – 2 of 2) sorted by relevance

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