Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/
H A Dtaskstats.c96 static int send_reply(struct sk_buff *skb, struct genl_info *info) in send_reply() function
428 rc = send_reply(rep_skb, info); in cgroupstats_user_cmd()
501 return send_reply(rep_skb, info); in cmd_attr_pid()
530 return send_reply(rep_skb, info); in cmd_attr_tgid()
/OK3568_Linux_fs/external/xserver/hw/xquartz/pbproxy/
H A Dx-selection.m569 - (void) send_reply:(XEvent *)reply
653 [self send_reply:&reply];
672 [self send_reply:&reply];
682 [self send_reply:&reply];
713 [self send_reply:&reply];
764 [self send_reply:&reply];
778 [self send_reply:&reply];
853 [self send_reply:&reply];
891 [self send_reply:&reply];
947 [self send_reply:&reply];
/OK3568_Linux_fs/yocto/meta-openembedded/meta-filesystems/recipes-support/fuse/files/
H A Dfuse2-0007-util-ulockmgr_server.c-conditionally-define-closefro.patch50 static void send_reply(int cfd, struct message *msg)
/OK3568_Linux_fs/buildroot/package/libfuse/
H A D0002-util-ulockmgr_server-c-conditionally-define-closefrom-fix-glibc-2-34.patch63 static void send_reply(int cfd, struct message *msg)
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_mbx.c2051 goto send_reply; in fm10k_sm_mbx_process_version_1()
2067 send_reply: in fm10k_sm_mbx_process_version_1()
/OK3568_Linux_fs/kernel/drivers/android/
H A Dbinder.c4980 struct binder_transaction *send_reply = NULL; in binder_thread_release() local
5002 send_reply = t; in binder_thread_release()
5059 if (send_reply) in binder_thread_release()
5060 binder_send_failed_reply(send_reply, BR_DEAD_REPLY); in binder_thread_release()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog142594 initialization to be done in a common place. Add send_reply: to simplify