Searched refs:tmask (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/sys/dev/sound/
H A Dclone.c611 snd_clone_alloc(struct snd_clone *c, struct cdev **dev, int *unit, int tmask) argument
620 SND_CLONE_ASSERT((c->typemask & tmask) == tmask,
621 ("invalid tmask: typemask=0x%08x tmask=0x%08x",
622 c->typemask, tmask));
624 SND_CLONE_ASSERT(*unit == -1 || !(*unit & (c->typemask | tmask)),
625 ("typemask collision: typemask=0x%08x tmask=0x%08x *unit=%d",
626 c->typemask, tmask, *unit));
648 if (tmask > (c
[all...]
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_tmplt.h93 uint32_t tmask; member in struct:_q8_poll_hdr
H A Dql_misc.c915 qla_poll_reg(qla_host_t *ha, uint32_t addr, uint32_t ms_to, uint32_t tmask, argument
928 if ((data & tmask) != tvalue) {
957 if ((data & phdr->tmask) == phdr->tvalue)
960 phdr->tmask, phdr->tvalue)) {
1008 phdr->tmask, phdr->tvalue))
1010 "[ar_addr, ar_value, delay, tmask,"
1014 ce_hdr->delay_to, phdr->tmask,
1042 phdr->tmask, phdr->tvalue)) {
/freebsd-11-stable/contrib/bmake/
H A Djob.c1377 sigset_t tmask; local
1391 sigemptyset(&tmask);
1392 JobSigUnlock(&tmask);
/freebsd-11-stable/contrib/gcc/
H A Dfold-const.c3757 tree tmask;
3759 tmask = build_int_cst (lang_hooks.types.signed_type (type), -1);
3760 tmask = force_fit_type (tmask, 0, false, false);
3765 const_binop (LSHIFT_EXPR, tmask,
3734 tree tmask; local
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c87356 int tmask; /* Mask of trigger times */ local
87390 # define tmask macro
87939 #undef tmask macro
98380 int tmask; /* Mask of TRIGGER_BEFORE|TRIGGER_AFTER */ local
98415 # define tmask macro
[all...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c122834 int tmask; /* Mask of trigger times */ local
122877 # define tmask macro
123516 #undef tmask macro
140247 int tmask; /* Mask of TRIGGER_BEFORE|TRIGGER_AFTER */ local
140291 # define tmask macro
[all...]

Completed in 1279 milliseconds