/src/ |
Makefile | 5 # how to build a snapshot or release, as well as other release engineering 123 .if make(build) || make(release) || make(snapshot) 392 # Build a release or snapshot (implies "make distribution"). Note that 397 release snapshot: .PHONY .MAKE target
|
Makefile | 5 # how to build a snapshot or release, as well as other release engineering 123 .if make(build) || make(release) || make(snapshot) 392 # Build a release or snapshot (implies "make distribution"). Note that 397 release snapshot: .PHONY .MAKE target
|
Makefile | 5 # how to build a snapshot or release, as well as other release engineering 123 .if make(build) || make(release) || make(snapshot) 392 # Build a release or snapshot (implies "make distribution"). Note that 397 release snapshot: .PHONY .MAKE target
|
/src/etc/ |
Makefile | 6 # RELEASEDIR is where the tarred up stuff for a snapshot or 28 # snapshot: calls distribution, above, and then tars up the files 32 # release: a synonym for `snapshot' 417 # release, snapshot -- 420 release snapshot: .PHONY .MAKE check_DESTDIR check_RELEASEDIR snap_md_post target
|
Makefile | 6 # RELEASEDIR is where the tarred up stuff for a snapshot or 28 # snapshot: calls distribution, above, and then tars up the files 32 # release: a synonym for `snapshot' 417 # release, snapshot -- 420 release snapshot: .PHONY .MAKE check_DESTDIR check_RELEASEDIR snap_md_post target
|
Makefile | 6 # RELEASEDIR is where the tarred up stuff for a snapshot or 28 # snapshot: calls distribution, above, and then tars up the files 32 # release: a synonym for `snapshot' 417 # release, snapshot -- 420 release snapshot: .PHONY .MAKE check_DESTDIR check_RELEASEDIR snap_md_post target
|
/src/games/trek/ |
trek.h | 144 #define E_SNAP 9 /* take a snapshot for time warp */ 256 char snap; /* set if snapshot taken */ 309 /* other information kept in a snapshot */ 322 /* Other stuff, not dumped in a snapshot */ 329 char snapshot[sizeof Quad + sizeof Event + sizeof Now]; member in struct:Etc_struct 330 /* snapshot for time warp */
|
trek.h | 144 #define E_SNAP 9 /* take a snapshot for time warp */ 256 char snap; /* set if snapshot taken */ 309 /* other information kept in a snapshot */ 322 /* Other stuff, not dumped in a snapshot */ 329 char snapshot[sizeof Quad + sizeof Event + sizeof Now]; member in struct:Etc_struct 330 /* snapshot for time warp */
|
trek.h | 144 #define E_SNAP 9 /* take a snapshot for time warp */ 256 char snap; /* set if snapshot taken */ 309 /* other information kept in a snapshot */ 322 /* Other stuff, not dumped in a snapshot */ 329 char snapshot[sizeof Quad + sizeof Event + sizeof Now]; member in struct:Etc_struct 330 /* snapshot for time warp */
|
/src/sys/arch/sparc/sparc/ |
locore.s | 4984 * Snapshot the current process so that stack frames are up to date. 4987 ENTRY(snapshot) function
|
locore.s | 4984 * Snapshot the current process so that stack frames are up to date. 4987 ENTRY(snapshot) function
|
locore.s | 4984 * Snapshot the current process so that stack frames are up to date. 4987 ENTRY(snapshot) function
|
/src/sys/arch/sparc64/sparc64/ |
locore.s | 1412 /* Only save a snapshot of locals and ins in DEBUG kernels */ 6907 * Snapshot the current process so that stack frames are up to date. 6910 ENTRY(snapshot) function 7519 rdpr %tick, %o1 ! Take timer snapshot 7546 rdpr %tick, %g1 ! Take timer snapshot
|
locore.s | 1412 /* Only save a snapshot of locals and ins in DEBUG kernels */ 6907 * Snapshot the current process so that stack frames are up to date. 6910 ENTRY(snapshot) function 7519 rdpr %tick, %o1 ! Take timer snapshot 7546 rdpr %tick, %g1 ! Take timer snapshot
|
locore.s | 1412 /* Only save a snapshot of locals and ins in DEBUG kernels */ 6907 * Snapshot the current process so that stack frames are up to date. 6910 ENTRY(snapshot) function 7519 rdpr %tick, %o1 ! Take timer snapshot 7546 rdpr %tick, %g1 ! Take timer snapshot
|