Home
last modified time | relevance | path

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

/freebsd-12.1/usr.sbin/bhyve/
H A Drfb.c668 struct rfb_ptr_msg ptr_msg; in rfb_recv_ptr_msg() local
670 (void)stream_read(cfd, ((void *)&ptr_msg) + 1, sizeof(ptr_msg) - 1); in rfb_recv_ptr_msg()
672 console_ptr_event(ptr_msg.button, htons(ptr_msg.x), htons(ptr_msg.y)); in rfb_recv_ptr_msg()
/freebsd-12.1/contrib/binutils/gas/config/
H A Dtc-i386.c7917 x86_64_section_letter (int letter, char **ptr_msg) in x86_64_section_letter() argument
7924 *ptr_msg = _("Bad .section directive: want a,l,w,x,M,S,G,T in string"); in x86_64_section_letter()
7927 *ptr_msg = _("Bad .section directive: want a,w,x,M,S,G,T in string"); in x86_64_section_letter()
H A Dtc-ppc.c2905 ppc_section_letter (int letter, char **ptr_msg) in ppc_section_letter() argument
2910 *ptr_msg = _("Bad .section directive: want a,e,w,x,M,S,G,T in string"); in ppc_section_letter()
H A Dtc-alpha.c4784 alpha_elf_section_letter (int letter, char **ptr_msg) in alpha_elf_section_letter() argument
4789 *ptr_msg = _("Bad .section directive: want a,s,w,x,M,S,G,T in string"); in alpha_elf_section_letter()
H A Dtc-ia64.c1021 ia64_elf_section_letter (letter, ptr_msg) in ia64_elf_section_letter() argument
1023 char **ptr_msg;
1030 *ptr_msg = _("Bad .section directive: want a,o,s,w,x,M,S,G,T in string");