Home
last modified time | relevance | path

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

/dragonfly/sys/kern/
H A Dsubr_disk.c635 struct lwkt_port rep_port; in disk_msg_send_sync() local
643 lwkt_initport_thread(&rep_port, curthread); in disk_msg_send_sync()
644 lwkt_initmsg(&disk_msg->hdr, &rep_port, 0); in disk_msg_send_sync()
/dragonfly/sys/vfs/devfs/
H A Ddevfs_core.c1139 struct lwkt_port rep_port; in devfs_msg_send_sync() local
1143 lwkt_initport_thread(&rep_port, curthread); in devfs_msg_send_sync()
1144 lwkt_initmsg(&devfs_msg->hdr, &rep_port, 0); in devfs_msg_send_sync()