/linux-4.1.27/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.1.27/net/netfilter/ipvs/ |
D | ip_vs_core.c | 709 struct ip_vs_conn *cp, int inout) in ip_vs_nat_icmp() argument 717 if (inout) { in ip_vs_nat_icmp() 734 if (inout) in ip_vs_nat_icmp() 745 if (inout) in ip_vs_nat_icmp() 755 struct ip_vs_conn *cp, int inout) in ip_vs_nat_icmp_v6() argument 772 if (inout) { in ip_vs_nat_icmp_v6() 786 ntohs(inout ? ports[1] : ports[0]), in ip_vs_nat_icmp_v6() 787 ntohs(inout ? cp->vport : cp->dport)); in ip_vs_nat_icmp_v6() 788 if (inout) in ip_vs_nat_icmp_v6() 802 if (inout) in ip_vs_nat_icmp_v6()
|
/linux-4.1.27/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.1.27/fs/xfs/ |
D | xfs_ioctl.c | 1667 xfs_fsop_resblks_t inout; in xfs_file_ioctl() local 1676 if (copy_from_user(&inout, arg, sizeof(inout))) in xfs_file_ioctl() 1684 in = inout.resblks; in xfs_file_ioctl() 1685 error = xfs_reserve_blocks(mp, &in, &inout); in xfs_file_ioctl() 1690 if (copy_to_user(arg, &inout, sizeof(inout))) in xfs_file_ioctl()
|
/linux-4.1.27/drivers/staging/lustre/lustre/ptlrpc/ |
D | pack_generic.c | 73 void ptlrpc_buf_set_swabbed(struct ptlrpc_request *req, const int inout, in ptlrpc_buf_set_swabbed() argument 76 if (inout) in ptlrpc_buf_set_swabbed() 83 int ptlrpc_buf_need_swab(struct ptlrpc_request *req, const int inout, in ptlrpc_buf_need_swab() argument 86 if (inout) in ptlrpc_buf_need_swab() 616 const int inout, int offset) in lustre_unpack_ptlrpc_body_v2() argument 619 struct lustre_msg_v2 *m = inout ? req->rq_reqmsg : req->rq_repmsg; in lustre_unpack_ptlrpc_body_v2() 626 if (ptlrpc_buf_need_swab(req, inout, offset)) { in lustre_unpack_ptlrpc_body_v2() 628 ptlrpc_buf_set_swabbed(req, inout, offset); in lustre_unpack_ptlrpc_body_v2() 636 if (!inout) in lustre_unpack_ptlrpc_body_v2()
|
D | layout.c | 1864 int inout = loc == RCL_CLIENT; in swabber_dumper_helper() local 1868 if (ptlrpc_buf_need_swab(pill->rc_req, inout, offset) && in swabber_dumper_helper() 1886 ptlrpc_buf_set_swabbed(pill->rc_req, inout, offset); in swabber_dumper_helper() 1919 ptlrpc_buf_set_swabbed(pill->rc_req, inout, offset); in swabber_dumper_helper()
|
/linux-4.1.27/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.1.27/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.1.27/drivers/staging/lustre/lustre/include/ |
D | lustre_net.h | 2566 int ptlrpc_buf_need_swab(struct ptlrpc_request *req, const int inout, 2568 void ptlrpc_buf_set_swabbed(struct ptlrpc_request *req, const int inout,
|