HomeSort by: relevance | last modified time | path
    Searched defs:ACTIVE (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/i386/stand/mbr/
mbr.S 211 cmpb $0x80, (%bp) /* check for active partition */
213 #define ACTIVE (4 * ((KEY_ACTIVE - KEY_DISK1) & 0xff))
215 movl %edi, ptn_list + ACTIVE /* save location of active ptn */
217 mov %bp, ptn_list + ACTIVE
219 #undef ACTIVE
268 * correct keycode to select the active partition.
410 * Active partition pointed to by si.
571 ERR_INVPART: .asciz "No active partition"
  /src/external/mpl/bind/dist/lib/dns/
rbt-cachedb.c 111 #define ACTIVE(header, now) \
325 if (!ACTIVE(header, search->now)) {
881 * We now know that there is at least one active
1286 * No active NS records found. Call find_deepest_zonecut()
1381 if (!ACTIVE(header, now)) {
rbtdb.c 115 #define ACTIVE(header, now) \
619 * so the nodes are dereferenced before we check the active
643 rbtdb->active -= inactive;
644 if (rbtdb->active == 0) {
2141 * Mark header stale or ancient if the RRset is no longer active.
2143 if (!ACTIVE(header, now)) {
2195 } else if (IS_CACHE(rbtdb) && !ACTIVE(header, now)) {
2285 rbtdb->active--;
2286 if (rbtdb->active == 0) {
2416 * Look for CNAME and "other data" rdatasets active in our version
    [all...]
qpcache.c 106 #define ACTIVE(header, now) \
1075 * Mark header stale or ancient if the RRset is no longer active.
1077 if (!ACTIVE(header, now)) {
1131 } else if (!ACTIVE(header, now)) {
1211 if (!ACTIVE(header, search->now)) {
1653 * active DNAME or NS rdatasets.
1756 * We now know that there is at least one active
2160 * No active NS records found. Call find_deepest_zonecut()
2252 if (!ACTIVE(header, now)) {
2913 ACTIVE(topheader, now)
    [all...]
  /src/external/bsd/pcc/dist/pcc/mip/
regs.c 467 enum { COAL, CONSTR, FROZEN, WLIST, ACTIVE };
715 if (w->queue == ACTIVE || w->queue == WLIST)
1788 if (m->queue != ACTIVE)
2104 PUSHMLIST(m, activeMoves, ACTIVE);
2153 if (m->queue != WLIST && m->queue != ACTIVE)
2170 if (o->regm->queue == WLIST || o->regm->queue == ACTIVE)
  /src/external/mpl/dhcp/bind/dist/lib/dns/
rbtdb.c 349 #define ACTIVE(header, now) \
487 unsigned int active; member in struct:dns_rbtdb
1261 * so the nodes are dereferenced before we check the active
1284 rbtdb->active -= inactive;
1285 if (rbtdb->active == 0) {
1624 * stale type counter, otherwise it decrements the active
1656 * decrements the active stats type counter.
3019 * Look for an NS or DNAME rdataset active in our version.
3126 * There is no zonecut at this node which is active in this
3170 * Mark header stale or ancient if the RRset is no longer active
3565 bool done, wild, active; local
4084 bool active; local
    [all...]

Completed in 37 milliseconds