Home
last modified time | relevance | path

Searched refs:new_device (Results 1 – 7 of 7) sorted by relevance

/external/e2fsprogs/ext2ed/
Dgeneral_com.c151 char *ptr,new_device [80]; in set_device() local
153 ptr=parse_word (command_line,new_device); in set_device()
158 parse_word (ptr,new_device); in set_device()
159 check_mounted (new_device); in set_device()
174 if ( (device_handle=fopen (new_device,"rb"))==NULL) { in set_device()
175 wprintw (command_win,"Error - Can not open device %s\n",new_device);refresh_command_win (); in set_device()
179 strcpy (device_name,new_device); in set_device()
/external/wpa_supplicant_8/wpa_supplicant/
Dnotify.c414 const u8 *dev_addr, int new_device) in wpas_notify_p2p_device_found() argument
416 if (new_device) { in wpas_notify_p2p_device_found()
Dnotify.h87 const u8 *dev_addr, int new_device);
Dp2p_supplicant.h76 int new_device);
Dp2p_supplicant.c1178 int new_device) in wpas_dev_found() argument
1205 wpas_notify_p2p_device_found(ctx, info->p2p_device_addr, new_device); in wpas_dev_found()
/external/wpa_supplicant_8/src/p2p/
Dp2p.h533 int new_device);
/external/wpa_supplicant_8/src/drivers/
Ddriver_test.c3069 const struct p2p_peer_info *info, int new_device) in test_dev_found() argument