Searched defs:imsg (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dimsg.c49 imsg(msg, fn) function
60 CDEBUG(7, "imsg %s>", "");
/illumos-gate/usr/src/uts/sun4v/io/
H A Dvsw_txdring.c635 vnet_ibnd_desc_t *imsg; local
658 imsg = (vnet_ibnd_desc_t *)tag;
659 imsg->hdr.seq_num = ldcp->lane_out.seq_num;
/illumos-gate/usr/src/uts/sun4u/starcat/io/
H A Ddrmach.c2293 dr_proto_hdr_t imsg; local
2297 imsg.command = DRMSG_MBOX_INIT;
2299 imsg.message_id = drmach_get_msgid();
2300 imsg.drproto_version = DRMBX_VERSION;
2301 imsg.expbrd = 0;
2302 imsg.slot = 0;
2305 mlp = drmach_mbox_req_rply(&imsg, sizeof (imsg), 0, 0,
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/mdnsd/
H A DmDNSEmbeddedAPI.h2485 // The imsg is declared as a union with a pointer type to enforce CPU-appropriate alignment
2486 union { DNSMessage m; void *p; } imsg; // Incoming message received from wire member in struct:mDNS_struct

Completed in 80 milliseconds