Home
last modified time | relevance | path

Searched refs:notReady (Results 1 – 5 of 5) sorted by relevance

/freebsd/contrib/bsnmp/lib/
H A Dtc.def34 3 notReady
/freebsd/usr.sbin/bsnmpd/modules/snmp_bridge/
H A Dbridge_tree.def33 3 notReady
/freebsd/usr.sbin/bsnmpd/modules/snmp_wlan/
H A Dwlan_tree.def35 3 notReady
/freebsd/contrib/bsnmp/snmpd/
H A DBEGEMOT-SNMPD.txt681 will never read as notReady(3)."
/freebsd/contrib/sqlite3/
H A Dsqlite3.c163397 Bitmask notReady; /* FROM entries not usable at this level */ member
163819 Bitmask notReady, /* RHS must not overlap with this mask */
163867 Bitmask notReady /* Which tables are currently available */
164362 && (pLevel->notReady & pTerm->prereqAll)==0
165115 if( pTerm->prereqAll & pLevel->notReady ) continue;
165334 Bitmask notReady /* Loops that are not ready */ argument
165344 if( NEVER(pLoop->prereq & notReady) ) continue;
165410 Bitmask notReady /* Which tables are currently available */ argument
165433 pLevel->notReady = notReady & ~sqlite3WhereGetMask(&pWInfo->sMaskSet, iCur);
165440 iLevel, pWInfo->nLevel, (u64)notReady, pLevel->iFrom);
[all …]