| /netbsd-src/sys/arch/i386/stand/mbr/ |
| H A D | mbr.S | 213 #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 D | m4sugar.at | 700 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 D | tools.at | 255 [[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 D | locking.txt | 34 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 D | amdgpu_amdkfd_gfx_v7.c | 280 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 D | amdgpu_amdkfd_gfx_v8.c | 267 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 D | amdgpu_amdkfd_gfx_v10.c | 336 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 D | amdgpu_amdkfd_gfx_v9.c | 324 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 D | regs.c | 467 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 D | dhcp.schema | 130 …ACTIVE", "EXPIRED", "RELEASED", "RESET", "ABANDONED", "BACKUP". For other addresses, it SHOULD be…
|
| /netbsd-src/external/gpl3/autoconf/dist/lib/m4sugar/ |
| H A D | m4sugar.m4 | 610 # 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 D | rbtdb.c | 122 #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 D | rbtdb.c | 349 #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 D | CHANGES | 102 still marked ACTIVE afterward (otherwise the cleaner might try to
|
| /netbsd-src/external/gpl3/gcc.old/dist/libgomp/ |
| H A D | libgomp.texi | 1654 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 D | libgomp.info | 1469 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 D | libgomp.texi | 2188 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 D | libgomp.info | 2016 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 D | RELNOTES | 997 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 D | acpi.c | 4041 PRINTFLAG(wddt->Status, ACTIVE); in acpi_handle_wddt()
|
| /netbsd-src/external/gpl3/autoconf/dist/doc/ |
| H A D | autoconf.texi | 10547 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 D | autoconf.info | 8449 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 D | terminfo | 628 # 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 D | gccint.info | 42591 -- Target Hook: bool TARGET_HAVE_SPECULATION_SAFE_VALUE (bool ACTIVE)
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | gccint.info | 44121 -- Target Hook: bool TARGET_HAVE_SPECULATION_SAFE_VALUE (bool ACTIVE)
|