Searched refs:tmask (Results 1 – 7 of 7) sorted by relevance
| /trueos/sys/dev/sound/ |
| HD | clone.c | 611 snd_clone_alloc(struct snd_clone *c, struct cdev **dev, int *unit, int tmask) in snd_clone_alloc() argument 620 SND_CLONE_ASSERT((c->typemask & tmask) == tmask, in snd_clone_alloc() 622 c->typemask, tmask)); in snd_clone_alloc() 624 SND_CLONE_ASSERT(*unit == -1 || !(*unit & (c->typemask | tmask)), in snd_clone_alloc() 626 c->typemask, tmask, *unit)); in snd_clone_alloc() 648 if (tmask > (ce->unit & c->typemask)) { in snd_clone_alloc() 652 } else if (tmask < (ce->unit & c->typemask)) in snd_clone_alloc() 659 if (*unit != -1 && *unit == (ce->unit & ~tmask)) in snd_clone_alloc() 668 if (*unit == -1 && (ce->unit & ~tmask) == allocunit) in snd_clone_alloc() 670 if ((ce->unit & ~tmask) < allocunit) in snd_clone_alloc() [all …]
|
| /trueos/sys/dev/qlxgbe/ |
| HD | ql_misc.c | 905 qla_poll_reg(qla_host_t *ha, uint32_t addr, uint32_t ms_to, uint32_t tmask, in qla_poll_reg() argument 918 if ((data & tmask) != tvalue) { in qla_poll_reg() 947 if ((data & phdr->tmask) == phdr->tvalue) in qla_poll_list() 950 phdr->tmask, phdr->tvalue)) { in qla_poll_list() 998 phdr->tmask, phdr->tvalue)) in qla_poll_write_list() 1004 ce_hdr->delay_to, phdr->tmask, in qla_poll_write_list() 1032 phdr->tmask, phdr->tvalue)) { in qla_poll_read_list()
|
| HD | ql_tmplt.h | 93 uint32_t tmask; member
|
| /trueos/contrib/bmake/ |
| HD | job.c | 1350 sigset_t tmask; in JobExec() local 1364 sigemptyset(&tmask); in JobExec() 1365 JobSigUnlock(&tmask); in JobExec()
|
| /trueos/contrib/gcc/ |
| HD | fold-const.c | 3734 tree tmask; in all_ones_mask_p() local 3736 tmask = build_int_cst (lang_hooks.types.signed_type (type), -1); in all_ones_mask_p() 3737 tmask = force_fit_type (tmask, 0, false, false); in all_ones_mask_p() 3742 const_binop (LSHIFT_EXPR, tmask, in all_ones_mask_p()
|
| /trueos/crypto/heimdal/lib/sqlite/ |
| HD | sqlite3.c | 87356 int tmask; /* Mask of trigger times */ 87386 pTrigger = sqlite3TriggersExist(pParse, pTab, TK_INSERT, 0, &tmask); 87390 # define tmask 0 87397 assert( (pTrigger && tmask) || (pTrigger==0 && tmask==0) ); 87411 if( sqlite3IsReadOnly(pParse, pTab, tmask) ){ 87689 if( tmask & TRIGGER_BEFORE ){ 87938 #ifdef tmask 87939 #undef tmask 98380 int tmask; /* Mask of TRIGGER_BEFORE|TRIGGER_AFTER */ 98409 pTrigger = sqlite3TriggersExist(pParse, pTab, TK_UPDATE, pChanges, &tmask); [all …]
|
| /trueos/contrib/sqlite3/ |
| HD | sqlite3.c | 90673 int tmask; /* Mask of trigger times */ 90703 pTrigger = sqlite3TriggersExist(pParse, pTab, TK_INSERT, 0, &tmask); 90707 # define tmask 0 90714 assert( (pTrigger && tmask) || (pTrigger==0 && tmask==0) ); 90728 if( sqlite3IsReadOnly(pParse, pTab, tmask) ){ 90967 if( tmask & TRIGGER_BEFORE ){ 91216 #ifdef tmask 91217 #undef tmask 102365 int tmask; /* Mask of TRIGGER_BEFORE|TRIGGER_AFTER */ 102394 pTrigger = sqlite3TriggersExist(pParse, pTab, TK_UPDATE, pChanges, &tmask); [all …]
|