Home
last modified time | relevance | path

Searched refs:os_fwrite (Results 1 – 3 of 3) sorted by relevance

/hardware/ti/wlan/wl1271/CUDK/configurationutility/src/
Dcu_cmd.c4968 os_fwrite(&lengthToSet, sizeof(U8), 1, nvsBinFile); in nvsFillMACAddress()
4975 os_fwrite(&addressHigher, sizeof(U8), 1, nvsBinFile); in nvsFillMACAddress()
4977 os_fwrite(&addressLower, sizeof(U8), 1, nvsBinFile); in nvsFillMACAddress()
4995 os_fwrite(&Mac[5], sizeof(U8), 1, nvsBinFile); in nvsFillMACAddress()
4996 os_fwrite(&Mac[4], sizeof(U8), 1, nvsBinFile); in nvsFillMACAddress()
4997 os_fwrite(&Mac[3], sizeof(U8), 1, nvsBinFile); in nvsFillMACAddress()
4998 os_fwrite(&Mac[2], sizeof(U8), 1, nvsBinFile); in nvsFillMACAddress()
5001 os_fwrite(&lengthToSet, sizeof(U8), 1, nvsBinFile); in nvsFillMACAddress()
5007 os_fwrite(&addressHigher, sizeof(U8), 1, nvsBinFile); in nvsFillMACAddress()
5008 os_fwrite(&addressLower, sizeof(U8), 1, nvsBinFile); in nvsFillMACAddress()
[all …]
/hardware/ti/wlan/wl1271/CUDK/os/common/inc/
Dcu_osapi.h94 S32 os_fwrite (PVOID ptr, S32 size, S32 nmemb, PVOID stream);
/hardware/ti/wlan/wl1271/CUDK/os/linux/src/
Dosapi.c500 S32 os_fwrite (PVOID ptr, S32 size, S32 nmemb, PVOID stream) in os_fwrite() function