Home
last modified time | relevance | path

Searched refs:cblock (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/src/9/pc/
H A Dether82557.c215 Lock cblock; /* transmit side */ member
369 ilock(&ctlr->cblock); in ethwatchdog()
374 iunlock(&ctlr->cblock); in ethwatchdog()
564 ilock(&ctlr->cblock); in configure()
583 iunlock(&ctlr->cblock); in configure()
611 ilock(&ctlr->cblock); in transmit()
613 iunlock(&ctlr->cblock); in transmit()
722 ilock(&ctlr->cblock); in interrupt()
724 iunlock(&ctlr->cblock); in interrupt()
738 ilock(&ctlr->cblock); in interrupt()
[all …]
/plan9/sys/src/cmd/disk/9660/
H A Ddump9660.c40 ulong block, newnull, cblock; in main() local
259 cblock = 0; in main()
266 wrconform(cd, cd->nconform, &cblock, &clength); in main()
288 block = cblock; in main()
392 dumpname, now, newnull, cblock, clength, in main()