OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CHK_NULL
(Results
1 - 4
of
4
) sorted by null
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
ticon.c
231
CHK_NULL
(h = (handle_t) consoleAddDirExt( (handle_t) NULL, "Driver", "Driver start/stop" ) );
241
CHK_NULL
(h = (handle_t) consoleAddDirExt( (handle_t) NULL, "Connection", "Connection management" ) );
258
CHK_NULL
(h = (handle_t) consoleAddDirExt( (handle_t) NULL, "Management", "Station management" ) );
306
CHK_NULL
(h1 = (handle_t) consoleAddDirExt( (handle_t) h, "802_11d_h", "802_11D_H" ) );
325
CHK_NULL
(h1 = (handle_t) consoleAddDirExt( (handle_t) h, "Antenna", "tx/rx selected antenna" ) );
336
CHK_NULL
(h1 = (handle_t) consoleAddDirExt( (handle_t) h, "beacoN", "Set Beacon Filter Desired State" ) );
345
CHK_NULL
(h1 = (handle_t) consoleAddDirExt( (handle_t) h, "adVanced", "Advanced params" ) );
358
CHK_NULL
(h2 = (handle_t) consoleAddDirExt( (handle_t) h1, "rx data Filter", "Rx Data Filter" ) );
383
CHK_NULL
(h = (handle_t) consoleAddDirExt( (handle_t) NULL, "Show", "Show params" ) );
395
CHK_NULL
(h = (handle_t) consoleAddDirExt( (handle_t) NULL, "Privacy", "Privacy configuration" ) )
[
all
...]
cu_cmd.h
271
# define
CHK_NULL
(p) ((p)) ? (void) 0 : fprintf(stderr, "\nfailed: '%s', file %s, line %d\n", #p, __FILE__, __LINE__);
275
# define
CHK_NULL
(p) (p)
/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
ticon.c
49
#define
CHK_NULL
(p) ((p)) ? (VOID) 0 : os_error_printf(CU_MSG_ERROR, (PS8)"\nfailed: '%s', file %s, line %d\n", #p, __FILE__, __LINE__);
53
#define
CHK_NULL
(p) (p)
88
CHK_NULL
(h = (THandle) Console_AddDirExt(pTiCon->hConsole, (THandle) NULL, (PS8)"Driver", (PS8)"Driver start/stop" ) );
95
CHK_NULL
(h = (THandle) Console_AddDirExt(pTiCon->hConsole, (THandle) NULL, (PS8)"Connection", (PS8)"Connection management" ) );
111
CHK_NULL
(h1 = (THandle) Console_AddDirExt(pTiCon->hConsole, (THandle) h, (PS8)"wPs", (PS8)"WiFi Protected Setup" ) );
127
CHK_NULL
(h = (THandle) Console_AddDirExt(pTiCon->hConsole, (THandle) NULL, (PS8)"Management", (PS8)"Station management" ) );
174
CHK_NULL
(h1 = (THandle) Console_AddDirExt(pTiCon->hConsole, (THandle) h, (PS8)"802_11d_h", (PS8)"802_11D_H" ) );
190
CHK_NULL
(h1 = (THandle) Console_AddDirExt(pTiCon->hConsole, (THandle) h, (PS8)"beacoN", (PS8)"Set Beacon Filter Desired State" ) );
198
CHK_NULL
(h1 = (THandle) Console_AddDirExt(pTiCon->hConsole, (THandle) h, (PS8)"adVanced", (PS8)"Advanced params" ) );
204
CHK_NULL
(h2 = (THandle) Console_AddDirExt(pTiCon->hConsole, (THandle) h1, (PS8)"rx data Filter", (PS8)"Rx D (…)
[
all
...]
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
ticon.c
49
#define
CHK_NULL
(p) ((p)) ? (VOID) 0 : os_error_printf(CU_MSG_ERROR, (PS8)"\nfailed: '%s', file %s, line %d\n", #p, __FILE__, __LINE__);
53
#define
CHK_NULL
(p) (p)
88
CHK_NULL
(h = (THandle) Console_AddDirExt(pTiCon->hConsole, (THandle) NULL, (PS8)"Driver", (PS8)"Driver start/stop" ) );
95
CHK_NULL
(h = (THandle) Console_AddDirExt(pTiCon->hConsole, (THandle) NULL, (PS8)"Connection", (PS8)"Connection management" ) );
111
CHK_NULL
(h1 = (THandle) Console_AddDirExt(pTiCon->hConsole, (THandle) h, (PS8)"wPs", (PS8)"WiFi Protected Setup" ) );
127
CHK_NULL
(h = (THandle) Console_AddDirExt(pTiCon->hConsole, (THandle) NULL, (PS8)"Management", (PS8)"Station management" ) );
175
CHK_NULL
(h1 = (THandle) Console_AddDirExt(pTiCon->hConsole, (THandle) h, (PS8)"802_11d_h", (PS8)"802_11D_H" ) );
191
CHK_NULL
(h1 = (THandle) Console_AddDirExt(pTiCon->hConsole, (THandle) h, (PS8)"beacoN", (PS8)"Set Beacon Filter Desired State" ) );
199
CHK_NULL
(h1 = (THandle) Console_AddDirExt(pTiCon->hConsole, (THandle) h, (PS8)"adVanced", (PS8)"Advanced params" ) );
205
CHK_NULL
(h2 = (THandle) Console_AddDirExt(pTiCon->hConsole, (THandle) h1, (PS8)"rx data Filter", (PS8)"Rx D (…)
[
all
...]
Completed in 322 milliseconds