Searched refs:ucp (Results 1 - 25 of 82) sorted by relevance

1234

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sdparm-1.02/src/
H A Dsdparm_vpd.c70 const unsigned char * ucp; local
79 ucp = buff + off;
80 i_len = ucp[3];
86 ip = ucp + 4;
87 p_id = ((ucp[0] >> 4) & 0xf);
88 c_set = (ucp[0] & 0xf);
89 piv = ((ucp[1] & 0x80) ? 1 : 0);
91 assoc = ((ucp[1] >> 4) & 0x3);
92 desig_type = (ucp[1] & 0xf);
231 const unsigned char * ucp; local
500 unsigned char * ucp; local
531 unsigned char * ucp; local
562 unsigned char * ucp; local
603 unsigned char * ucp; local
641 unsigned char * ucp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sdparm-1.02/src/
H A Dsdparm_vpd.c70 const unsigned char * ucp; local
79 ucp = buff + off;
80 i_len = ucp[3];
86 ip = ucp + 4;
87 p_id = ((ucp[0] >> 4) & 0xf);
88 c_set = (ucp[0] & 0xf);
89 piv = ((ucp[1] & 0x80) ? 1 : 0);
91 assoc = ((ucp[1] >> 4) & 0x3);
92 desig_type = (ucp[1] & 0xf);
231 const unsigned char * ucp; local
500 unsigned char * ucp; local
531 unsigned char * ucp; local
562 unsigned char * ucp; local
603 unsigned char * ucp; local
641 unsigned char * ucp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sdparm-1.02/src/
H A Dsdparm_vpd.c70 const unsigned char * ucp; local
79 ucp = buff + off;
80 i_len = ucp[3];
86 ip = ucp + 4;
87 p_id = ((ucp[0] >> 4) & 0xf);
88 c_set = (ucp[0] & 0xf);
89 piv = ((ucp[1] & 0x80) ? 1 : 0);
91 assoc = ((ucp[1] >> 4) & 0x3);
92 desig_type = (ucp[1] & 0xf);
231 const unsigned char * ucp; local
500 unsigned char * ucp; local
531 unsigned char * ucp; local
562 unsigned char * ucp; local
603 unsigned char * ucp; local
641 unsigned char * ucp; local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/m32r/kernel/
H A Dalign.c460 unsigned char **ucp)
470 *ucp += (short)(insn & 0x0000ffff);
488 unsigned char *ucp; local
495 ucp = (unsigned char *)get_reg(regs, src);
497 if (insn_check(insn32, regs, &ucp))
501 if (copy_from_user(&val, ucp, size))
515 set_reg(regs, src, (unsigned long)(ucp + 4));
522 unsigned char *ucp; local
530 ucp = (unsigned char *)get_reg(regs, src2);
532 if (insn_check(insn32, regs, &ucp))
459 insn_check(unsigned long insn, struct pt_regs *regs, unsigned char **ucp) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/m32r/kernel/
H A Dalign.c460 unsigned char **ucp)
470 *ucp += (short)(insn & 0x0000ffff);
488 unsigned char *ucp; local
495 ucp = (unsigned char *)get_reg(regs, src);
497 if (insn_check(insn32, regs, &ucp))
501 if (copy_from_user(&val, ucp, size))
515 set_reg(regs, src, (unsigned long)(ucp + 4));
522 unsigned char *ucp; local
530 ucp = (unsigned char *)get_reg(regs, src2);
532 if (insn_check(insn32, regs, &ucp))
459 insn_check(unsigned long insn, struct pt_regs *regs, unsigned char **ucp) argument
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ext3/
H A Dhash.c41 const unsigned char *ucp = (const unsigned char *) name; local
44 hash = hash1 + (hash0 ^ (((int) *ucp++) * 7152373));
102 const unsigned char *ucp = (const unsigned char *) msg; local
113 val = ((int) ucp[i]) + (val << 8);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/fs/ext4/
H A Dhash.c41 const unsigned char *ucp = (const unsigned char *) name; local
44 hash = hash1 + (hash0 ^ (((int) *ucp++) * 7152373));
102 const unsigned char *ucp = (const unsigned char *) msg; local
113 val = ((int) ucp[i]) + (val << 8);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ext3/
H A Dhash.c41 const unsigned char *ucp = (const unsigned char *) name; local
44 hash = hash1 + (hash0 ^ (((int) *ucp++) * 7152373));
102 const unsigned char *ucp = (const unsigned char *) msg; local
113 val = ((int) ucp[i]) + (val << 8);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/fs/ext4/
H A Dhash.c41 const unsigned char *ucp = (const unsigned char *) name; local
44 hash = hash1 + (hash0 ^ (((int) *ucp++) * 7152373));
102 const unsigned char *ucp = (const unsigned char *) msg; local
113 val = ((int) ucp[i]) + (val << 8);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/arch/sparc/kernel/
H A Dsignal_64.c43 struct ucontext __user *ucp = (struct ucontext __user *) local
53 (((unsigned long)ucp) & (sizeof(unsigned long)-1)) ||
54 (!__access_ok(ucp, sizeof(*ucp))))
56 grp = &ucp->uc_mcontext.mc_gregs;
65 if (__get_user(set.sig[0], &ucp->uc_sigmask.sig[0]))
68 if (__copy_from_user(&set, &ucp->uc_sigmask, sizeof(sigset_t)))
105 err |= __get_user(fp, &(ucp->uc_mcontext.mc_fp));
106 err |= __get_user(i7, &(ucp->uc_mcontext.mc_i7));
112 err |= __get_user(fenab, &(ucp
143 struct ucontext __user *ucp = (struct ucontext __user *) local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/arch/sparc/kernel/
H A Dsignal_64.c43 struct ucontext __user *ucp = (struct ucontext __user *) local
53 (((unsigned long)ucp) & (sizeof(unsigned long)-1)) ||
54 (!__access_ok(ucp, sizeof(*ucp))))
56 grp = &ucp->uc_mcontext.mc_gregs;
65 if (__get_user(set.sig[0], &ucp->uc_sigmask.sig[0]))
68 if (__copy_from_user(&set, &ucp->uc_sigmask, sizeof(sigset_t)))
105 err |= __get_user(fp, &(ucp->uc_mcontext.mc_fp));
106 err |= __get_user(i7, &(ucp->uc_mcontext.mc_i7));
112 err |= __get_user(fenab, &(ucp
143 struct ucontext __user *ucp = (struct ucontext __user *) local
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/accel-pptp/src/pppd/
H A Dipxcp.c610 ipxcp_addci(f, ucp, lenp)
612 u_char *ucp;
619 PUTCHAR (IPX_NETWORK_NUMBER, ucp);
620 PUTCHAR (CILEN_NETN, ucp);
621 PUTLONG (go->our_network, ucp);
626 PUTCHAR (IPX_NODE_NUMBER, ucp);
627 PUTCHAR (CILEN_NODEN, ucp);
629 PUTCHAR (go->our_node[indx], ucp);
635 PUTCHAR (IPX_ROUTER_NAME, ucp);
636 PUTCHAR (CILEN_NAME + cilen - 1, ucp);
1003 u_char *ucp = inp; /* Pointer to current output char */ local
[all...]
H A Dipv6cp.c573 ipv6cp_addci(f, ucp, lenp)
575 u_char *ucp;
585 PUTCHAR(opt, ucp); \
586 PUTCHAR(vjlen, ucp); \
587 PUTSHORT(val, ucp); \
597 PUTCHAR(opt, ucp); \
598 PUTCHAR(idlen, ucp); \
599 eui64_put(val1, ucp); \
922 u_char *ucp = inp; /* Pointer to current output char */ local
1043 ucp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pppd/pppd/
H A Dipxcp.c610 ipxcp_addci(f, ucp, lenp)
612 u_char *ucp;
619 PUTCHAR (IPX_NETWORK_NUMBER, ucp);
620 PUTCHAR (CILEN_NETN, ucp);
621 PUTLONG (go->our_network, ucp);
626 PUTCHAR (IPX_NODE_NUMBER, ucp);
627 PUTCHAR (CILEN_NODEN, ucp);
629 PUTCHAR (go->our_node[indx], ucp);
635 PUTCHAR (IPX_ROUTER_NAME, ucp);
636 PUTCHAR (CILEN_NAME + cilen - 1, ucp);
1003 u_char *ucp = inp; /* Pointer to current output char */ local
[all...]
H A Dipv6cp.c573 ipv6cp_addci(f, ucp, lenp)
575 u_char *ucp;
585 PUTCHAR(opt, ucp); \
586 PUTCHAR(vjlen, ucp); \
587 PUTSHORT(val, ucp); \
597 PUTCHAR(opt, ucp); \
598 PUTCHAR(idlen, ucp); \
599 eui64_put(val1, ucp); \
922 u_char *ucp = inp; /* Pointer to current output char */ local
1043 ucp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/accel-pptp/src/pppd/
H A Dipxcp.c610 ipxcp_addci(f, ucp, lenp)
612 u_char *ucp;
619 PUTCHAR (IPX_NETWORK_NUMBER, ucp);
620 PUTCHAR (CILEN_NETN, ucp);
621 PUTLONG (go->our_network, ucp);
626 PUTCHAR (IPX_NODE_NUMBER, ucp);
627 PUTCHAR (CILEN_NODEN, ucp);
629 PUTCHAR (go->our_node[indx], ucp);
635 PUTCHAR (IPX_ROUTER_NAME, ucp);
636 PUTCHAR (CILEN_NAME + cilen - 1, ucp);
1003 u_char *ucp = inp; /* Pointer to current output char */ local
[all...]
H A Dipv6cp.c573 ipv6cp_addci(f, ucp, lenp)
575 u_char *ucp;
585 PUTCHAR(opt, ucp); \
586 PUTCHAR(vjlen, ucp); \
587 PUTSHORT(val, ucp); \
597 PUTCHAR(opt, ucp); \
598 PUTCHAR(idlen, ucp); \
599 eui64_put(val1, ucp); \
922 u_char *ucp = inp; /* Pointer to current output char */ local
1043 ucp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/accel-pptp/src/pppd/
H A Dipxcp.c610 ipxcp_addci(f, ucp, lenp)
612 u_char *ucp;
619 PUTCHAR (IPX_NETWORK_NUMBER, ucp);
620 PUTCHAR (CILEN_NETN, ucp);
621 PUTLONG (go->our_network, ucp);
626 PUTCHAR (IPX_NODE_NUMBER, ucp);
627 PUTCHAR (CILEN_NODEN, ucp);
629 PUTCHAR (go->our_node[indx], ucp);
635 PUTCHAR (IPX_ROUTER_NAME, ucp);
636 PUTCHAR (CILEN_NAME + cilen - 1, ucp);
1003 u_char *ucp = inp; /* Pointer to current output char */ local
[all...]
H A Dipv6cp.c573 ipv6cp_addci(f, ucp, lenp)
575 u_char *ucp;
585 PUTCHAR(opt, ucp); \
586 PUTCHAR(vjlen, ucp); \
587 PUTSHORT(val, ucp); \
597 PUTCHAR(opt, ucp); \
598 PUTCHAR(idlen, ucp); \
599 eui64_put(val1, ucp); \
922 u_char *ucp = inp; /* Pointer to current output char */ local
1043 ucp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pppd/pppd/
H A Dipxcp.c610 ipxcp_addci(f, ucp, lenp)
612 u_char *ucp;
619 PUTCHAR (IPX_NETWORK_NUMBER, ucp);
620 PUTCHAR (CILEN_NETN, ucp);
621 PUTLONG (go->our_network, ucp);
626 PUTCHAR (IPX_NODE_NUMBER, ucp);
627 PUTCHAR (CILEN_NODEN, ucp);
629 PUTCHAR (go->our_node[indx], ucp);
635 PUTCHAR (IPX_ROUTER_NAME, ucp);
636 PUTCHAR (CILEN_NAME + cilen - 1, ucp);
1003 u_char *ucp = inp; /* Pointer to current output char */ local
[all...]
H A Dipv6cp.c573 ipv6cp_addci(f, ucp, lenp)
575 u_char *ucp;
585 PUTCHAR(opt, ucp); \
586 PUTCHAR(vjlen, ucp); \
587 PUTSHORT(val, ucp); \
597 PUTCHAR(opt, ucp); \
598 PUTCHAR(idlen, ucp); \
599 eui64_put(val1, ucp); \
922 u_char *ucp = inp; /* Pointer to current output char */ local
1043 ucp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/pppd/pppd/
H A Dipxcp.c610 ipxcp_addci(f, ucp, lenp)
612 u_char *ucp;
619 PUTCHAR (IPX_NETWORK_NUMBER, ucp);
620 PUTCHAR (CILEN_NETN, ucp);
621 PUTLONG (go->our_network, ucp);
626 PUTCHAR (IPX_NODE_NUMBER, ucp);
627 PUTCHAR (CILEN_NODEN, ucp);
629 PUTCHAR (go->our_node[indx], ucp);
635 PUTCHAR (IPX_ROUTER_NAME, ucp);
636 PUTCHAR (CILEN_NAME + cilen - 1, ucp);
1003 u_char *ucp = inp; /* Pointer to current output char */ local
[all...]
H A Dipv6cp.c573 ipv6cp_addci(f, ucp, lenp)
575 u_char *ucp;
585 PUTCHAR(opt, ucp); \
586 PUTCHAR(vjlen, ucp); \
587 PUTSHORT(val, ucp); \
597 PUTCHAR(opt, ucp); \
598 PUTCHAR(idlen, ucp); \
599 eui64_put(val1, ucp); \
922 u_char *ucp = inp; /* Pointer to current output char */ local
1043 ucp
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/pcre-8.31/
H A DRunTest229 $sim ./pcretest -C ucp >/dev/null
230 ucp=$?
264 if [ $ucp -eq 0 ] ; then
500 if [ $utf -eq 0 -o $ucp -eq 0 ] ; then
522 if [ $utf -eq 0 -o $ucp -eq 0 ] ; then
574 if [ $utf -eq 0 -o $ucp -eq 0 ] ; then
600 elif [ $ucp -eq 0 ] ; then
702 elif [ $ucp -eq 0 ] ; then
772 elif [ $ucp -eq 0 ] ; then
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/pcre-8.31/
H A DRunTest229 $sim ./pcretest -C ucp >/dev/null
230 ucp=$?
264 if [ $ucp -eq 0 ] ; then
500 if [ $utf -eq 0 -o $ucp -eq 0 ] ; then
522 if [ $utf -eq 0 -o $ucp -eq 0 ] ; then
574 if [ $utf -eq 0 -o $ucp -eq 0 ] ; then
600 elif [ $ucp -eq 0 ] ; then
702 elif [ $ucp -eq 0 ] ; then
772 elif [ $ucp -eq 0 ] ; then

Completed in 270 milliseconds

1234