Home
last modified time | relevance | path

Searched refs:init_device (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/boot/installboot/sparc/
H A Dinstallboot.c77 static int init_device(ib_device_t *, char *);
480 init_device(ib_device_t *device, char *path) in init_device() function
617 if (init_device(&install_data.device, device_path) != BC_SUCCESS) { in handle_install()
693 if (init_device(device, device_path) != BC_SUCCESS) { in handle_getinfo()
794 if (init_device(curr_device, curr_device_path) != BC_SUCCESS) { in handle_mirror()
801 if (init_device(attach_device, attach_device_path) != BC_SUCCESS) { in handle_mirror()
/illumos-gate/usr/src/cmd/boot/installgrub/
H A Dinstallgrub.c99 static int init_device(ig_device_t *, char *path);
302 if (init_device(&install_data.device, device_path) != BC_SUCCESS) { in handle_install()
389 if (init_device(device, device_path) != BC_SUCCESS) { in handle_getinfo()
480 if (init_device(curr_device, curr_device_path) != BC_SUCCESS) { in handle_mirror()
486 if (init_device(attach_device, attach_device_path) != BC_SUCCESS) { in handle_mirror()
634 init_device(ig_device_t *device, char *path) in init_device() function
/illumos-gate/usr/src/uts/common/io/igc/core/
H A Digc_api.c141 s32 igc_setup_init_funcs(struct igc_hw *hw, bool init_device) in igc_setup_init_funcs() argument
185 if (!(ret_val) && init_device) { in igc_setup_init_funcs()
H A Digc_api.h15 s32 igc_setup_init_funcs(struct igc_hw *hw, bool init_device);
/illumos-gate/usr/src/uts/common/io/e1000api/
H A De1000_api.h56 s32 e1000_setup_init_funcs(struct e1000_hw *hw, bool init_device);
H A De1000_api.c459 s32 e1000_setup_init_funcs(struct e1000_hw *hw, bool init_device) in e1000_setup_init_funcs() argument
566 if (!(ret_val) && init_device) { in e1000_setup_init_funcs()
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c11263 boolean_t init_device = B_FALSE; in sata_reprobe_port() local
11421 init_device = B_TRUE; in sata_reprobe_port()
11478 if (init_device == B_TRUE) { in sata_reprobe_port()
11688 boolean_t init_device = B_FALSE; in sata_reprobe_pmport() local
11884 init_device = B_TRUE; in sata_reprobe_pmport()
11909 if (init_device == B_TRUE) { in sata_reprobe_pmport()