OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:attempt
(Results
1 - 8
of
8
) sorted by relevancy
/src/sys/arch/mac68k/dev/
pm_direct.c
1234
int
attempt
= 3;
local in function:pm_poweroff
1236
while (pmHardware == PM_HW_PB1XX &&
attempt
> 0) {
1243
attempt
--;
pm_direct.c
1234
int
attempt
= 3;
local in function:pm_poweroff
1236
while (pmHardware == PM_HW_PB1XX &&
attempt
> 0) {
1243
attempt
--;
/src/sys/dev/usb/
if_urtwn.c
4568
int i,
attempt
;
local in function:urtwn_iq_calib
4615
attempt
= 1;
4661
if (
attempt
-- > 0)
if_urtwn.c
4568
int i,
attempt
;
local in function:urtwn_iq_calib
4615
attempt
= 1;
4661
if (
attempt
-- > 0)
/src/sys/dev/i2c/
tda19988.c
539
int
attempt
, err;
local in function:tda19988_read_edid_block
556
for (
attempt
= 0;
attempt
< MAX_READ_ATTEMPTS;
attempt
++) {
563
if (
attempt
== MAX_READ_ATTEMPTS) {
tda19988.c
539
int
attempt
, err;
local in function:tda19988_read_edid_block
556
for (
attempt
= 0;
attempt
< MAX_READ_ATTEMPTS;
attempt
++) {
563
if (
attempt
== MAX_READ_ATTEMPTS) {
/src/sys/netbt/
hci.h
871
uint16_t
attempt
; /* (2 *
attempt
- 1) * 0.625 msec */
member in struct:__anonf724d2113908
872
uint16_t timeout; /* (2 *
attempt
- 1) * 0.625 msec */
hci.h
871
uint16_t
attempt
; /* (2 *
attempt
- 1) * 0.625 msec */
member in struct:__anonf724d2113908
872
uint16_t timeout; /* (2 *
attempt
- 1) * 0.625 msec */
Completed in 40 milliseconds
Indexes created Wed Oct 01 07:09:59 GMT 2025