Searched defs:msg_query (Results 1 – 2 of 2) sorted by relevance
23 struct msg_query { struct24 struct bcm2835_mbox_hdr hdr;25 struct bcm2835_mbox_tag_physical_w_h physical_w_h;26 u32 end_tag;
97 static int msg_query(struct nlmsghdr *nlh, mnl_cb_t callback, void *data) in msg_query() function