Searched refs:init_device (Results 1 - 6 of 6) 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) function
617 if (init_device(&install_data.device, device_path) != BC_SUCCESS) {
693 if (init_device(device, device_path) != BC_SUCCESS) {
794 if (init_device(curr_device, curr_device_path) != BC_SUCCESS) {
801 if (init_device(attach_device, attach_device_path) != BC_SUCCESS) {
/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) {
389 if (init_device(device, device_path) != BC_SUCCESS) {
480 if (init_device(curr_device, curr_device_path) != BC_SUCCESS) {
486 if (init_device(attach_device, attach_device_path) != BC_SUCCESS) {
634 init_device(ig_device_t *device, char *path) function
900 /* tested at the start of init_device() */
/illumos-gate/usr/src/cmd/boot/installboot/i386/
H A Dinstallboot.c129 static int init_device(ib_device_t *, char *);
946 init_device(ib_device_t *device, char *path) function
1243 if (init_device(&install_data.device, device_path) != BC_SUCCESS) {
1318 if (init_device(device, device_path) != BC_SUCCESS) {
1405 if (init_device(curr_device, curr_device_path) != BC_SUCCESS) {
1412 if (init_device(attach_device, attach_device_path) != BC_SUCCESS) {
/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.c386 * @init_device: TRUE will initialize the rest of the function pointers
395 s32 e1000_setup_init_funcs(struct e1000_hw *hw, bool init_device) argument
493 if (!(ret_val) && init_device) {
/illumos-gate/usr/src/uts/common/io/sata/impl/
H A Dsata.c11190 boolean_t init_device = B_FALSE; local
11348 init_device = B_TRUE;
11405 if (init_device == B_TRUE) {
11615 boolean_t init_device = B_FALSE; local
11811 init_device = B_TRUE;
11836 if (init_device == B_TRUE) {

Completed in 102 milliseconds