Searched refs:init_device (Results 1 – 5 of 5) sorted by relevance
/titanic_44/usr/src/cmd/boot/installboot/ |
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()
|
/titanic_44/usr/src/cmd/boot/installgrub/ |
H A D | installgrub.c | 97 static int init_device(ig_device_t *, char *path); 297 if (init_device(&install_data.device, device_path) != BC_SUCCESS) { in handle_install() 384 if (init_device(device, device_path) != BC_SUCCESS) { in handle_getinfo() 475 if (init_device(curr_device, curr_device_path) != BC_SUCCESS) { in handle_mirror() 481 if (init_device(attach_device, attach_device_path) != BC_SUCCESS) { in handle_mirror() 629 init_device(ig_device_t *device, char *path) in init_device() function
|
/titanic_44/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 | 391 s32 e1000_setup_init_funcs(struct e1000_hw *hw, bool init_device) in e1000_setup_init_funcs() argument 489 if (!(ret_val) && init_device) { in e1000_setup_init_funcs()
|
/titanic_44/usr/src/uts/common/io/sata/impl/ |
H A D | sata.c | 11190 boolean_t init_device = B_FALSE; in sata_reprobe_port() local 11348 init_device = B_TRUE; in sata_reprobe_port() 11405 if (init_device == B_TRUE) { in sata_reprobe_port() 11615 boolean_t init_device = B_FALSE; in sata_reprobe_pmport() local 11811 init_device = B_TRUE; in sata_reprobe_pmport() 11836 if (init_device == B_TRUE) { in sata_reprobe_pmport()
|