Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/lp/filter/postscript/postio/
H A Dparallel.c115 struct bpp_error_status bpp_stat; in bpp_state() local
118 if (ioctl(fd, BPPIOC_GETERR, &bpp_stat) < 0) in bpp_state()
120 state = bpp_stat.pin_status; in bpp_state()
/illumos-gate/usr/src/cmd/lp/model/
H A Dlp.cat.c130 struct bpp_error_status bpp_stat; in bpp_state() local
133 if (ioctl(fd, BPPIOC_GETERR, &bpp_stat) < 0) in bpp_state()
135 state = bpp_stat.pin_status; in bpp_state()