firewire.c | 71 int firewire_debug = 0, try_bmr = 1, hold_count = 0; variable in typeref:typename:int 102 "hold_count", SYSCTL_DESCR("Number of count of " 104 NULL, 0, &hold_count, 2078 printf("fwdev->rcnt(%d), hold_count(%d)\n", 2079 fwdev->rcnt, hold_count); 2098 if (fwdev->rcnt > 0 && fwdev->rcnt > hold_count) {
|