Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/dc/
H A Ddc.h131 void oneot(struct blk *p, int sc, char ch);
H A Ddc.c1524 oneot(p, sc, 'd'); in print()
1528 oneot(p, sc, '1'); in print()
1740 oneot(struct blk *p, int sc, char ch) in oneot() function