Searched refs:new_device (Results 1 – 7 of 7) sorted by relevance
/external/e2fsprogs/ext2ed/ |
D | general_com.c | 151 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/ |
D | notify.c | 414 const u8 *dev_addr, int new_device) in wpas_notify_p2p_device_found() argument 416 if (new_device) { in wpas_notify_p2p_device_found()
|
D | notify.h | 87 const u8 *dev_addr, int new_device);
|
D | p2p_supplicant.h | 76 int new_device);
|
D | p2p_supplicant.c | 1178 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/ |
D | p2p.h | 533 int new_device);
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_test.c | 3069 const struct p2p_peer_info *info, int new_device) in test_dev_found() argument
|