Home
last modified time | relevance | path

Searched refs:rtype (Results 1 – 9 of 9) sorted by relevance

/linux-2.6.39/arch/x86/include/asm/
Duaccess.h376 #define __get_user_asm(x, addr, err, itype, rtype, ltype, errret) \ argument
377 asm volatile("1: mov"itype" %2,%"rtype"1\n" \
381 " xor"itype" %"rtype"1,%"rtype"1\n" \
409 #define __get_user_asm_ex(x, addr, itype, rtype, ltype) \ argument
410 asm volatile("1: mov"itype" %1,%"rtype"0\n" \
440 #define __put_user_asm(x, addr, err, itype, rtype, ltype, errret) \ argument
441 asm volatile("1: mov"itype" %"rtype"1,%2\n" \
451 #define __put_user_asm_ex(x, addr, itype, rtype, ltype) \ argument
452 asm volatile("1: mov"itype" %"rtype"0,%1\n" \
/linux-2.6.39/net/sunrpc/xprtrdma/
Drpc_rdma.c374 enum rpcrdma_chunktype rtype, wtype; in rpcrdma_marshal_req() local
435 rtype = rpcrdma_noch; in rpcrdma_marshal_req()
437 rtype = rpcrdma_areadch; in rpcrdma_marshal_req()
439 rtype = rpcrdma_readch; in rpcrdma_marshal_req()
442 if (rtype != rpcrdma_noch && wtype == rpcrdma_replych) in rpcrdma_marshal_req()
444 BUG_ON(rtype != rpcrdma_noch && wtype != rpcrdma_noch); in rpcrdma_marshal_req()
447 (rtype != rpcrdma_noch || wtype != rpcrdma_noch)) { in rpcrdma_marshal_req()
462 if (rtype == rpcrdma_noch) { in rpcrdma_marshal_req()
505 if (rtype != rpcrdma_noch) { in rpcrdma_marshal_req()
507 &rqst->rq_snd_buf, headerp, rtype); in rpcrdma_marshal_req()
[all …]
/linux-2.6.39/security/tomoyo/
Dmount.c96 struct tomoyo_path_info rtype; in tomoyo_mount_acl() local
106 rtype.name = requested_type; in tomoyo_mount_acl()
107 tomoyo_fill_path_info(&rtype); in tomoyo_mount_acl()
166 r->param.mount.type = &rtype; in tomoyo_mount_acl()
/linux-2.6.39/drivers/s390/char/
Dsclp_async.c37 u8 rtype; member
132 sccb->evbuf.rtype = 0xA5; in sclp_async_send_wait()
/linux-2.6.39/drivers/net/wireless/orinoco/
Dhermes.c486 u16 rlength, rtype; in hermes_read_ltv() local
505 rtype = hermes_read_reg(hw, dreg); in hermes_read_ltv()
510 if (rtype != rid) in hermes_read_ltv()
513 hw->iobase, __func__, rid, rtype); in hermes_read_ltv()
/linux-2.6.39/tools/testing/ktest/
Dktest.pl245 my $rtype = $opt{"REBOOT_TYPE"};
247 if (!defined($rtype)) {
250 $rtype = $entered_configs{"REBOOT_TYPE"};
252 $rtype = "grub";
256 if ($rtype eq "grub") {
/linux-2.6.39/include/math-emu/
Dop-common.h782 #define _FP_FROM_INT(fs, wc, X, r, rsize, rtype) \ argument
786 unsigned rtype ur_; \
790 ur_ = (unsigned rtype) -r; \
792 ur_ = (unsigned rtype) r; \
/linux-2.6.39/net/ipv6/
Dip6_tunnel.c1125 int rtype = ipv6_addr_type(&p->raddr); in ip6_tnl_set_cap() local
1130 rtype & (IPV6_ADDR_UNICAST|IPV6_ADDR_MULTICAST) && in ip6_tnl_set_cap()
1131 !((ltype|rtype) & IPV6_ADDR_LOOPBACK) && in ip6_tnl_set_cap()
1132 (!((ltype|rtype) & IPV6_ADDR_LINKLOCAL) || p->link)) { in ip6_tnl_set_cap()
1135 if (rtype&IPV6_ADDR_UNICAST) in ip6_tnl_set_cap()
/linux-2.6.39/drivers/usb/misc/sisusbvga/
Dsisusb.c1682 int idx, int bw, const u8 rtype[][5]) in sisusb_check_ranks()
1690 inc = 1 << (rtype[idx][2] + in sisusb_check_ranks()
1691 rtype[idx][1] + in sisusb_check_ranks()
1692 rtype[idx][0] + in sisusb_check_ranks()
1699 inc = 1 << (rtype[idx][2] + bw / 64 + 2); in sisusb_check_ranks()