Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Dmboxsc.c118 uint32_t mbox_key; member
420 mailboxp->mbox_key = key; in mboxsc_init()
1464 uint32_t key = mailboxp->mbox_key; in mboxsc_add_mailbox()
1534 uint32_t key = mailboxp->mbox_key; in mboxsc_close_mailbox()
1590 hash = HASH_KEY(mailboxp->mbox_key); in mboxsc_hashinsert_mailbox()
1623 if (mailboxp->mbox_key == key) { in mboxsc_hashfind_mailbox_by_key()
1662 if (mailboxp->mbox_key == key) { in mboxsc_hashremove_mailbox_by_key()
2388 " key: 0x%08x, dir: %d\n", mailboxp->mbox_key, in print_hash_table()
2436 mailboxp->mbox_key, mailboxp->mbox_direction, in print_mailbox()
2440 (int)mailboxp->mbox_key, mailboxp->mbox_direction); in print_mailbox()