Home
last modified time | relevance | path

Searched refs:newmask (Results 1 – 25 of 47) sorted by relevance

12

/netbsd/lib/libc/rpc/
H A Dclnt_dg.c174 sigset_t newmask; in clnt_dg_create() local
178 __clnt_sigfillset(&newmask); in clnt_dg_create()
334 sigset_t newmask; in clnt_dg_call() local
343 __clnt_sigfillset(&newmask); in clnt_dg_call()
528 sigset_t newmask; in clnt_dg_freeres() local
534 __clnt_sigfillset(&newmask); in clnt_dg_freeres()
561 sigset_t newmask; in clnt_dg_control() local
568 __clnt_sigfillset(&newmask); in clnt_dg_control()
701 sigset_t newmask; in clnt_dg_destroy() local
708 __clnt_sigfillset(&newmask); in clnt_dg_destroy()
[all …]
H A Dclnt_vc.c202 sigset_t newmask; in clnt_vc_create() local
224 __clnt_sigfillset(&newmask); in clnt_vc_create()
361 sigset_t mask, newmask; in clnt_vc_call() local
369 __clnt_sigfillset(&newmask); in clnt_vc_call()
501 sigset_t newmask; in clnt_vc_freeres() local
508 __clnt_sigfillset(&newmask); in clnt_vc_freeres()
543 sigset_t newmask; in clnt_vc_control() local
549 __clnt_sigfillset(&newmask); in clnt_vc_control()
660 sigset_t newmask; in clnt_vc_destroy() local
666 __clnt_sigfillset(&newmask); in clnt_vc_destroy()
[all …]
/netbsd/external/gpl3/gdb/dist/opcodes/
H A Dcgen-bitset.c148 CGEN_BITSET* newmask; in cgen_bitset_copy() local
152 newmask = cgen_bitset_create ((mask->length * 8) - 1); in cgen_bitset_copy()
153 memcpy (newmask->bits, mask->bits, mask->length); in cgen_bitset_copy()
154 return newmask; in cgen_bitset_copy()
/netbsd/external/gpl3/binutils.old/dist/opcodes/
H A Dcgen-bitset.c148 CGEN_BITSET* newmask; in cgen_bitset_copy() local
152 newmask = cgen_bitset_create ((mask->length * 8) - 1); in cgen_bitset_copy()
153 memcpy (newmask->bits, mask->bits, mask->length); in cgen_bitset_copy()
154 return newmask; in cgen_bitset_copy()
/netbsd/external/gpl3/binutils/dist/opcodes/
H A Dcgen-bitset.c148 CGEN_BITSET* newmask; in cgen_bitset_copy() local
152 newmask = cgen_bitset_create ((mask->length * 8) - 1); in cgen_bitset_copy()
153 memcpy (newmask->bits, mask->bits, mask->length); in cgen_bitset_copy()
154 return newmask; in cgen_bitset_copy()
/netbsd/external/gpl3/gdb.old/dist/opcodes/
H A Dcgen-bitset.c148 CGEN_BITSET* newmask; in cgen_bitset_copy() local
152 newmask = cgen_bitset_create ((mask->length * 8) - 1); in cgen_bitset_copy()
153 memcpy (newmask->bits, mask->bits, mask->length); in cgen_bitset_copy()
154 return newmask; in cgen_bitset_copy()
/netbsd/usr.sbin/syslogd/
H A Dsyslogd.h230 #define BLOCK_SIGNALS(omask, newmask) do { \ argument
231 sigemptyset(&newmask); \
232 sigaddset(&newmask, SIGHUP); \
233 sigaddset(&newmask, SIGALRM); \
234 sigprocmask(SIG_BLOCK, &newmask, &omask); \
H A Dtls.c919 sigset_t newmask, omask; in dispatch_SSL_connect() local
922 BLOCK_SIGNALS(omask, newmask); in dispatch_SSL_connect()
1281 sigset_t newmask, omask; in dispatch_tls_accept() local
1287 BLOCK_SIGNALS(omask, newmask); in dispatch_tls_accept()
1352 sigset_t newmask, omask; in dispatch_socket_accept() local
1364 BLOCK_SIGNALS(omask, newmask); in dispatch_socket_accept()
1463 sigset_t newmask, omask; in dispatch_tls_eof() local
1468 BLOCK_SIGNALS(omask, newmask); in dispatch_tls_eof()
1512 sigset_t newmask, omask; in dispatch_tls_read() local
1757 sigset_t newmask, omask; in dispatch_tls_send() local
[all …]
H A Dsyslogd.c2802 sigset_t newmask, omask; in domark() local
2809 BLOCK_SIGNALS(omask, newmask); in domark()
2960 sigset_t newmask, omask; in die() local
2966 BLOCK_SIGNALS(omask, newmask); in die()
3401 sigset_t newmask, omask; in init() local
3408 BLOCK_SIGNALS(omask, newmask); in init()
/netbsd/sys/arch/powerpc/pic/
H A Dintr.c375 imask_t newmask[NIPL]; in intr_calculatemasks() local
381 newmask[ipl] = 0; in intr_calculatemasks()
387 newmask[ih->ih_ipl] |= PIC_VIRQ_TO_MASK(irq); in intr_calculatemasks()
395 newmask[IPL_NONE] = 0; in intr_calculatemasks()
402 newmask[ipl] |= newmask[ipl - 1]; in intr_calculatemasks()
407 printf("%u: %08x -> %08x\n", ipl, imask[ipl], newmask[ipl]); in intr_calculatemasks()
425 imask[ipl] = newmask[ipl]; in intr_calculatemasks()
/netbsd/external/bsd/unbound/dist/util/storage/
H A Dlruhash.c118 int newmask) in bin_split() argument
127 int newbit = newmask - table->size_mask; in bin_split()
141 newbin = &newa[p->hash & newmask]; in bin_split()
234 int newmask; in table_grow() local
248 newmask = (table->size_mask << 1) | 1; in table_grow()
249 bin_split(table, newa, newmask); in table_grow()
258 table->size_mask = newmask; in table_grow()
H A Dlruhash.h385 int newmask);
/netbsd/external/gpl3/gdb/dist/ld/emultempl/
H A Dspu_ovl.S35 #define newmask reserved1 macro
399 ila newmask, 1 << MFC_TAG_ID # 0,2 57
401 ilhu newmask, 1 << (MFC_TAG_ID - 16) # 0,2 57
412 wrch $MFC_WrTagMask, newmask # 1,6 62
/netbsd/external/gpl3/binutils.old/dist/ld/emultempl/
H A Dspu_ovl.S35 #define newmask reserved1 macro
399 ila newmask, 1 << MFC_TAG_ID # 0,2 57
401 ilhu newmask, 1 << (MFC_TAG_ID - 16) # 0,2 57
412 wrch $MFC_WrTagMask, newmask # 1,6 62
/netbsd/external/gpl3/binutils/dist/ld/emultempl/
H A Dspu_ovl.S35 #define newmask reserved1 macro
399 ila newmask, 1 << MFC_TAG_ID # 0,2 57
401 ilhu newmask, 1 << (MFC_TAG_ID - 16) # 0,2 57
412 wrch $MFC_WrTagMask, newmask # 1,6 62
/netbsd/external/gpl3/gdb.old/dist/ld/emultempl/
H A Dspu_ovl.S35 #define newmask reserved1 macro
399 ila newmask, 1 << MFC_TAG_ID # 0,2 57
401 ilhu newmask, 1 << (MFC_TAG_ID - 16) # 0,2 57
412 wrch $MFC_WrTagMask, newmask # 1,6 62
/netbsd/lib/libcurses/
H A Dmouse.c114 mousemask(__unused mmask_t newmask, __unused mmask_t *oldmask) in mousemask() argument
/netbsd/external/bsd/tradcpp/dist/
H A Dmacro.c391 unsigned newmask, tossbit; in macrotable_rehash() local
399 newmask = (hashmask << 1) | 1U; in macrotable_rehash()
400 tossbit = newmask & ~hashmask; in macrotable_rehash()
401 hashmask = newmask; in macrotable_rehash()
/netbsd/common/lib/libc/gen/
H A Dradixtree.c759 unsigned int newmask; in radix_tree_remove_node() local
766 newmask = radix_tree_sum_node(n) & RADIX_TREE_TAG_MASK; in radix_tree_remove_node()
767 if (newmask == entry_tagmask(entry)) { in radix_tree_remove_node()
770 *pptr = entry_compose(n, newmask); in radix_tree_remove_node()
/netbsd/share/doc/psd/05.sysman/
H A Dspell.ok346 newmask
/netbsd/sys/kern/
H A Dvfs_vnode.c1318 u_long oldmask, newmask; in vcache_reinit() local
1322 newtab = hashinit(desiredvnodes, HASH_SLIST, true, &newmask); in vcache_reinit()
1328 vcache_hashmask = newmask; in vcache_reinit()
/netbsd/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
H A Dlinux_syscall_hooks.h425 #define __sanitizer_syscall_pre_ssetmask(newmask) \ argument
426 __sanitizer_syscall_pre_impl_ssetmask((long)(newmask))
427 #define __sanitizer_syscall_post_ssetmask(res, newmask) \ argument
428 __sanitizer_syscall_post_impl_ssetmask(res, (long)(newmask))
2248 void __sanitizer_syscall_pre_impl_ssetmask(long newmask);
2249 void __sanitizer_syscall_post_impl_ssetmask(long res, long newmask);
H A Dnetbsd_syscall_hooks.h339 #define __sanitizer_syscall_pre_umask(newmask) \ argument
340 __sanitizer_syscall_pre_impl_umask((long long)(newmask))
341 #define __sanitizer_syscall_post_umask(res, newmask) \ argument
342 __sanitizer_syscall_post_impl_umask(res, (long long)(newmask))
3092 void __sanitizer_syscall_pre_impl_umask(long long newmask);
3093 void __sanitizer_syscall_post_impl_umask(long long res, long long newmask);
/netbsd/sys/external/bsd/compiler_rt/dist/include/sanitizer/
H A Dlinux_syscall_hooks.h427 #define __sanitizer_syscall_pre_ssetmask(newmask) \ argument
428 __sanitizer_syscall_pre_impl_ssetmask((long)(newmask))
429 #define __sanitizer_syscall_post_ssetmask(res, newmask) \ argument
430 __sanitizer_syscall_post_impl_ssetmask(res, (long)(newmask))
2250 void __sanitizer_syscall_pre_impl_ssetmask(long newmask);
2251 void __sanitizer_syscall_post_impl_ssetmask(long res, long newmask);
/netbsd/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
H A Dlinux_syscall_hooks.h425 #define __sanitizer_syscall_pre_ssetmask(newmask) \ argument
426 __sanitizer_syscall_pre_impl_ssetmask((long)(newmask))
427 #define __sanitizer_syscall_post_ssetmask(res, newmask) \ argument
428 __sanitizer_syscall_post_impl_ssetmask(res, (long)(newmask))
2248 void __sanitizer_syscall_pre_impl_ssetmask(long newmask);
2249 void __sanitizer_syscall_post_impl_ssetmask(long res, long newmask);

12