Home
last modified time | relevance | path

Searched refs:debugstr (Results 1 – 3 of 3) sorted by relevance

/plan9-contrib/sys/src/cmd/jtagfs/
H A Dicert.c240 char debugstr[128]; in icesetreg() local
254 printech2(&ec2, debugstr, sizeof debugstr); in icesetreg()
255 fprint(2, "%s", debugstr); in icesetreg()
277 char debugstr[128]; in icegetreg() local
288 printech2(&ec2, debugstr, sizeof debugstr); in icegetreg()
289 fprint(2, "%s", debugstr); in icegetreg()
313 printech2(&ec2, debugstr, sizeof debugstr); in icegetreg()
354 char debugstr[128]; in armgofetch() local
369 printech1(&ec1, debugstr, sizeof debugstr); in armgofetch()
370 fprint(2, "%s", debugstr); in armgofetch()
H A Dguide35 echo debugstr kc> /n/jtagfs/ctl
/plan9-contrib/sys/src/cmd/venti/srv/
H A Dhproc.c408 debugstr(uintptr s) in debugstr() function
456 fmtprint(&fmt, " [%s]", debugstr(s)); in threadfmt()