Home
last modified time | relevance | path

Searched refs:ig_device_t (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c99 static int init_device(ig_device_t *, char *path);
100 static void cleanup_device(ig_device_t *);
102 static int get_start_sector(ig_device_t *);
103 static int get_disk_fd(ig_device_t *device);
104 static int get_raw_partition_fd(ig_device_t *);
105 static char *get_raw_partition_path(ig_device_t *);
373 ig_device_t *device = &data.device; in handle_getinfo()
457 ig_device_t *curr_device = &curr_data.device; in handle_mirror()
458 ig_device_t *attach_device = &attach_data.device; in handle_mirror()
581 ig_device_t *src_device = &source->device; in propagate_bootblock()
[all …]
H A Dinstallgrub.h48 } ig_device_t; typedef
66 ig_device_t device;