Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/sun4u/starcat/io/
H A Dmboxsc.c126 struct mboxsc_mbox *mbox_hash_next; member
1591 mailboxp->mbox_hash_next = mboxsc_hash_table[hash]; in mboxsc_hashinsert_mailbox()
1626 mailboxp = mailboxp->mbox_hash_next; in mboxsc_hashfind_mailbox_by_key()
1666 mailboxp = mailboxp->mbox_hash_next; in mboxsc_hashremove_mailbox_by_key()
1674 mboxsc_hash_table[hash] = mailboxp->mbox_hash_next; in mboxsc_hashremove_mailbox_by_key()
1676 last->mbox_hash_next = mailboxp->mbox_hash_next; in mboxsc_hashremove_mailbox_by_key()
1679 mailboxp->mbox_hash_next = NULL; in mboxsc_hashremove_mailbox_by_key()
2386 mailboxp = mailboxp->mbox_hash_next) { in print_hash_table()
2448 (void *)&mailboxp->mbox_wait, (void *)mailboxp->mbox_hash_next); in print_mailbox()