Searched defs:device (Results 101 - 107 of 107) sorted by relevance

12345

/osnet-11/usr/src/cmd/ntfsprogs/
H A Dntfsclone.c8 * Clone NTFS data and/or metadata to a sparse file, image, device or stdout.
70 #include "device.h"
85 #define BLKGETSIZE _IO(0x12,96) /* Get device size in 512-byte blocks. */
88 #define BLKGETSIZE64 _IOR(0x12,114,size_t) /* Get device size in bytes. */
112 int blkdev_out; /* output file is block device */
303 " Efficiently clone NTFS to a sparse file, image, device or standard output.\n"
402 err_printf("You must specify a device file.\n");
441 "block device isn't supported!\n");
1367 Printf("Image device size : %lld bytes\n",
1377 static void check_if_mounted(const char *device, unsigne argument
[all...]
/osnet-11/usr/src/lib/lvm/libmeta/common/
H A Dmeta_name.c67 * INPUT: str - Fully qualified pathname of a block or character device
68 * RETURNS: char * - The pathname of the raw device
69 * PURPOSE: Allocation of a new string representing the character device
71 * done to verify the existence of this device file.
87 * is passing old school device names like "/dev/[r]sd" or
114 * INPUT: uname - Fully qualified pathname of a block or character device
115 * RETURNS: char * - The fully qualified character device pathname
116 * PURPOSE: Return the fully qualified pathname of the character device
117 * corresponding to the block or character device passed in.
165 * in the form [set name/]device
1746 uint_t device; local
[all...]
/osnet-11/usr/src/grub/grub2/grub-core/fs/
H A Dnilfs2.c973 data = grub_nilfs2_mount (file->device->disk);
1030 grub_nilfs2_dir (grub_device_t device, const char *path,
1067 data = grub_nilfs2_mount (device->disk);
1090 grub_nilfs2_label (grub_device_t device, char **label)
1093 grub_disk_t disk = device->disk;
1111 grub_nilfs2_uuid (grub_device_t device, char **uuid)
1114 grub_disk_t disk = device->disk;
1145 grub_nilfs2_mtime (grub_device_t device, grub_int32_t * tm)
1148 grub_disk_t disk = device->disk;
1029 grub_nilfs2_dir(grub_device_t device, const char *path, int (*hook) (const char *filename, const struct grub_dirhook_info * info)) argument
1089 grub_nilfs2_label(grub_device_t device, char **label) argument
1110 grub_nilfs2_uuid(grub_device_t device, char **uuid) argument
1144 grub_nilfs2_mtime(grub_device_t device, grub_int32_t * tm) argument
H A Dudf.c937 grub_udf_dir (grub_device_t device, const char *path, argument
990 data = grub_udf_mount (device->disk);
1025 data = grub_udf_mount (file->device->disk);
1077 grub_udf_label (grub_device_t device, char **label) argument
1080 data = grub_udf_mount (device->disk);
/osnet-11/usr/src/grub/grub2/grub-core/fs/zfs/
H A Dzfs.c869 /* not an active device */
996 grub_dprintf("zfs", "vdev_guid = 0x%llx | device[%d].guid = 0x%llx\n",
1007 grub_dprintf("zfs", "vdev_guid = 0x%llx | device[%d].c[%d]guid = 0x%llx\n",
1364 grub_printf("The %s device is too old and should not be trusted as part of this zpool\n",
1437 "couldn't find device 0x%" PRIxGRUB_UINT64_T, id);
1834 return grub_error (GRUB_ERR_BAD_FS, "unsupported device type");
4006 * read in its MOS to the device grub_zfs_data structure.
4063 /* assign to the new grub device instance */
4197 zfs_label (grub_device_t device, char **label) argument
4205 data = zfs_mount (device);
4227 zfs_uuid(grub_device_t device, char **uuid) argument
4245 zfs_mtime(grub_device_t device, grub_int32_t *mt) argument
4573 grub_zfs_dir(grub_device_t device, const char *path, int (*hook) (const char *, const struct grub_dirhook_info *)) argument
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dbuiltins.c41 # include <device.h>
55 /* The boot device. */
250 /* Print the device name. */
443 "Initialize a network device via BOOTP. If the option `--with-configfile'"
886 /* device */
891 char *device;
897 /* Get the device argument. */
898 device = skip_to (0, drive);
901 nul_terminate (device);
903 if (! *device || ! check_devic
881 char *device; local
1522 char *device; local
1721 static char device[32]; local
1929 char *device = arg; local
2645 unsigned long device = 0xFFFFFFFF; local
2665 unsigned long device; local
4948 char device[16]; local
[all...]
/osnet-11/usr/src/grub/grub2/include/grub/efi/
H A Dapi.h425 grub_efi_uint8_t device; member in struct:grub_efi_pci_device_path
896 grub_efi_handle_t *device);

Completed in 81 milliseconds

12345