Searched refs:mask (Results 176 - 200 of 1780) sorted by relevance

1234567891011>>

/freebsd-11-stable/sys/contrib/ipfilter/netinet/
H A Dradix_ipf.c56 /* Returns: number of consecutive bits starting at "mask". */
64 count_mask_bits(mask, lastp)
65 addrfamily_t *mask;
68 u_32_t *mp = (u_32_t *)&mask->adf_addr;
73 mlen = mask->adf_len - offsetof(addrfamily_t, adf_addr);
91 /* mask(I) - netmask associated with the above address */
93 /* associated with addr and mask. */
96 /* data supplied in the paramters "addr" and "mask". It is expected that */
97 /* "mask" will contain a consecutive string of bits set. Masks with gaps in */
101 buildnodes(addr, mask, node
190 u_32_t *mask; local
339 ipf_rdx_mask_t *mask; local
948 addrfamily_t mask; member in struct:myst
955 char *mask; member in struct:tabe_s
1370 addrfamily_t mask; local
[all...]
/freebsd-11-stable/contrib/bmake/
H A Dsigcompat.c7 * int sigsetmask(int "mask");
8 * int sigblock(int "mask");
9 * int sigpause(int "mask");
229 sigsetmask(MASK_T mask) argument
237 m2ss(&m, &mask);
248 sigblock(MASK_T mask) argument
256 if (mask)
257 m2ss(&m, &mask);
258 n = sigprocmask(SIG_BLOCK, (sigset_t *) ((mask) ? &m : 0), (sigset_t *) & omask);
268 sigpause(PAUSE_MASK_T mask) argument
[all...]
/freebsd-11-stable/contrib/ipfilter/
H A Dmkfilters107 ($mask = $_) =~ s/.*netmask ([^ ]+).*/$1/;
108 $mask =~ s/^/0x/ if ($mask =~ /^[0-9a-f]*$/);
109 $netmask{$iface} = $mask;
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_pic.c248 uint32_t mask; local
253 mask = CSR_READ_4(aml8726_pic_sc, AML_PIC_MASK_REG(nb));
254 mask &= ~AML_PIC_BIT(nb);
255 CSR_WRITE_4(aml8726_pic_sc, AML_PIC_MASK_REG(nb), mask);
265 uint32_t mask; local
272 mask = CSR_READ_4(aml8726_pic_sc, AML_PIC_MASK_REG(nb));
273 mask |= AML_PIC_BIT(nb);
274 CSR_WRITE_4(aml8726_pic_sc, AML_PIC_MASK_REG(nb), mask);
/freebsd-11-stable/crypto/heimdal/lib/kadm5/
H A Dmodify_c.c41 uint32_t mask)
61 krb5_store_int32(sp, mask);
39 kadm5_c_modify_principal(void *server_handle, kadm5_principal_ent_t princ, uint32_t mask) argument
H A Diprop-log.c70 conf.mask |= KADM5_CONFIG_REALM;
114 int32_t mask; local
166 mask = ~0;
172 krb5_ret_int32(sp, &mask);
178 if(ent.principal /* mask & KADM5_PRINCIPAL */) {
183 if(mask & KADM5_PRINC_EXPIRE_TIME) {
192 if(mask & KADM5_PW_EXPIRATION) {
201 if(mask & KADM5_LAST_PWD_CHANGE) {
203 if(mask & KADM5_ATTRIBUTES) {
208 if(mask
[all...]
/freebsd-11-stable/sys/dev/ppbus/
H A Dppb_msq.h37 #define MS_INS_MASK 0x00ff /* mask to retrieve the instruction position < 256 XXX */
38 #define MS_ARG_MASK 0x0f00 /* mask to retrieve the argument number */
39 #define MS_TYP_MASK 0xf000 /* mask to retrieve the type of the param */
41 /* offset of each mask (see above) */
65 #define MS_OP_RFETCH 2 /* rfetch <reg>, <mask>, <ptr> */
66 #define MS_OP_RSET 3 /* rset <reg>, <mask>, <mask> */
67 #define MS_OP_RASSERT 4 /* rassert <reg>, <mask> */
71 #define MS_OP_BRSET 8 /* brset <mask>, <offset> */
72 #define MS_OP_BRCLEAR 9 /* brclear <mask>, <offse
[all...]
/freebsd-11-stable/sys/netgraph/atm/
H A Dng_sscop.h70 uint32_t mask; member in struct:ng_sscop_setparam
75 { "mask", &ng_parse_uint32_type }, \
81 uint32_t mask; member in struct:ng_sscop_setparam_resp
86 { "mask", &ng_parse_uint32_type }, \
H A Dng_uni.h87 uint32_t mask; member in struct:ngm_uni_config_mask
93 { "mask", &ng_parse_hint32_type }, \
101 struct ngm_uni_config_mask mask; member in struct:ngm_uni_set_config
106 { "mask", &ng_uni_config_mask_type }, \
/freebsd-11-stable/contrib/amd/amd/
H A Dops_pcfs.c107 int mask; local
142 pcfs_args.mask = 0777; /* this may be the msdos file modes */
143 if ((mask = hasmntval(&mnt, MNTTAB_OPT_MASK)) > 0)
144 pcfs_args.mask = mask;
146 plog(XLOG_DEBUG, "mount_pcfs: mask=%o (octal)", (u_int) pcfs_args.mask);
151 if ((mask = hasmntval(&mnt, MNTTAB_OPT_DIRMASK)) > 0)
152 pcfs_args.dirmask = mask;
/freebsd-11-stable/lib/msun/i387/
H A Dfenv.c184 __feenableexcept(int mask) argument
189 mask &= FE_ALL_EXCEPT;
196 control &= ~mask;
199 mxcsr &= ~(mask << _SSE_EMASK_SHIFT);
206 __fedisableexcept(int mask) argument
211 mask &= FE_ALL_EXCEPT;
218 control |= mask;
221 mxcsr |= mask << _SSE_EMASK_SHIFT;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDKernelCodeT.h46 // Sets val bits for specified mask in specified dst packed instance.
47 #define AMD_HSA_BITS_SET(dst, mask, val) \
48 dst &= (~(1 << mask ## _SHIFT) & ~mask); \
49 dst |= (((val) << mask ## _SHIFT) & mask)
51 // Gets bits for specified mask from specified src packed instance.
52 #define AMD_HSA_BITS_GET(src, mask) \
53 ((src & mask) >> mask ## _SHIF
[all...]
/freebsd-11-stable/contrib/sendmail/libsm/
H A Dsignal.c272 int mask = 0; local
274 mask |= sigmask(SIGALRM);
275 mask |= sigmask(SIGCHLD);
276 mask |= sigmask(SIGHUP);
277 mask |= sigmask(SIGINT);
278 mask |= sigmask(SIGTERM);
279 mask |= sigmask(SIGUSR1);
281 (void) sigblock(mask);
/freebsd-11-stable/crypto/openssl/engines/ccgost/
H A Dgost_keywrap.c28 int i, j, mask; local
35 for (j = 0, mask = 1; j < 8; j++, mask <<= 1) {
38 if (mask & ukm[i]) {
/freebsd-11-stable/contrib/nvi/regex/
H A Dregex2.h105 * and a mask to pick out the relevant bit of each byte. A hash code
115 uch mask; /* bit within array */ member in struct:__anon5038
121 #define CHadd(cs, c) ((cs)->ptr[(uch)(c)] |= (cs)->mask, (cs)->hash += (c))
122 #define CHsub(cs, c) ((cs)->ptr[(uch)(c)] &= ~(cs)->mask, (cs)->hash -= (c))
123 #define CHIN(cs, c) ((cs)->ptr[(uch)(c)] & (cs)->mask)
/freebsd-11-stable/sys/powerpc/include/
H A Ddbdma.h102 * and read by both hardware and software. The mask is the set of bits to
103 * modify; if mask is 0x03 and value is 0, the lowest order 2 bits will be
110 void dbdma_set_device_status(dbdma_channel_t *chan, uint8_t mask,
130 * The condition is considered true if (status & mask) == value.
133 void dbdma_set_interrupt_selector(dbdma_channel_t *chan, uint8_t mask,
135 void dbdma_set_branch_selector(dbdma_channel_t *chan, uint8_t mask,
137 void dbdma_set_wait_selector(dbdma_channel_t *chan, uint8_t mask,
/freebsd-11-stable/sys/mips/include/
H A Dhwfunc.h92 extern void platform_cpu_mask(cpuset_t *mask);
/freebsd-11-stable/sys/mips/mediatek/
H A Dmtk_reset.c88 uint32_t mask; local
94 mask = (1u << index);
97 mtk_sysctl_clr_set(SYSCTL_RSTCTRL, 0, mask);
99 mtk_sysctl_clr_set(SYSCTL_RSTCTRL, mask, 0);
/freebsd-11-stable/sys/mips/sibyte/
H A Dsb_scd.h42 void sb_write_intsrc_mask(int cpu, uint64_t mask);
/freebsd-11-stable/usr.bin/procstat/
H A Dprocstat_cs.c49 cpuset_t mask; local
85 kipp->ki_tid, sizeof(mask), &mask) == 0)) {
91 if (CPU_ISSET(cpu, &mask)) {
/freebsd-11-stable/lib/libc/secure/
H A Dstack_protector.c115 sigset_t mask; local
118 (void)sigfillset(&mask);
119 (void)sigdelset(&mask, SIGABRT);
120 (void)sigprocmask(SIG_BLOCK, &mask, NULL);
/freebsd-11-stable/sys/dev/sfxge/common/
H A Defx_nic.c584 efx_qword_t mask; local
633 EFX_ZERO_QWORD(mask);
637 EFX_SET_QWORD_BIT(mask, EFX_LOOPBACK_OFF);
647 EFX_SET_QWORD_BIT(mask, EFX_LOOPBACK_DATA);
648 EFX_SET_QWORD_BIT(mask, EFX_LOOPBACK_GMAC);
649 EFX_SET_QWORD_BIT(mask, EFX_LOOPBACK_XGMII);
650 EFX_SET_QWORD_BIT(mask, EFX_LOOPBACK_XGXS);
651 EFX_SET_QWORD_BIT(mask, EFX_LOOPBACK_XAUI);
652 EFX_SET_QWORD_BIT(mask, EFX_LOOPBACK_GMII);
653 EFX_SET_QWORD_BIT(mask, EFX_LOOPBACK_SGMI
689 efx_qword_t mask; local
[all...]
/freebsd-11-stable/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c140 sigset_t mask, omask; local
170 (void) sigemptyset(&mask);
172 (void) sigaddset(&mask, SIGALRM);
175 (void) sigaddset(&mask, SIGWINCH);
177 (void) sigprocmask(SIG_BLOCK, &mask, &omask);
182 (void) sigemptyset(&mask);
183 (void) sigaddset(&mask, SIGTTOU);
184 (void) sigprocmask(SIG_BLOCK, &mask, NULL);
195 (void) sigemptyset(&mask);
196 (void) sigaddset(&mask, SIGTST
[all...]
/freebsd-11-stable/contrib/libstdc++/config/os/aix/
H A Dctype_noninline.h41 const ctype_base::mask*
45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs)
/freebsd-11-stable/contrib/libstdc++/config/os/bsd/darwin/
H A Dctype_noninline.h41 const ctype_base::mask*
45 ctype<char>::ctype(__c_locale, const mask* __table, bool __del,
57 ctype<char>::ctype(const mask* __table, bool __del, size_t __refs)

Completed in 204 milliseconds

1234567891011>>