Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/boot/installboot/sparc/
H A Dinstallboot.c78 static void cleanup_device(ib_device_t *);
499 cleanup_device(ib_device_t *device) in cleanup_device() function
653 cleanup_device(&install_data.device); in handle_install()
742 cleanup_device(&data.device); in handle_getinfo()
831 cleanup_device(attach_device); in handle_mirror()
833 cleanup_device(curr_device); in handle_mirror()
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c100 static void cleanup_device(ig_device_t *);
349 cleanup_device(&install_data.device); in handle_install()
435 cleanup_device(&data.device); in handle_getinfo()
526 cleanup_device(attach_device); in handle_mirror()
528 cleanup_device(curr_device); in handle_mirror()
700 cleanup_device(ig_device_t *device) in cleanup_device() function