/linux-4.4.14/drivers/crypto/vmx/ |
D | aesp8-ppc.pl | 476 my ($rndkey0,$rndkey1,$inout,$tmp)= map("v$_",(0..3)); 520 vmr $inout,$inptail 527 vperm $inout,$inout,$inptail,$inpperm 531 vxor $inout,$inout,$rndkey0 534 vxor $inout,$inout,$ivec 538 vcipher $inout,$inout,$rndkey1 542 vcipher $inout,$inout,$rndkey0 548 vcipher $inout,$inout,$rndkey1 552 vcipherlast $ivec,$inout,$rndkey0 556 vsel $inout,$outhead,$tmp,$outmask [all …]
|
/linux-4.4.14/net/netfilter/ipvs/ |
D | ip_vs_core.c | 732 struct ip_vs_conn *cp, int inout) in ip_vs_nat_icmp() argument 740 if (inout) { in ip_vs_nat_icmp() 757 if (inout) in ip_vs_nat_icmp() 768 if (inout) in ip_vs_nat_icmp() 778 struct ip_vs_conn *cp, int inout) in ip_vs_nat_icmp_v6() argument 795 if (inout) { in ip_vs_nat_icmp_v6() 809 ntohs(inout ? ports[1] : ports[0]), in ip_vs_nat_icmp_v6() 810 ntohs(inout ? cp->vport : cp->dport)); in ip_vs_nat_icmp_v6() 811 if (inout) in ip_vs_nat_icmp_v6() 825 if (inout) in ip_vs_nat_icmp_v6()
|
/linux-4.4.14/drivers/media/rc/ |
D | mceusb.c | 542 char *inout; in mceusb_dev_printdata() local 558 inout = out ? "Request" : "Got"; in mceusb_dev_printdata() 641 inout, carrier, period); in mceusb_dev_printdata() 648 inout, data1); in mceusb_dev_printdata() 654 inout, period); in mceusb_dev_printdata() 664 inout, data1 == 0x02 ? "short" : "long"); in mceusb_dev_printdata()
|
/linux-4.4.14/fs/xfs/ |
D | xfs_ioctl.c | 1678 xfs_fsop_resblks_t inout; in xfs_file_ioctl() local 1687 if (copy_from_user(&inout, arg, sizeof(inout))) in xfs_file_ioctl() 1695 in = inout.resblks; in xfs_file_ioctl() 1696 error = xfs_reserve_blocks(mp, &in, &inout); in xfs_file_ioctl() 1701 if (copy_to_user(arg, &inout, sizeof(inout))) in xfs_file_ioctl()
|
/linux-4.4.14/drivers/staging/lustre/lustre/ptlrpc/ |
D | pack_generic.c | 75 void ptlrpc_buf_set_swabbed(struct ptlrpc_request *req, const int inout, in ptlrpc_buf_set_swabbed() argument 78 if (inout) in ptlrpc_buf_set_swabbed() 85 int ptlrpc_buf_need_swab(struct ptlrpc_request *req, const int inout, in ptlrpc_buf_need_swab() argument 88 if (inout) in ptlrpc_buf_need_swab() 602 const int inout, int offset) in lustre_unpack_ptlrpc_body_v2() argument 605 struct lustre_msg_v2 *m = inout ? req->rq_reqmsg : req->rq_repmsg; in lustre_unpack_ptlrpc_body_v2() 612 if (ptlrpc_buf_need_swab(req, inout, offset)) { in lustre_unpack_ptlrpc_body_v2() 614 ptlrpc_buf_set_swabbed(req, inout, offset); in lustre_unpack_ptlrpc_body_v2() 622 if (!inout) in lustre_unpack_ptlrpc_body_v2()
|
D | layout.c | 1863 int inout = loc == RCL_CLIENT; in swabber_dumper_helper() local 1867 if (ptlrpc_buf_need_swab(pill->rc_req, inout, offset) && in swabber_dumper_helper() 1885 ptlrpc_buf_set_swabbed(pill->rc_req, inout, offset); in swabber_dumper_helper() 1918 ptlrpc_buf_set_swabbed(pill->rc_req, inout, offset); in swabber_dumper_helper()
|
/linux-4.4.14/drivers/crypto/ |
D | omap-des.c | 47 #define _calc_walked(inout) (dd->inout##_walk.offset - dd->inout##_sg->offset) argument
|
D | omap-aes.c | 43 #define _calc_walked(inout) (dd->inout##_walk.offset - dd->inout##_sg->offset) argument
|
/linux-4.4.14/drivers/isdn/i4l/ |
D | isdn_net.c | 2946 int inout = phone->outgoing & 1; in isdn_net_getphones() local 2953 inout &= 1; in isdn_net_getphones() 2954 for (n = p->local->phone[inout]; n; n = n->next) { in isdn_net_getphones() 3012 int inout = phone->outgoing & 1; in isdn_net_delphone() local 3017 n = p->local->phone[inout]; in isdn_net_delphone() 3026 p->local->phone[inout] = n->next; in isdn_net_delphone()
|
/linux-4.4.14/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 2536 int ptlrpc_buf_need_swab(struct ptlrpc_request *req, const int inout, 2538 void ptlrpc_buf_set_swabbed(struct ptlrpc_request *req, const int inout,
|