Lines Matching refs:hdr
74 struct confirmationui_hdr hdr; member
128 struct confirmationui_hdr hdr; in handle_init() local
158 hdr.cmd = CONFIRMATIONUI_CMD_INIT | CONFIRMATIONUI_RESP_BIT; in handle_init()
159 rc = tipc_send1(chan, &hdr, sizeof(hdr)); in handle_init()
160 if (rc != (int)sizeof(hdr)) { in handle_init()
181 struct confirmationui_hdr hdr; in handle_msg() local
199 hdr.cmd = CONFIRMATIONUI_CMD_MSG | CONFIRMATIONUI_RESP_BIT; in handle_msg()
201 rc = tipc_send2(chan, &hdr, sizeof(hdr), &args, sizeof(args)); in handle_msg()
202 if (rc != (int)(sizeof(hdr) + sizeof(args))) { in handle_msg()
282 switch (req.hdr.cmd) { in on_message()
292 TLOGE("cmd 0x%x: unknown command\n", req.hdr.cmd); in on_message()