code wiki / _hdl_build / nx_domain_golive.nx

nx_domain_golive.nx

buildroot/runtime/_hdl_build/nx_domain_golive.nx

6650 B143 linesdepth 4pulls 4 transitivereach 0 importersview sourcekind tooltopic domain
docsdependenciesstructsconstsfunctions

about

nx_domain_golive.nx -- Orchestrate domain purchase and live activation on the sovereign edge through predefined, idempotent steps.

dependencies 3 imports · 0 importers

nx_gate_gn.nx nx_gate_base.nx nx_syscalls.nx nx_domain_golive.nx

imports: nx_gate_gn.nxnx_gate_base.nxnx_syscalls.nx

imported by: nobody (leaf or entry point)

call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown

main sys_mmap gw sys_write gl_advance gcheck gw ↻ gn sys_exit

structs

none

consts

20const GL_MAGIC_1108: i64 = 1108
21const GL_MAGIC_1500: i64 = 1500
22const GL_MAGIC_1600: i64 = 1600
24const GL_NSTEPS: i64 = 7
25const GL_CHECK: i64 = 0
26const GL_DRYRUN: i64 = 1
27const GL_REGISTER: i64 = 2
28const GL_DNS: i64 = 3
29const GL_CERT: i64 = 4
30const GL_EDGE: i64 = 5
31const GL_VERIFY: i64 = 6

functions

33func grow(name: *u8, ok: i64) -> i64 { if ok==1 { gw(" PASS " as *u8) } else { gw(" FAIL " as *u8) } gw(name); gw("
calls 1: gw
35func gcheck(pass: i64, label: *u8, fails: *i64) -> i64
45func gl_advance(st: *i64, flags: *i64, step: i64, result_ok: i64) -> i64
70func main() -> i64