Searched refs:ptr_msg (Results 1 - 5 of 5) sorted by last modified time

/freebsd-11-stable/usr.sbin/bhyve/
H A Drfb.c666 struct rfb_ptr_msg ptr_msg; local
668 (void)stream_read(cfd, ((void *)&ptr_msg) + 1, sizeof(ptr_msg) - 1);
670 console_ptr_event(ptr_msg.button, htons(ptr_msg.x), htons(ptr_msg.y));
/freebsd-11-stable/contrib/binutils/gas/config/
H A Dtc-alpha.c4796 alpha_elf_section_letter (int letter, char **ptr_msg)
4801 *ptr_msg = _("Bad .section directive: want a,s,w,x,M,S,G,T in string");
4784 alpha_elf_section_letter(int letter, char **ptr_msg) argument
H A Dtc-i386.c7930 x86_64_section_letter (int letter, char **ptr_msg)
7937 *ptr_msg = _("Bad .section directive: want a,l,w,x,M,S,G,T in string");
7940 *ptr_msg = _("Bad .section directive: want a,w,x,M,S,G,T in string");
7917 x86_64_section_letter(int letter, char **ptr_msg) argument
H A Dtc-ia64.c1021 ia64_elf_section_letter (letter, ptr_msg)
1023 char **ptr_msg;
1030 *ptr_msg = _("Bad .section directive: want a,o,s,w,x,M,S,G,T in string");
H A Dtc-ppc.c2917 ppc_section_letter (int letter, char **ptr_msg)
2922 *ptr_msg = _("Bad .section directive: want a,e,w,x,M,S,G,T in string");
2905 ppc_section_letter(int letter, char **ptr_msg) argument

Completed in 168 milliseconds