Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/print/libipp-core/common/
H A Dwrite.c212 if (iwrite(fd, &v, 1) != 1) in ipp_write_attribute()
223 if (iwrite(fd, &v, 4) != 4) in ipp_write_attribute()
251 if (iwrite(fd, &x, 4) != 4) in ipp_write_attribute()
253 if (iwrite(fd, &y, 4) != 4) in ipp_write_attribute()
268 if (iwrite(fd, &s, 2) != 2) in ipp_write_attribute()
271 if (iwrite(fd, &c, 1) != 1) in ipp_write_attribute()
358 if (iwrite(fd, &c, 1) != 1) in ipp_write_attribute_groups()
376 if (iwrite(fd, &c, 1) != 1) in ipp_write_message_header()
381 if (iwrite(fd, &c, 1) != 1) in ipp_write_message_header()
388 if (iwrite(fd, &s, 2) != 2) in ipp_write_message_header()
[all …]
H A Dipp.h315 extern papi_status_t ipp_write_message(ipp_writer_t iwrite, void *fd,