code wiki / (root) / nx_printer_conform_live.nx

nx_printer_conform_live.nx

buildroot/runtime/nx_printer_conform_live.nx

3181 B59 linesdepth 6pulls 9 transitivereach 0 importersview sourcekind tooltopic printer
docsdependenciesstructsconstsfunctions

about

nx_printer_conform_live.nx -- LIVE conformance audit: query the real Brother (READ-ONLY Get-Printer- Attributes) and surface the ACTIONABLE IPP conformance gaps it advertises but its UI hides. Composes the proven transport (nx_ipt_query_printer) + the gated profiler (nx_printer_conform). READ-ONLY -> never-brick. license_tier: ORIGINAL ; genealogy_id: project-printer-management-ipp-sclass-2026-06-20

dependencies 3 imports · 0 importers

nx_syscalls.nx nx_ipp_transport.nx nx_printer_conform.nx nx_printer_conform_live.nx

imports: nx_syscalls.nxnx_ipp_transport.nxnx_printer_conform.nx

imported by: nobody (leaf or entry point)

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

main p sys_write sys_mmap nx_ipt_verdict_name pn sys_write ↻ sys_mmap ↻ sys_exit nx_conf_gaps nx_ipp_find nx_ipp_strlen nx_ipp_get_u16 nx_ipp_name_eq nx_ipp_set_contains nx_ipp_strlen ↻ nx_ipp_get_u16 ↻ nx_ipp_name_eq ↻ nx_conf_default_one_sided nx_ipp_find ↻ nx_ipp_name_eq ↻ nx_conf_color nx_ipp_find ↻ nx_conf_gap_count

structs

none

consts

9const K_MAGIC_131072: i64 = 131072

functions

11func p(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 }
called by 1: main calls 1: sys_write
12func pn(v: i64) -> i64
called by 1: main calls 2: sys_writesys_mmap
23func main() -> i64