Searched refs:init_device (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/boot/installboot/sparc/ |
H A D | installboot.c | 77 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 D | installgrub.c | 99 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 D | igc_api.c | 141 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 D | igc_api.h | 15 s32 igc_setup_init_funcs(struct igc_hw *hw, bool init_device);
|
/illumos-gate/usr/src/uts/common/io/e1000api/ |
H A D | e1000_api.h | 56 s32 e1000_setup_init_funcs(struct e1000_hw *hw, bool init_device);
|
H A D | e1000_api.c | 459 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 D | sata.c | 11716 boolean_t init_device = B_FALSE; in sata_reprobe_port() local 11874 init_device = B_TRUE; in sata_reprobe_port() 11931 if (init_device == B_TRUE) { in sata_reprobe_port() 12141 boolean_t init_device = B_FALSE; in sata_reprobe_pmport() local 12337 init_device = B_TRUE; in sata_reprobe_pmport() 12362 if (init_device == B_TRUE) { in sata_reprobe_pmport()
|