Searched refs:name (Results 151 - 175 of 182) sorted by path

12345678

/system/vold/
H A DDevmapper.h27 static int create(const char *name, const char *loopFile, const char *key,
29 static int destroy(const char *name);
30 static int lookupActive(const char *name, char *buffer, size_t len);
36 const char *name, unsigned flags);
H A DProcess.cpp104 // append the file name, after truncating to parent directory
154 int Process::checkSymLink(int pid, const char *mountPoint, const char *name) { argument
158 sprintf(path, "/proc/%d/%s", pid, name);
192 char name[PATH_MAX]; local
196 getProcessName(pid, name, sizeof(name));
201 SLOGE("Process %s (%d) has open file %s", name, pid, openfile);
203 SLOGE("Process %s (%d) has open filemap for %s", name, pid, openfile);
205 SLOGE("Process %s (%d) has cwd within %s", name, pid, path);
207 SLOGE("Process %s (%d) has chroot within %s", name, pi
[all...]
H A DProcess.h24 static int checkSymLink(int pid, const char *path, const char *name);
H A DVolume.cpp594 pinfo->name = strdup("android_sdcard");
607 free(pinfo->name);
H A DVolumeManager.cpp128 const char *name = evt->findParam("SWITCH_NAME"); local
131 if (!name || !state) {
132 SLOGW("Switch %s event missing name/state info", devpath);
136 if (!strcmp(name, "usb_mass_storage")) {
144 SLOGW("Ignoring unknown switch '%s'", name);
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/CLI/
H A DMakefile186 { find $(COMMON) -name '*.h' -print ; \
187 find . -name '*.h' -print ; } | etags -
H A Dconsole.c58 static t_TokenType console_getWord( char *name, U16 len );
60 static t_TokenType console_analizeToken( char *name );
63 static ConEntry_t *console_searchToken( ConEntry_t *p_dir, char *name );
75 Parameters: script_file - name of script file
112 name - directory name
119 const char *name, /* New directory name */
138 strncpy( p_dir->name, name, MAX_NAME_LE
117 consoleAddDirExt( handle_t hRoot, const char *name, const char *desc ) argument
176 consoleAddToken( handle_t hDir, const char *name, const char *help, FuncToken_t p_func, ConParm_t p_parms[] ) argument
387 char name[MAX_NAME_LEN]; local
540 console_getWord( char *name, U16 len ) argument
[all...]
H A Dconsole.h71 const char *name; /* Parameter name. Shouldn't be allocated on stack! */ member in struct:ConParm_t
88 const char *name, /* New directory name */
93 const char *name, /* Token name. Shouldn't be allocated on stack! */
98 /* name = NULL */
171 /* Parameter name and format */
178 char name[MAX_NAME_LEN+1]; /* Entry name */ member in struct:ConEntry_t
193 ParmName_t name[MAX_NUM_OF_PARMS]; /* Parameter name */ member in struct:ConEntry_t::__anon183::t_Token
[all...]
H A Dcu_cmd.c204 return rate2Str[ i ].name;
206 return rate2Str[ 0 ].name;
218 return EtEvent2Str[ i ].name;
222 return EtEvent2Str[ 0 ].name;
593 return arr[i].name;
1277 console_printf_terminal("SSID: %s, Type: %s\n", appScanParams.desiredSsid.ssidString, scanType2Str[ appScanParams.scanType ].name);
1279 band2Str[ appScanParams.band ].name, appScanParams.probeReqNumber, rate2StrFunc( appScanParams.probeRequestRate ) );
1514 console_printf_terminal("\nBand: %s\n", band2Str[ bandPolicy->band ].name);
1538 console_printf_terminal("Scan type: %s\n", scanType2Str[ scanMethod->scanType ].name);
1615 print_mac_2_str(list.BSSList[ i ].BSSID.addr), band2Str[ list.BSSList[ i ].band ].name,
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/CUDK/UtilityAdapter/
H A DMakefile142 { find ${BASE_DIR}/common -name '*.h' -print ; \
143 find ${BASE_DIR}/Test -name '*.h' -print ; \
144 find . -name '*.h' -print ; } | etags -
/system/wlan/ti/sta_dk_4_0_4_32/pform/common/inc/
H A Dcli_cu_common.h17 **| * Neither the name Texas Instruments nor the names of its |**
103 char *name; member in struct:__anon952
109 print("%d - %s%s", arr[i].value, arr[i].name, (i>=SIZE_ARR(arr)-1) ? "\n" : ", " ); \
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/inc/
H A DosTIType.h17 **| * Neither the name Texas Instruments nor the names of its |**
139 #define DEFINE_GUID(name, l, w1, w2, b1, b2, b3, b4, b5, b6, b7, b8) ;
149 #define PACKED_STRUCT(name,content) STRUCT { content } __attribute__ ((packed)) name
151 #define PACKED_UNION(name,content) union { content } __attribute__ ((packed)) name
153 #define ENUM_BODY(name, value) name value,
154 #define PACKED_ENUM(name, list) ENUM { list(ENUM_BODY) } __attribute__ ((packed)) name
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/pform/linux/src/
H A Desta_drv.c17 **| * Neither the name Texas Instruments nor the names of its |**
788 strcpy(dev->name, TIWLAN_DRV_IF_NAME);
1359 if ((rc = request_irq (drv->irq, tiwlan_interrupt, SA_SHIRQ, drv->netdev->name, drv)))
1361 if ((rc = request_irq (drv->irq, (irq_handler_t)tiwlan_interrupt, IRQF_SHARED | IRQF_TRIGGER_FALLING /*Dm:*/, drv->netdev->name, drv)))
1468 lp->name = nm;
1827 .name = "tnetw1130",
1939 .name = "sdio_tiwlan",
1983 .name = "msm_wifi",
H A DosRgstry_parser.c17 **| * Neither the name Texas Instruments nor the names of its |**
116 char *name = keyword->Buffer; local
129 if( !name || !*name || !init_file || !init_file_length )
137 if( !(s = mem_str(buf, name, end_buf)) )
140 buf = ltrim(s + strlen(name));
145 buf = s + 1; /*strlen(name);*/
177 print_info("NdisReadConfiguration(): %s = (%d)'%s'\n", name, pNdisParm->ParameterData.StringData.Length, pNdisParm->ParameterData.StringData.Buffer);
186 print_err("\n...init_config: invalid int value for <%s> : %s\n", name, buf );
190 print_info("NdisReadConfiguration(): %s = %d\n", name, (INT3
[all...]
/system/wlan/ti/sta_dk_4_0_4_32/wpa_supplicant_lib/
H A Ddriver_ti.c1276 ifname - return interface name
1901 .name = TIWLAN_DRV_NAME,
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/inc/
H A Dconsole.h63 PS8 name; /* Parameter name. Shouldn't be allocated on stack! */ member in struct:ConParm_t
83 const PS8 name,
87 const PS8 name,
H A Dcu_cmd.h36 PS8 name; member in struct:__anon983
/system/wlan/ti/wilink_6_1/CUDK/configurationutility/src/
H A Dconsole.c80 S8 name[MAX_NAME_LEN+1]; /* Entry name */ member in struct:ConEntry_t
97 PS8 *name; /* Parameter name with totalParams size */ member in struct:ConEntry_t::__anon988::t_Token
132 Make a preliminary analizis of <name> token.
135 static TokenType_t Console_analizeToken( PS8 name )
137 if (!name[0])
140 if (!os_strcmp(name, (PS8)TOKEN_UP ) )
143 if (!os_strcmp(name, (PS8)TOKEN_ROOT ) )
146 if (!os_strcmp(name, (PS
258 Console_getWord(Console_t* pConsole, PS8 name, U16 len ) argument
651 S8 name[MAX_NAME_LEN]; local
863 Console_AddDirExt(THandle hConsole, THandle hRoot, const PS8 name, const PS8 desc ) argument
921 Console_AddToken( THandle hConsole, THandle hDir, const PS8 name, const PS8 help, FuncToken_t p_func, ConParm_t p_parms[] ) argument
991 os_error_printf(CU_MSG_ERROR, (PS8)("** buffer too big: %s/%s\\n"), p_dir->name, name); local
1000 os_error_printf(CU_MSG_ERROR, (PS8)("** Bad string param definition: %s/%s\\n"), p_dir->name, name ); local
1009 os_error_printf(CU_MSG_ERROR, (PS8)("** No memory: %s/%s (max.size=%ld)\\n"), p_dir->name, name, p_parms->hi_val ); local
[all...]
H A Dcu_cmd.c53 os_error_printf(CU_MSG_INFO2, (PS8)"%d - %s%s", arr[i].value, arr[i].name, (i>=SIZE_ARR(arr)-1) ? (PS8)"\n" : (PS8)", " ); \
660 os_error_printf(CU_MSG_INFO2, (PS8)"Scan type: %s\n", scanType2Str[ scanMethod->scanType ].name);
671 EtEvent2Str[i].name,
677 rate2Str[i].name,
690 EtEvent2Str[i].name,
696 rate2Str[i].name,
703 EtEvent2Str[i].name,
718 os_error_printf(CU_MSG_INFO2, (PS8)"\nBand: %s\n", band2Str[ pBandPolicy->band ].name);
1282 os_error_printf (CU_MSG_INFO2, (PS8)"Current mode = %s\n", Current_mode[i].name);
1368 os_error_printf(CU_MSG_INFO2, (PS8)"Current mode = %s\n", BSS_type[i].name);
[all...]
/system/wlan/ti/wilink_6_1/CUDK/os/linux/src/
H A Dcu_wext.c95 os_memcpy(buffer, iwe->u.name, IFNAMSIZ);
/system/wlan/ti/wilink_6_1/external_drivers/sdio/linux/
H A DSdioDrv.c1236 .name = SDIO_DRIVER_NAME,
/system/wlan/ti/wilink_6_1/platforms/hw/linux/
H A DSdioAdapter.c18 * * Neither the name Texas Instruments nor the names of its
118 .name = "sdio_wifi",
H A Dhost_platform.c17 * * Neither the name Texas Instruments nor the names of its
100 .name = "device_wifi",
251 if ((rc = request_irq(drv->irq, handle_add, drv->irq_flags, drv->netdev->name, drv)))
/system/wlan/ti/wilink_6_1/platforms/os/common/inc/
H A Dcli_cu_common.h17 * * Neither the name Texas Instruments nor the names of its
106 char *name; member in struct:__anon1463
111 print("%d - %s%s", arr[i].value, arr[i].name, (i>=SIZE_ARR(arr)-1) ? "\n" : ", " ); \
/system/wlan/ti/wilink_6_1/platforms/os/linux/
H A DMakefile177 # Intermediate object name - this should be renamed to the desired object name
431 { find ${DK_ROOT}/common -name '*.h' -print ; \
432 find . -name '*.h' -print ; } | etags -

Completed in 194 milliseconds

12345678