Home
last modified time | relevance | path

Searched refs:msg_send (Results 1 – 3 of 3) sorted by relevance

/netbsd/sys/external/bsd/libnv/dist/
H A Dmsgio.c159 msg_send(int sock, const struct msghdr *msg) in msg_send() function
212 if (msg_send(sock, &msg) == -1) in cred_send()
293 if (msg_send(sock, &msg) == -1) in fd_package_send()
/netbsd/external/gpl3/gdb/dist/gdb/
H A Deval.c1638 struct value *msg_send = NULL; in evaluate_subexp_standard() local
1691 msg_send = find_function_in_inferior ("objc_msg_lookup", NULL); in evaluate_subexp_standard()
1695 msg_send = value_from_pointer (type, value_as_address (msg_send)); in evaluate_subexp_standard()
1701 msg_send = find_function_in_inferior ("objc_msgSend", NULL); in evaluate_subexp_standard()
1733 argvec[0] = msg_send; in evaluate_subexp_standard()
1755 argvec[0] = msg_send; in evaluate_subexp_standard()
1848 value_as_address (msg_send)); in evaluate_subexp_standard()
1855 called_method = msg_send; in evaluate_subexp_standard()
/netbsd/external/gpl3/gdb.old/dist/gdb/
H A Deval.c1638 struct value *msg_send = NULL; in evaluate_subexp_standard() local
1691 msg_send = find_function_in_inferior ("objc_msg_lookup", NULL); in evaluate_subexp_standard()
1695 msg_send = value_from_pointer (type, value_as_address (msg_send)); in evaluate_subexp_standard()
1701 msg_send = find_function_in_inferior ("objc_msgSend", NULL); in evaluate_subexp_standard()
1733 argvec[0] = msg_send; in evaluate_subexp_standard()
1755 argvec[0] = msg_send; in evaluate_subexp_standard()
1848 value_as_address (msg_send)); in evaluate_subexp_standard()
1855 called_method = msg_send; in evaluate_subexp_standard()