Searched refs:boot_init (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/sparc/os/
H A Discsi_boot.c228 boot_property.boot_init.ini_chap_name =
230 boot_property.boot_init.ini_chap_name_len = chap_user_len + 1;
231 (void) memcpy(boot_property.boot_init.ini_chap_name, chap_user,
234 boot_property.boot_init.ini_chap_sec =
236 boot_property.boot_init.ini_chap_sec_len = chap_pwd_len + 1;
237 (void) memcpy(boot_property.boot_init.ini_chap_sec, chap_password,
255 boot_property.boot_init.ini_name =
257 boot_property.boot_init.ini_name_len = proplen + 1;
259 (char *)boot_property.boot_init.ini_name,
414 boot_property.boot_init
[all...]
/illumos-gate/usr/src/uts/i86pc/os/
H A Dibft.c371 boot_property.boot_init.ini_name =
374 boot_property.boot_init.ini_name_len =
377 (char *)boot_property.boot_init.ini_name,
565 boot_property.boot_init.ini_chap_name =
569 boot_property.boot_init.ini_chap_name_len =
572 boot_property.boot_init.ini_chap_name;
582 boot_property.boot_init.ini_chap_name = NULL;
586 boot_property.boot_init.ini_chap_sec =
590 boot_property.boot_init.ini_chap_sec_len =
594 boot_property.boot_init
[all...]
/illumos-gate/usr/src/uts/common/sys/
H A Dbootprops.h147 ib_ini_prop_t boot_init; member in struct:_ib_boot_prop
/illumos-gate/usr/src/uts/common/os/
H A Discsiboot_prop.c178 &iscsiboot_prop->boot_init);
257 iscsi_boot_free_ini(&(tmp->boot_init));
/illumos-gate/usr/src/uts/common/io/scsi/adapters/iscsi/
H A Discsid.c1481 (const char *)iscsiboot_prop->boot_init.ini_name,
1484 (const char *)iscsiboot_prop->boot_init.ini_name,
1996 if (iscsiboot_prop && iscsiboot_prop->boot_init.ini_name != NULL) {
1998 (const char *)iscsiboot_prop->boot_init.ini_name,
2190 if (strlen((const char *)iscsiboot_prop->boot_init.ini_name) != 0) {
2191 bcopy(iscsiboot_prop->boot_init.ini_name,
2193 strlen((const char *)iscsiboot_prop->boot_init.ini_name));
2225 name = (char *)iscsiboot_prop->boot_init.ini_name;
2434 (const char *)iscsiboot_prop->boot_init.ini_name,
H A Discsi_sess.c819 if (iscsiboot_prop->boot_init.ini_chap_sec == NULL) {
824 (void) bcopy(iscsiboot_prop->boot_init.ini_chap_sec,
826 strlen((char *)iscsiboot_prop->boot_init.ini_chap_sec));
832 if (iscsiboot_prop->boot_init.ini_chap_name == NULL) {
836 tmp = iscsiboot_prop->boot_init.ini_chap_name;
842 strlen((char *)iscsiboot_prop->boot_init.ini_chap_sec);
H A Discsi.c4419 if (iscsiboot_prop->boot_init.ini_name != NULL) {
4421 (char *)iscsiboot_prop->boot_init.ini_name,
4424 if (iscsiboot_prop->boot_init.ini_chap_name != NULL) {
4427 (char *)iscsiboot_prop->boot_init.ini_chap_name,
4430 (char *)iscsiboot_prop->boot_init.ini_chap_sec,
/illumos-gate/usr/src/cmd/init/
H A Dinit.c577 static void boot_init();
741 boot_init();
2042 * boot_init(): Do initialization things that should be done at boot.
2045 boot_init() function

Completed in 240 milliseconds