Home
last modified time | relevance | path

Searched refs:ACTIVE (Results 1 – 25 of 26) sorted by relevance

12

/netbsd-src/sys/arch/i386/stand/mbr/
H A Dmbr.S213 #define ACTIVE (4 * ((KEY_ACTIVE - KEY_DISK1) & 0xff)) macro
215 movl %edi, ptn_list + ACTIVE /* save location of active ptn */
217 mov %bp, ptn_list + ACTIVE
219 #undef ACTIVE
/netbsd-src/external/gpl3/autoconf/dist/tests/
H A Dm4sugar.at700 AT_CHECK_M4SUGAR_TEXT([[m4_define([active], [ACTIVE])m4_define([empty])
756 ACTIVE
757 ACTIVE
764 ACTIVE
765 ACTIVE
767 -ACTIVE-
962 [[m4_define([active], [ACTIVE])dnl
969 m4_define([active], [ACTIVE])dnl
1003 [[This is an ACTIVE symbol.
1047 [[m4_define([active], [ACTIVE])
[all …]
H A Dtools.at255 [[m4_define([active], [ACTIVE])
281 configure.ac:12:TRACE1:foo:ACTIVE:baz
282 configure.ac:12:TRACE2:ACTIVE:baz
283 configure.ac:13:TRACE1:ACTIVE:active
285 configure.ac:13:TRACE1:foo:active::ACTIVE
286 configure.ac:13:TRACE2:active::ACTIVE
301 [foo], [ACTIVE], [baz].
303 [ACTIVE], [active], [].
315 [ACTIVE])===([baz]
317 [active])===([])===([ACTIVE]
[all …]
/netbsd-src/sys/dev/dm/doc/
H A Dlocking.txt34 Every device has at least two tables ACTIVE and INACTIVE. Only ACTIVE table is
85 and ACTIVE tables.
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
H A Damdgpu_amdkfd_gfx_v7.c280 data = REG_SET_FIELD(m->cp_hqd_active, CP_HQD_ACTIVE, ACTIVE, 1); in kgd_hqd_load()
491 if (REG_GET_FIELD(temp, CP_HQD_IQ_TIMER, ACTIVE)) { in kgd_hqd_destroy()
H A Damdgpu_amdkfd_gfx_v8.c267 data = REG_SET_FIELD(m->cp_hqd_active, CP_HQD_ACTIVE, ACTIVE, 1); in kgd_hqd_load()
489 if (REG_GET_FIELD(temp, CP_HQD_IQ_TIMER, ACTIVE)) { in kgd_hqd_destroy()
H A Damdgpu_amdkfd_gfx_v10.c336 data = REG_SET_FIELD(m->cp_hqd_active, CP_HQD_ACTIVE, ACTIVE, 1); in kgd_hqd_load()
621 if (REG_GET_FIELD(temp, CP_HQD_IQ_TIMER, ACTIVE)) { in kgd_hqd_destroy()
H A Damdgpu_amdkfd_gfx_v9.c324 data = REG_SET_FIELD(m->cp_hqd_active, CP_HQD_ACTIVE, ACTIVE, 1); in kgd_gfx_v9_hqd_load()
/netbsd-src/external/bsd/pcc/dist/pcc/mip/
H A Dregs.c467 enum { COAL, CONSTR, FROZEN, WLIST, ACTIVE }; enumerator
715 if (w->queue == ACTIVE || w->queue == WLIST) in MoveRelated()
1788 if (m->queue != ACTIVE) in EnableMoves()
2104 PUSHMLIST(m, activeMoves, ACTIVE); in Coalesce()
2153 if (m->queue != WLIST && m->queue != ACTIVE) in FreezeMoves()
2170 if (o->regm->queue == WLIST || o->regm->queue == ACTIVE) in FreezeMoves()
/netbsd-src/external/mpl/dhcp/dist/contrib/ldap/
H A Ddhcp.schema130ACTIVE", "EXPIRED", "RELEASED", "RESET", "ABANDONED", "BACKUP". For other addresses, it SHOULD be…
/netbsd-src/external/gpl3/autoconf/dist/lib/m4sugar/
H A Dm4sugar.m4610 # m4_define([active], [ACTIVE])
611 # m4_default([active], [default]) => ACTIVE
612 # m4_default([], [active]) => ACTIVE
614 # -m4_default_nblank([ ], [active])- => -ACTIVE-
2304 # m4_define(active, ACTIVE)
2352 # m4_define(active, ACTIVE)
2373 # m4_define(active, ACTIVE)
2399 # m4_define(active, ACTIVE)
2477 # | m4_define(active, ACTIVE)dnl
2484 # => This is an ACTIVE symbol.
[all …]
/netbsd-src/external/mpl/bind/dist/lib/dns/
H A Drbtdb.c122 #define ACTIVE(header, now) \
2152 if (!ACTIVE(header, now)) { in decrement_reference()
2203 } else if (IS_CACHE(rbtdb) && !ACTIVE(header, now)) { in prune_tree()
2653 ACTIVE(topheader, now)) in closeversion()
2689 if (IS_CACHE(rbtdb) && ACTIVE(topheader, now)) { in closeversion()
2735 (ACTIVE(header, now) || header_nx))
2830 if (IS_CACHE(rbtdb) && ACTIVE(header, now) && in findnodeintree()
2884 if (IS_CACHE(rbtdb) && ACTIVE(header, now) && in findnode()
2892 if (IS_CACHE(rbtdb) && ACTIVE(header, now) && in findnsec3node()
4148 if (!IS_CACHE(rbtdb) || ACTIVE(heade in zone_find()
311 #define ACTIVE( global() macro
[all...]
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Drbtdb.c349 #define ACTIVE(header, now) \ macro
3172 if (!ACTIVE(header, now)) { in bind_rdataset()
3223 } else if (IS_CACHE(rbtdb) && !ACTIVE(header, now)) { in bind_rdataset()
4632 if (!ACTIVE(header, search->now)) { in check_stale_header()
5976 if (!ACTIVE(header, now)) { in cache_findrdataset()
6346 ACTIVE(topheader, now)) in add32()
6420 (ACTIVE(header, now) || header_nx)) in add32()
6508 if (IS_CACHE(rbtdb) && ACTIVE(header, now) && in add32()
6549 if (IS_CACHE(rbtdb) && ACTIVE(header, now) && in add32()
6557 if (IS_CACHE(rbtdb) && ACTIVE(header, now) && in add32()
[all …]
/netbsd-src/sys/ufs/lfs/
H A DCHANGES102 still marked ACTIVE afterward (otherwise the cleaner might try to
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dlibgomp.texi1654 power while waiting; while the value is @code{ACTIVE} specifies that
1753 30 billion is used when @env{OMP_WAIT_POLICY} is @code{ACTIVE}.
1755 spins are used for @env{OMP_WAIT_POLICY} being @code{ACTIVE} or
H A Dlibgomp.info1469 power while waiting; while the value is 'ACTIVE' specifies that
1567 is used when 'OMP_WAIT_POLICY' is 'ACTIVE'. If there are more
1569 'OMP_WAIT_POLICY' being 'ACTIVE' or undefined, respectively; unless
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dlibgomp.texi2188 power while waiting; while the value is @code{ACTIVE} specifies that
2287 30 billion is used when @env{OMP_WAIT_POLICY} is @code{ACTIVE}.
2289 spins are used for @env{OMP_WAIT_POLICY} being @code{ACTIVE} or
H A Dlibgomp.info2016 power while waiting; while the value is 'ACTIVE' specifies that
2114 is used when 'OMP_WAIT_POLICY' is 'ACTIVE'. If there are more
2116 'OMP_WAIT_POLICY' being 'ACTIVE' or undefined, respectively; unless
/netbsd-src/external/mpl/dhcp/dist/
H A DRELNOTES997 secondary which transitions a lease from ACTIVE to ABANDONED. This accounts
3548 - A bug where leases not in ACTIVE state would get billed to billed classes
3622 client. This was changed to RELEASED (by accepting a different, ACTIVE
3649 a non-ACTIVE lease out of storage for a client that was returning to use
3653 they already found the client's ACTIVE lease. DISCOVERs are load balanced
/netbsd-src/usr.sbin/acpitools/acpidump/
H A Dacpi.c4041 PRINTFLAG(wddt->Status, ACTIVE); in acpi_handle_wddt()
/netbsd-src/external/gpl3/autoconf/dist/doc/
H A Dautoconf.texi10547 define([active], [ACTIVE])
10550 @result{}ACTIVE
12139 m4_define([active], [ACTIVE])dnl
12146 @result{}ACTIVE
12148 @result{}ACTIVE
12162 @result{}ACTIVE
12164 @result{}ACTIVE
12168 @result{}-ACTIVE-
12403 m4_define([active], [ACTIVE])dnl
12838 m4_define([active], [ACTIVE])dnl
[all …]
H A Dautoconf.info8449 define([active], [ACTIVE])
8452 =>ACTIVE
9792 m4_define([active], [ACTIVE])dnl
9799 =>ACTIVE
9801 =>ACTIVE
9815 =>ACTIVE
9817 =>ACTIVE
9821 =>-ACTIVE-
10001 m4_define([active], [ACTIVE])dnl
10365 m4_define([active], [ACTIVE])dnl
[all …]
/netbsd-src/share/terminfo/
H A Dterminfo628 # 8.3.14 CPR - ACTIVE POSITION REPORT
640 # position in the form of ACTIVE POSITION REPORT (CPR) is requested
/netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/
H A Dgccint.info42591 -- Target Hook: bool TARGET_HAVE_SPECULATION_SAFE_VALUE (bool ACTIVE)
/netbsd-src/external/gpl3/gcc/dist/gcc/doc/
H A Dgccint.info44121 -- Target Hook: bool TARGET_HAVE_SPECULATION_SAFE_VALUE (bool ACTIVE)

12