Searched refs:opflags (Results 1 – 5 of 5) sorted by relevance
99 static int opflags = 0; variable173 opflags |= BGRND; in main()235 opflags |= BGRND; in main()238 opflags |= BGRNDNOW; in main()255 opflags |= OF_NOINET4; in main()258 opflags |= OF_NOINET6; in main()284 opflags |= OF_NOINET6; in main()290 opflags |= OF_NOINET6; in main()295 opflags |= OF_NOINET4; in main()301 opflags |= OF_NOINET4; in main()[all …]
661 nfsrv_getclient(nfsquad_t clientid, int opflags, struct nfsclient **clpp, in nfsrv_getclient() argument 681 opflags != CLOPS_RENEW) && NFSD_VNET(nfsrvboottime) != in nfsrv_getclient() 688 * If called with opflags == CLOPS_RENEW, the State Lock is in nfsrv_getclient() 697 if (opflags & CLOPS_CONFIRM) { in nfsrv_getclient() 723 } else if (opflags != CLOPS_RENEW) { in nfsrv_getclient() 729 opflags == CLOPS_RENEW) { in nfsrv_getclient() 747 if (opflags & CLOPS_CONFIRM) in nfsrv_getclient() 758 if (opflags & CLOPS_CONFIRM) { in nfsrv_getclient() 762 } else if (opflags != CLOPS_RENEW) { in nfsrv_getclient() 769 * Perform any operations specified by the opflags in nfsrv_getclient() [all...]
3367 uint8_t opflags = 0; in mtw_tx_param() local3394 opflags |= MTW_TX_TXOP_SIFS; in mtw_tx_param()3414 txwi->txop = opflags; in mtw_tx_param()
3727 uint8_t opflags = 0; in run_tx_param() local3752 opflags |= /*XXX RT2573_TX_LONG_RETRY |*/ RT2860_TX_TXOP_SIFS; in run_tx_param()3770 txwi->txop = opflags; in run_tx_param()
100190 int opflags;100192 opflags = pOp->p2;100237 assert( !(opflags & OPFLAG_ISUPDATE)100242 (opflags & OPFLAG_ISUPDATE) ? SQLITE_UPDATE : SQLITE_DELETE,100247 if( opflags & OPFLAG_ISNOOP ) break;100276 if( opflags & OPFLAG_NCHANGE ){