Searched refs:uset (Results 1 - 9 of 9) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/test/
H A Dpkits-test.pl862 my $uset = "";
891 $uset = "<empty>";
903 $uset .= ":" if $uset ne "";
904 $uset .= $1;
919 if ( $uset ne $exp_uset ) {
920 $errmsg .= "User policy set :$uset, ";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/test/
H A Dpkits-test.pl862 my $uset = "";
891 $uset = "<empty>";
903 $uset .= ":" if $uset ne "";
904 $uset .= $1;
919 if ( $uset ne $exp_uset ) {
920 $errmsg .= "User policy set :$uset, ";
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dgencode.h221 typedef bpf_u_int32 *uset; typedef
232 uset edom;
252 uset dom;
253 uset closure;
H A Doptimize.c137 * True if a is in uset {p}
143 * Add 'a' to uset p.
149 * Delete 'a' from uset p.
184 static uset all_dom_sets;
185 static uset all_closure_sets;
186 static uset all_edge_sets;
280 uset x;
288 memset(root->et.edom, 0, edgewords * sizeof(*(uset)0));
289 memset(root->ef.edom, 0, edgewords * sizeof(*(uset)0));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/mips/kernel/
H A Dsignal_n32.c82 compat_sigset_t uset; local
91 if (copy_from_user(&uset, unewset, sizeof(uset)))
93 sigset_from_compat(&newset, &uset);
H A Dsignal32.c285 compat_sigset_t __user *uset; local
288 uset = (compat_sigset_t __user *) regs.regs[4];
289 if (get_sigset(&newset, uset))
307 compat_sigset_t __user *uset; local
315 uset = (compat_sigset_t __user *) regs.regs[4];
316 if (get_sigset(&newset, uset))
753 SYSCALL_DEFINE2(32_rt_sigpending, compat_sigset_t __user *, uset,
764 if (!ret && put_sigset(&set, uset))
H A Dsignal.c252 sigset_t __user *uset; local
254 uset = (sigset_t __user *) regs.regs[4];
255 if (copy_from_user(&newset, uset, sizeof(sigset_t)))
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/powerpc/kernel/
H A Dsignal_32.c94 static inline int put_sigset_t(compat_sigset_t __user *uset, sigset_t *set) argument
108 return copy_to_user(uset, &cset, sizeof(*uset));
112 const compat_sigset_t __user *uset)
116 if (copy_from_user(&s32, uset, sizeof(*uset)))
188 static inline int put_sigset_t(sigset_t __user *uset, sigset_t *set) argument
190 return copy_to_user(uset, set, sizeof(*uset));
193 static inline int get_sigset_t(sigset_t *set, const sigset_t __user *uset) argument
111 get_sigset_t(sigset_t *set, const compat_sigset_t __user *uset) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dsignal32.c110 int sys32_rt_sigpending(compat_sigset_t __user *uset, unsigned int sigsetsize) argument
117 if (!ret && put_sigset32(uset, &set, sigsetsize))

Completed in 142 milliseconds