Home
last modified time | relevance | path

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

/netbsd-src/lib/libc/rpc/
H A Dclnt_dg.c173 sigset_t newmask; in clnt_dg_create() local
333 sigset_t newmask; in clnt_dg_call() local
527 sigset_t newmask; in clnt_dg_freeres() local
560 sigset_t newmask; in clnt_dg_control() local
700 sigset_t newmask; in clnt_dg_destroy() local
733 sigset_t newmask; in clnt_dg_ops() local
H A Dclnt_vc.c201 sigset_t newmask; in clnt_vc_create() local
360 sigset_t mask, newmask; in clnt_vc_call() local
500 sigset_t newmask; in clnt_vc_freeres() local
542 sigset_t newmask; in clnt_vc_control() local
659 sigset_t newmask; in clnt_vc_destroy() local
762 sigset_t newmask; in clnt_vc_ops() local
/netbsd-src/usr.sbin/syslogd/
H A Dtls.c919 sigset_t newmask, omask; in dispatch_SSL_connect() local
1281 sigset_t newmask, omask; in dispatch_tls_accept() local
1352 sigset_t newmask, omask; in dispatch_socket_accept() local
1463 sigset_t newmask, omask; in dispatch_tls_eof() local
1512 sigset_t newmask, omask; in dispatch_tls_read() local
1757 sigset_t newmask, omask; in dispatch_tls_send() local
1874 sigset_t newmask, omask; in dispatch_SSL_shutdown() local
H A Dsyslogd.c2802 sigset_t newmask, omask; domark() local
2960 sigset_t newmask, omask; die() local
3401 sigset_t newmask, omask; init() local
H A Dsyslogd.h230 #define BLOCK_SIGNALS(omask, newmask) do { \ argument
/netbsd-src/lib/libcurses/
H A Dmouse.c114 mousemask(__unused mmask_t newmask,__unused mmask_t * oldmask) mousemask() argument
/netbsd-src/external/gpl3/binutils.old/dist/opcodes/
H A Dcgen-bitset.c148 CGEN_BITSET* newmask; in cgen_bitset_copy() local
/netbsd-src/external/gpl3/binutils/dist/opcodes/
H A Dcgen-bitset.c148 CGEN_BITSET* newmask; in cgen_bitset_copy() local
/netbsd-src/external/bsd/unbound/dist/util/storage/
H A Dlruhash.c119 int newmask) in bin_split()
239 int newmask; in table_grow() local
/netbsd-src/external/gpl3/binutils/dist/ld/emultempl/
H A Dspu_ovl.S35 #define newmask reserved1 macro
/netbsd-src/external/gpl3/binutils.old/dist/ld/emultempl/
H A Dspu_ovl.S35 #define newmask reserved1 macro
/netbsd-src/sys/arch/powerpc/pic/
H A Dintr.c375 imask_t newmask[NIPL]; in intr_calculatemasks() local
/netbsd-src/common/lib/libc/gen/
H A Dradixtree.c744 unsigned int newmask; in radix_tree_remove_node() local
/netbsd-src/external/bsd/tradcpp/dist/
H A Dmacro.c391 unsigned newmask, tossbit; in macrotable_rehash() local
/netbsd-src/sys/kern/
H A Dvfs_vnode.c1380 u_long oldmask, newmask; vcache_reinit() local
/netbsd-src/sys/dev/pci/igc/
H A Dif_igc.c2642 uint32_t newmask = 0; igc_configure_queues() local
/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Ddaemon.c1954 int newmask = newnum - 1; in slapd_socket_realloc() local
/netbsd-src/external/gpl3/gcc.old/dist/libsanitizer/include/sanitizer/
H A Dlinux_syscall_hooks.h425 #define __sanitizer_syscall_pre_ssetmask(newmask) \ argument
427 #define __sanitizer_syscall_post_ssetmask(res, newmask) \ argument
H A Dnetbsd_syscall_hooks.h339 #define __sanitizer_syscall_pre_umask(newmask) \ argument
341 #define __sanitizer_syscall_post_umask(res, newmask) \ argument
/netbsd-src/sys/external/bsd/compiler_rt/dist/include/sanitizer/
H A Dlinux_syscall_hooks.h427 #define __sanitizer_syscall_pre_ssetmask(newmask) \ argument
429 #define __sanitizer_syscall_post_ssetmask(res, newmask) \ argument
H A Dnetbsd_syscall_hooks.h340 #define __sanitizer_syscall_pre_umask(newmask) \ argument
342 #define __sanitizer_syscall_post_umask(res, newmask) \ argument
/netbsd-src/external/gpl3/gcc/dist/libsanitizer/include/sanitizer/
H A Dlinux_syscall_hooks.h426 #define __sanitizer_syscall_pre_ssetmask(newmask) \ argument
428 #define __sanitizer_syscall_post_ssetmask(res, newmask) \ argument
H A Dnetbsd_syscall_hooks.h339 #define __sanitizer_syscall_pre_umask(newmask) \ argument
341 #define __sanitizer_syscall_post_umask(res, newmask) \ argument
/netbsd-src/sys/rump/librump/rumpkern/
H A Drump_syscalls.c1084 rump___sysimpl_umask(mode_t newmask) in rump___sysimpl_umask() argument
/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c19777 u32 newmask; /* Mask of new.* columns referenced */ member