Home
last modified time | relevance | path

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

/titanic_53/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()
/titanic_53/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
/titanic_53/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c128 static int init_device(ib_device_t *, char *);
976 init_device(ib_device_t *device, char *path) in init_device() function
1274 if (init_device(&install_data.device, device_path) != BC_SUCCESS) { in handle_install()
1359 if (init_device(&device, device_path) != BC_SUCCESS) { in handle_getinfo()
1448 if (init_device(curr_device, curr_device_path) != BC_SUCCESS) { in handle_mirror()
1455 if (init_device(attach_device, attach_device_path) != BC_SUCCESS) { in handle_mirror()
/titanic_53/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.c391 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_53/usr/src/uts/common/io/sata/impl/
H A Dsata.c11190 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()