Home
last modified time | relevance | path

Searched refs:send_reply (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/kernel/
H A Dtaskstats.c97 static int send_reply(struct sk_buff *skb, struct genl_info *info) in send_reply() function
450 rc = send_reply(rep_skb, info); in cgroupstats_user_cmd()
523 return send_reply(rep_skb, info); in cmd_attr_pid()
552 return send_reply(rep_skb, info); in cmd_attr_tgid()
/openbmc/openbmc/meta-openembedded/meta-filesystems/recipes-support/fuse/files/
H A Dfuse2-0007-util-ulockmgr_server.c-conditionally-define-closefro.patch52 static void send_reply(int cfd, struct message *msg)
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_mbx.c2053 goto send_reply; in fm10k_sm_mbx_process_version_1()
2069 send_reply: in fm10k_sm_mbx_process_version_1()
/openbmc/linux/drivers/android/
H A Dbinder.c4949 struct binder_transaction *send_reply = NULL; in binder_thread_release() local
4971 send_reply = t; in binder_thread_release()
5028 if (send_reply) in binder_thread_release()
5029 binder_send_failed_reply(send_reply, BR_DEAD_REPLY); in binder_thread_release()