Home
last modified time | relevance | path

Searched refs:mac_path (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/u-boot/board/gdsys/p1022/
H A Dcontrolcenterd-id.c1022 char *mac_path = NULL; in second_stage_init() local
1056 mac_path = malloc(strlen(image_path) + strlen(mac_suffix) + 1); in second_stage_init()
1057 if (mac_path == NULL) in second_stage_init()
1059 strcpy(mac_path, image_path); in second_stage_init()
1060 strcat(mac_path, mac_suffix); in second_stage_init()
1072 hmac_blob = load_key_chunk("mmc", mmcdev, FS_TYPE_EXT, mac_path); in second_stage_init()
1096 if (mac_path) in second_stage_init()
1097 free(mac_path); in second_stage_init()
/OK3568_Linux_fs/kernel/drivers/net/wireless/rockchip_wlan/ssv6xxx/smac/
H A Defuse.c80 static int write_mac_to_file(u8 *mac_path,u8 *mac_addr) in write_mac_to_file() argument
86 fp=openFile(mac_path,O_WRONLY|O_CREAT,0640); in write_mac_to_file()
100 printk("Write open File fail!!!![%s] \n",mac_path); in write_mac_to_file()