HomeSort by relevance Sort by last modified time
    Searched refs:new_device (Results 1 - 7 of 7) sorted by null

  /external/e2fsprogs/ext2ed/
general_com.c 151 char *ptr,new_device [80]; local
153 ptr=parse_word (command_line,new_device);
158 parse_word (ptr,new_device);
159 check_mounted (new_device);
174 if ( (device_handle=fopen (new_device,"rb"))==NULL) {
175 wprintw (command_win,"Error - Can not open device %s\n",new_device);refresh_command_win ();
179 strcpy (device_name,new_device);
  /external/wpa_supplicant_8/wpa_supplicant/
notify.h 86 const u8 *dev_addr, int new_device);
notify.c 408 const u8 *dev_addr, int new_device)
410 if (new_device) {
p2p_supplicant.h 69 int new_device);
p2p_supplicant.c 1057 int new_device)
1074 wpas_notify_p2p_device_found(ctx, info->p2p_device_addr, new_device);
    [all...]
  /external/wpa_supplicant_8/src/p2p/
p2p.h 490 * @new_device: Inform if the peer is newly found
499 int new_device);
    [all...]
  /external/wpa_supplicant_8/src/drivers/
driver_test.c     [all...]

Completed in 1880 milliseconds