Lines Matching full:pipe
115 * Report the type back to the director via the command pipe
124 err(1, "command pipe write for status type failed"); in report_type()
129 * Report the number of returns back to the director via the command pipe
138 err(1, "command pipe write for count type failed"); in report_count()
141 err(1, "command pipe write for count"); in report_count()
145 * Report the status back to the director via the command pipe
154 * Report an error message back to the director via the command pipe.
164 * command pipe.
174 err(1, "command pipe write for message type failed"); in report_message()
177 err(1, "command pipe write for message length failed"); in report_message()
180 err(1, "command pipe write of message data failed"); in report_message()
184 * Report a string of chtype back to the director via the command pipe.
197 * Report a string of chtype back to the director via the command pipe.
217 err(1, "%s: command pipe write for status type failed", in report_nstr()
221 err(1, "%s: command pipe write for status length failed", in report_nstr()
225 err(1, "%s: command pipe write of status data failed", in report_nstr()