Searched refs:set (Results 176 - 200 of 904) sorted by relevance

1234567891011>>

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/frv/kernel/
H A Dsignal.c144 sigset_t set; local
149 if (__get_user(set.sig[0], &frame->sc.sc_oldmask))
153 __copy_from_user(&set.sig[1], &frame->extramask, sizeof(frame->extramask)))
156 sigdelsetmask(&set, ~_BLOCKABLE);
158 current->blocked = set;
174 sigset_t set; local
179 if (__copy_from_user(&set, &frame->uc.uc_sigmask, sizeof(set)))
182 sigdelsetmask(&set, ~_BLOCKABLE);
184 current->blocked = set;
247 setup_frame(int sig, struct k_sigaction *ka, sigset_t *set) argument
334 setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info, sigset_t *set) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/h8300/kernel/
H A Dsignal.c22 * If a second signal with SA_ONSTACK set arrives while working on a sigstack,
221 sigset_t set; local
226 if (__get_user(set.sig[0], &frame->sc.sc_mask) ||
228 __copy_from_user(&set.sig[1], &frame->extramask,
232 sigdelsetmask(&set, ~_BLOCKABLE);
234 current->blocked = set;
252 sigset_t set; local
257 if (__copy_from_user(&set, &frame->uc.uc_sigmask, sizeof(set)))
260 sigdelsetmask(&set, ~_BLOCKABL
315 setup_frame(int sig, struct k_sigaction *ka, sigset_t *set, struct pt_regs *regs) argument
382 setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info, sigset_t *set, struct pt_regs *regs) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/i386/kernel/
H A Dsignal.c180 sigset_t set; local
185 if (__get_user(set.sig[0], &frame->sc.oldmask)
187 && __copy_from_user(&set.sig[1], &frame->extramask,
191 sigdelsetmask(&set, ~_BLOCKABLE);
193 current->blocked = set;
210 sigset_t set; local
215 if (__copy_from_user(&set, &frame->uc.uc_sigmask, sizeof(set)))
218 sigdelsetmask(&set, ~_BLOCKABLE);
220 current->blocked = set;
318 setup_frame(int sig, struct k_sigaction *ka, sigset_t *set, struct pt_regs * regs) argument
411 setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info, sigset_t *set, struct pt_regs * regs) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/samba-3.0.13/source/lib/
H A Dprivileges.c119 combine 2 SE_PRIV structures and store the resulting set in mew_mask
132 remove one SE_PRIV sytucture from another and store the resulting set
146 invert a given SE_PRIV and store the set in new_mask
221 Retrieve the privilege mask (set) for a given SID
262 Store the privilege mask (set) for a given SID
312 original set. If we are left with the SE_PRIV we are checking
343 original set. If we are left with the SE_PRIV we are checking
359 static BOOL privilege_set_add(PRIVILEGE_SET *priv_set, LUID_ATTR set) argument
365 new_set = TALLOC_REALLOC_ARRAY(priv_set->mem_ctx, priv_set->set, LUID_ATTR, priv_set->count + 1);
371 new_set[priv_set->count].luid.high = set
736 luid_to_privilege_name(const LUID *set) argument
772 se_priv_to_privilege_set( PRIVILEGE_SET *set, SE_PRIV *mask ) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/xtensa/kernel/
H A Dhead.S89 .set _index, 0
92 .set _index, _index + 1
108 .set _index, 0
111 .set _index, _index + 1
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/m68k/fpsp040/
H A Dget_op.S185 bsr chk_dy_mo |set the dyadic/monadic flag
206 btstb #E1,E_BYTE(%a6) |if set, there is a packed operand
211 orb DTAG(%a6),%d0 |check if either of STAG/DTAG msb set
218 bsr chk_dy_mo |set dyadic/monadic flag
250 bnes src_sd_dnrm |if bit 5 set, handle sgl/dbl denorms
288 bset #15,%d1 |set sign bit because it is negative
295 orw #0x0800,%d1 |set source specifier to extended prec
310 bsr chk_dy_mo |set dyadic/monadic flag
321 bsetl %d1,%d0 |set up d0 as a dynamic register mask
327 | Dest is not denormalized. Check for norm, and set fpte1
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/mips/lib-32/
H A Dwatch.S15 .set noreorder
19 * a1 - set bit #1 to trap on load references
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-ia64/
H A Dperfmon_default_smpl.h71 unsigned short set; /* event set active when overflow ocurred */ member in struct:__anon8869
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-ebsa110/
H A Dentry-macro.S37 tst \stat, #1 @ bit 0 should be set
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-pxa/
H A Dlubbock.h39 extern void lubbock_set_misc_wr(unsigned int mask, unsigned int set);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/lib/
H A Dfile.c127 Check if this is a range download, and if so, set the internal variables
258 if(!data->set.upload && (fd == -1)) {
328 conn->fread_func = data->set.fread_func;
329 conn->fread_in = data->set.in;
345 conn->data->set.new_file_perms);
348 conn->data->set.new_file_perms);
363 if(-1 != data->set.infilesize)
365 Curl_pgrsSetUploadSize(data, data->set.infilesize);
462 if(data->set.upload)
477 if(fstated && !data->state.range && data->set
[all...]
H A Dftp.c690 /* count3 is set to allow a MKD to fail once. In the case when first CWD
693 ftpc->count3 = (conn->data->set.ftp_create_missing_dirs==2)?1:0;
751 char *string_ftpport = data->set.str[STRING_FTPPORT];
765 if(data->set.str[STRING_FTPPORT] &&
766 (strlen(data->set.str[STRING_FTPPORT]) > 1)) {
849 } /* data->set.ftpport */
904 * Workaround for AIX5 getaddrinfo() problem (it doesn't set ai_socktype):
1086 /* we set the secondary socket variable to this for now, it is only so that
1161 else if(data->set.ftp_use_port) {
1167 if(data->set
[all...]
H A Dnon-ascii.c36 /* set default codesets for iconv */
83 if(data->set.convtonetwork) {
85 rc = data->set.convtonetwork(buffer, length);
144 if(data->set.convfromnetwork) {
146 rc = data->set.convfromnetwork(buffer, length);
205 if(data->set.convfromutf8) {
207 rc = data->set.convfromutf8(buffer, length);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/curl-7.23.1/source/tests/unit/
H A Dunit1303.c47 /* macro to set the pretended current time */
49 /* macro to set the millisecond based timeouts to use */
50 #define TIMEOUTS(x,y) data->set.timeout = x; data->set.connecttimeout = y
55 * 00/10/01/11 timeouts set
78 /* both timeouts set, not connecting */
84 /* both timeouts set, connecting */
90 /* no connect timeout set, not connecting */
96 /* no connect timeout set, connecting */
102 /* only connect timeout set, no
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/ms/
H A D16all.bat0 set OPTS=no_asm
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/arm/plat-omap/
H A Dsram-fn.S35 strh r0, [r2] @ set dpll into bypass mode
36 orr r0, r0, #1 << 4 @ set lock bit again
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/avr32/kernel/
H A Dsignal.c76 sigset_t set; local
84 if (__copy_from_user(&set, &frame->uc.uc_sigmask, sizeof(set)))
87 sigdelsetmask(&set, ~_BLOCKABLE);
89 current->blocked = set;
147 sigset_t *set, struct pt_regs *regs)
184 err |= __copy_to_user(&frame->uc.uc_sigmask, set, sizeof(*set));
196 printk(KERN_NOTICE "[%s:%d] did not set SA_RESTORER\n",
146 setup_rt_frame(int sig, struct k_sigaction *ka, siginfo_t *info, sigset_t *set, struct pt_regs *regs) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc/
H A Dviking.h163 static inline void viking_get_dcache_ptag(int set, int block, argument
166 unsigned long ptag = ((set & 0x7f) << 5) | ((block & 0x3) << 26) |
189 __asm__ __volatile__ ("set 1f, %%g2\n\t"
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-sparc64/
H A Dns87303.h89 unsigned char clr, unsigned char set)
108 value |= set;
88 ns87303_modify(unsigned long port, unsigned int index, unsigned char clr, unsigned char set) argument
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-arm/arch-ebsa285/
H A Dhardware.h120 extern void gpio_modify_op(int mask, int set);
123 extern void cpld_modify(int mask, int set);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/alpha/lib/
H A Dev67-strncat.S33 mov $16, $0 # set up return value
46 cmpbge $31, $1, $2 # E : bits set iff byte == 0
H A Dmemmove.S10 .set noat
11 .set noreorder
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/openssl/crypto/asn1/
H A Dx_name.c188 entry->set = i;
227 int i, set = -1; local
232 if(entry->set != set) {
236 set = entry->set;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/openssl-0.9.8e/crypto/asn1/
H A Dx_name.c188 entry->set = i;
227 int i, set = -1; local
232 if(entry->set != set) {
236 set = entry->set;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/sparc/lib/
H A Datomic.S49 nop; nop; nop; ! Let the bits set
52 nop; nop; nop; ! Let the bits set
68 nop; nop; nop; ! Let the bits set
75 nop; nop; nop; ! Let the bits set
78 nop; nop; nop; ! Let the bits set
94 nop; nop; nop; ! Let the bits set

Completed in 212 milliseconds

1234567891011>>