HomeSort by relevance Sort by last modified time
    Searched refs:device_name (Results 1 - 25 of 69) sorted by null

1 2 3

  /development/host/windows/usb/api/
adb_api_private_defines.h 39 Set(proto.device_name().c_str(), proto.class_id(), proto.flags());
55 Set(proto.device_name().c_str(), proto.class_id(), proto.flags());
69 return static_cast<ULONG>(FIELD_OFFSET(AdbInterfaceInfo, device_name) +
82 wcscpy(info->device_name, device_name().c_str());
86 const std::wstring& device_name() const { function in class:AdbInstanceEnumEntry
  /external/e2fsprogs/e2fsck/
iscan.c 33 const char * device_name = NULL; variable
77 device_name = argv[optind];
79 int fd = open(device_name, O_RDONLY, 0);
83 _("while opening %s for flushing"), device_name);
88 _("while trying to flush %s"), device_name);
109 retval = ext2fs_open(device_name, 0,
113 device_name);
scantest.c 40 const char * device_name = NULL; variable
102 device_name = "/dev/hda3";
106 retval = ext2fs_open(device_name, 0,
110 device_name);
badblocks.c 78 fs->device_name, fs->super->s_blocks_count-1);
100 printf("%s: Updating bad block inode.\n", ctx->device_name);
unix.c 126 ctx->device_name, inodes_used, inodes,
306 fputs(ctx->device_name, stdout);
311 printf(_("%s: clean, %u/%u files, %u/%u blocks"), ctx->device_name,
462 e2fsck_simple_progress(ctx, ctx->device_name,
740 ctx->device_name = optarg;
1107 if (ctx->device_name == 0 &&
1109 ctx->device_name = string_copy(ctx, sb->s_volume_name,
1112 if (ctx->device_name == 0)
1113 ctx->device_name = ctx->filesystem_name;
1122 ctx->device_name);
    [all...]
  /external/e2fsprogs/lib/ext2fs/
dupfs.c 34 fs->device_name = 0;
47 retval = ext2fs_get_mem(strlen(src->device_name)+1, &fs->device_name);
50 strcpy(fs->device_name, src->device_name);
freefs.c 33 if (fs->device_name)
34 ext2fs_free_mem(&fs->device_name);
mkjournal.c 283 if (stat(journal_dev->device_name, &st) < 0)
344 if ((retval = ext2fs_check_mount_point(fs->device_name, &mount_flags,
422 char *device_name; local
429 device_name = argv[1];
431 retval = ext2fs_open (device_name, EXT2_FLAG_RW, 0, 0,
434 com_err(argv[0], retval, "while opening %s", device_name);
441 device_name);
initialize.c 132 retval = ext2fs_get_mem(strlen(name)+1, &fs->device_name);
136 strcpy(fs->device_name, name);
341 retval = ext2fs_get_mem(strlen(fs->device_name) + 80, &buf);
345 sprintf(buf, "block bitmap for %s", fs->device_name);
350 sprintf(buf, "inode bitmap for %s", fs->device_name);
  /external/e2fsprogs/resize/
main.c 35 char *program_name, *device_name, *io_options; variable
213 device_name = argv[optind++];
219 io_options = strchr(device_name, '?');
233 retval = ext2fs_check_mount_point(device_name, &mount_flags,
238 device_name);
248 fd = open64(device_name, O_RDWR);
250 fd = open(device_name, O_RDWR);
254 device_name);
266 device_name);
275 device_name);
    [all...]
online.c 35 "on-line resizing required\n"), fs->device_name, mtpt);
98 fs->device_name, *new_size, fs->blocksize / 1024);
164 "not supported on this system.\n"), fs->device_name, mtpt);
  /hardware/ti/wlan/wl1271/CUDK/os/linux/inc/
ipc_sta.h 38 THandle IpcSta_Create(const PS8 device_name);
  /system/wlan/ti/wilink_6_1/CUDK/os/linux/inc/
ipc_sta.h 38 THandle IpcSta_Create(const PS8 device_name);
  /external/e2fsprogs/ext2ed/
disk.c 61 wprintw (command_win,"Error - Failed to seek to offset %ld in device %s\n",offset,device_name);
67 wprintw (command_win,"Error - Failed to read from offset %ld in device %s\n",offset,device_name);
117 wprintw (command_win,"Error - Failed to seek to offset %ld in device %s\n",offset,device_name);
123 wprintw (command_win,"Error - Failed to write to offset %ld in device %s\n",offset,device_name);
155 fprintf (fp,"Time: %s\nDevice: %s\n",ctime ((time_t *) &current_time),device_name);
  /external/wpa_supplicant_6/wpa_supplicant/src/wps/
wps_dev_attr.c 133 len = dev->device_name ? os_strlen(dev->device_name) : 0;
144 wpabuf_put_data(msg, dev->device_name, len);
277 os_free(dev->device_name);
278 dev->device_name = os_malloc(str_len + 1);
279 if (dev->device_name == NULL)
281 os_memcpy(dev->device_name, str, str_len);
282 dev->device_name[str_len] = '\0';
360 if (src->device_name)
361 dst->device_name = os_strdup(src->device_name)
    [all...]
  /external/e2fsprogs/misc/
findsuper.c 122 const char * device_name; local
147 device_name = argv[optind++];
176 fd = open(device_name, O_RDONLY);
178 perror(device_name);
e2initrd_helper.c 41 char * device_name; variable
323 device_name = blkid_get_devname(NULL, argv[optind], NULL);
324 if (!device_name) {
378 retval = ext2fs_open (device_name, open_flag, 0, 0, io_ptr, &fs);
dumpe2fs.c 48 char * device_name = NULL; variable
461 device_name = argv[optind++];
472 retval = ext2fs_open (device_name, flags,
480 retval = ext2fs_open (device_name, flags, use_superblock,
484 device_name);
516 program_name, device_name,
  /external/qemu/block/
raw-win32.c 323 char device_name[64]; local
326 if (find_cdrom(device_name, sizeof(device_name)) < 0)
328 filename = device_name;
334 snprintf(device_name, sizeof(device_name), "\\\\.\\%c:", filename[0]);
335 filename = device_name;
  /development/host/windows/usb/adb_winapi_test/
adb_winapi_test.cpp 66 bool TestInterface(const wchar_t* device_name);
115 printf("\nFound interface %ws:", interface_info.device_name);
150 TestInterface(interface_info.device_name);
171 bool TestInterface(const wchar_t* device_name) {
172 printf("\n*** Test interface( %ws )", device_name);
175 ADBAPIHANDLE interface_handle = AdbCreateInterfaceByName(device_name);
  /external/wpa_supplicant_6/wpa_supplicant/
config.h 257 * device_name - Device Name (WPS)
261 char *device_name; member in struct:wpa_config
  /hardware/ti/wlan/wl1271/CUDK/configurationutility/inc/
console.h 76 THandle Console_Create(const PS8 device_name, S32 BypassSupplicant, PS8 pSupplIfFile);
  /system/wlan/ti/sta_dk_4_0_4_32/CUDK/IPC/Linux/
cu_ipc.c 37 void config_ipc_init(char* device_name)
69 /*InitTIS_Manager( device_name );*/
  /system/wlan/ti/wilink_6_1/CUDK/configurationutility/inc/
console.h 76 THandle Console_Create(const PS8 device_name, S32 BypassSupplicant, PS8 pSupplIfFile);
  /development/samples/BluetoothChat/src/com/example/android/BluetoothChat/
DeviceListActivity.java 81 mPairedDevicesArrayAdapter = new ArrayAdapter<String>(this, R.layout.device_name);
82 mNewDevicesArrayAdapter = new ArrayAdapter<String>(this, R.layout.device_name);

Completed in 2000 milliseconds

1 2 3