Home
last modified time | relevance | path

Searched refs:rcnt (Results 1 – 4 of 4) sorted by relevance

/haiku/src/bin/unzip/
H A Dunzip.h349 typedef int (UZ_EXP PasswdFn) (zvoid *pG, int *rcnt, char *pwbuf,
600 int UZ_EXP UzpPassword OF((zvoid *pG, int *rcnt, char *pwbuf,
H A Dfileio.c1507 int UZ_EXP UzpPassword (pG, rcnt, pwbuf, size, zfn, efn) in UzpPassword() argument
1509 int *rcnt; /* retry counter */
1525 if (*rcnt == 0) { /* First call for current entry */
1526 *rcnt = 2;
1534 (*rcnt)--;
1553 pG = pG; rcnt = rcnt; pwbuf = pwbuf; size = size; zfn = zfn; efn = efn;
/haiku/headers/private/firewire/
H A Dfirewirereg.h82 int rcnt; member
/haiku/src/add-ons/kernel/bus_managers/firewire/
H A Dfirewire.cpp1505 fwdev->rcnt = 0; in fw_bus_probe()
1882 fwdev->rcnt ++; in fw_attach_dev()
1886 __func__, fwdev->rcnt, hold_count); in fw_attach_dev()
1887 if (fwdev->rcnt > hold_count) { in fw_attach_dev()