Home
last modified time | relevance | path

Searched refs:mb2 (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dntlmssp.c230 struct mbdata mb2; /* 2nd part */ in ntlmssp_put_type1() local
235 if ((err = mb_init(&mb2)) != 0) in ntlmssp_put_type1()
237 mb2.mb_count = sizeof (hdr); in ntlmssp_put_type1()
284 err = mb_put_mbuf(out_mb, mb2.mb_top); in ntlmssp_put_type1()
415 struct mbdata mb2; /* payload */ in ntlmssp_put_type3() local
426 bzero(&mb2, sizeof (mb2)); in ntlmssp_put_type3()
431 if ((err = mb_init(&mb2)) != 0) in ntlmssp_put_type3()
433 mb2.mb_count = sizeof (hdr); in ntlmssp_put_type3()
569 err = mb_put_mbuf(out_mb, mb2.mb_top); in ntlmssp_put_type3()
570 mb2.mb_top = NULL; /* consumed */ in ntlmssp_put_type3()
[all …]
/illumos-gate/usr/src/boot/common/
H A Dmultiboot2.c466 update_cmdline(char *cl, bool mb2) in update_cmdline() argument
476 if (mb2 == true && os_console == NULL) in update_cmdline()
489 if (mb2 == false && strncmp(os_console, "tty", 3) == 0) { in update_cmdline()
509 if (rv == 0 && mb2 == true) { in update_cmdline()
594 bool mb2; in mb_kernel_cmdline() local
610 mb2 = false; in mb_kernel_cmdline()
612 mb2 = true; in mb_kernel_cmdline()
645 if (mb2 == false && zfs_root == true) { in mb_kernel_cmdline()
655 *line = update_cmdline(cmdline, mb2); in mb_kernel_cmdline()
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_sli3.c5449 MAILBOX *mb2; in emlxs_sli3_hba_kill() local
5497 mb2 = FC_SLIM2_MAILBOX(hba); in emlxs_sli3_hba_kill()
5522 mb2->un.varWords[0] = value; in emlxs_sli3_hba_kill()
5523 mb2->mbxCommand = MBX_KILL_BOARD; in emlxs_sli3_hba_kill()
5524 mb2->mbxOwner = OWN_CHIP; in emlxs_sli3_hba_kill()
5531 BE_SWAP32_BCOPY((uint8_t *)mb2, (uint8_t *)mb2, size); in emlxs_sli3_hba_kill()
5684 MAILBOX *mb2; in emlxs_sli3_hba_kill4quiesce() local
5697 mb2 = FC_SLIM2_MAILBOX(hba); in emlxs_sli3_hba_kill4quiesce()
5711 mb2->un.varWords[0] = value; in emlxs_sli3_hba_kill4quiesce()
5713 mb2->mbxOwner = OWN_CHIP; in emlxs_sli3_hba_kill4quiesce()
[all …]