OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TB_OPTION_STOP
(Results
1 - 2
of
2
) sorted by null
/hardware/ti/wlan/wl1271/platforms/os/common/inc/
tracebuf_api.h
50
#define
TB_OPTION_STOP
0x80000000
/hardware/ti/wlan/wl1271/platforms/os/common/src/
tracebuf.c
137
if ((tb_control->options &
TB_OPTION_STOP
) || ((pos = tb_next()) < 0))
180
if ((tb_control->options &
TB_OPTION_STOP
) || ((pos = tb_next()) < 0))
196
tb_set_option(
TB_OPTION_STOP
);
Completed in 1650 milliseconds