Searched refs:cmask (Results 1 - 11 of 11) sorted by relevance

/freebsd-10-stable/contrib/ntp/sntp/libopts/
H A Dpgusage.c53 static mode_t const cmask = S_IRWXO | S_IRWXG; local
54 mode_t svmsk = umask(cmask);
/freebsd-10-stable/crypto/openssl/crypto/evp/
H A De_aes_cbc_hmac_sha1.c429 unsigned int c, cmask; local
434 cmask =
437 res |= (c ^ pad) & ~cmask; /* ... and padding */
438 cmask &= ((int)(off - 1 - j)) >> (sizeof(int) * 8 - 1);
439 res |= (c ^ pmac->c[i]) & cmask;
440 i += 1 & cmask;
/freebsd-10-stable/usr.bin/at/
H A Dat.c218 mode_t cmask; local
281 cmask = umask(S_IRUSR | S_IWUSR | S_IXUSR);
341 fprintf(fp, "umask %lo\n", (unsigned long) cmask);
/freebsd-10-stable/contrib/gcclibs/libcpp/
H A Dcharset.c1082 size_t cmask = width_to_mask (cwidth);
1096 c = n & cmask;
1460 size_t cmask = width_to_mask (cwidth);
1473 result = (result << cwidth) | (c & cmask);
1081 size_t cmask = width_to_mask (cwidth); local
1457 size_t cmask = width_to_mask (cwidth); local
/freebsd-10-stable/usr.bin/xlint/llib/
H A Dllib-lposix302 mode_t (umask)(mode_t cmask);
/freebsd-10-stable/contrib/libarchive/libarchive/
H A Darchive_read_support_format_rar5.c2852 const uint64_t cmask = rar->cstate.window_mask; local
2868 const ssize_t write_idx = (write_ptr + i) & cmask;
2869 const ssize_t read_idx = (write_ptr + i - dist) & cmask;
2883 const uint64_t cmask = rar->cstate.window_mask; local
2931 rar->cstate.window_buf[write_idx & cmask] =
/freebsd-10-stable/sys/dev/sound/usb/
H A Duaudio.c3620 uint32_t cmask; local
3634 cmask = 0;
3645 cmask |= uaudio_mixer_feature_get_bmaControls(d, chan);
3670 } else if (cmask & fumask) {
3759 uint32_t cmask; local
3773 cmask = 0;
3781 cmask |= UGETDW(d->bmaControls[chan]);
3873 } else if ((cmask & ctl) == ctl) {
/freebsd-10-stable/cddl/contrib/opensolaris/lib/libdtrace/common/
H A Ddt_cg.c327 uint64_t cmask, fmask, shift; local
367 * input register to width cte_bits, and cmask as the mask used to
377 cmask = ~(fmask << shift);
383 dt_cg_setx(dlp, r2, cmask);
/freebsd-10-stable/sys/contrib/ipfilter/netinet/
H A Dip_state.c2431 /* cmask(I) - mask of FI_* bits to check */
2438 ipf_matchsrcdst(fin, is, src, dst, tcp, cmask)
2443 u_32_t cmask;
2577 flx = fin->fin_flx & cmask;
2583 if ((cflx && (flx != (cflx & cmask))) ||
/freebsd-10-stable/sys/dev/cxgbe/common/
H A Dcommon.h720 unsigned int vi, unsigned int cmask, unsigned int pmask,
H A Dt4_hw.c6997 * @cmask: the channel access rights mask for the PF/VF
7009 unsigned int vi, unsigned int cmask, unsigned int pmask,
7021 c.type_to_neq = cpu_to_be32(V_FW_PFVF_CMD_CMASK(cmask) |
7006 t4_cfg_pfvf(struct adapter *adap, unsigned int mbox, unsigned int pf, unsigned int vf, unsigned int txq, unsigned int txq_eth_ctrl, unsigned int rxqi, unsigned int rxq, unsigned int tc, unsigned int vi, unsigned int cmask, unsigned int pmask, unsigned int nexact, unsigned int rcaps, unsigned int wxcaps) argument

Completed in 305 milliseconds