Searched refs:rcnt (Results 1 – 4 of 4) sorted by relevance
/haiku/src/bin/unzip/ |
H A D | unzip.h | 349 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 D | fileio.c | 1507 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 D | firewirereg.h | 82 int rcnt; member
|
/haiku/src/add-ons/kernel/bus_managers/firewire/ |
H A D | firewire.cpp | 1505 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()
|