Lines Matching refs:send_fd
388 if (p->send_fd < 0) {
393 ret = dlrawdatareq(p->send_fd, buf, size);
455 if (p->send_fd >= 0)
456 close(p->send_fd);
490 p->send_fd = -1;
535 * If the open fails, we just leave -1 in "p->send_fd" and reject
541 p->send_fd = open(cp, O_RDWR);
635 if (p->send_fd >= 0) {
636 if (dl_doattach(p->send_fd, ppa, ebuf) < 0)
676 if (p->send_fd >= 0) {
678 ** XXX - if this fails, just close send_fd and
682 if (dl_dohpuxbind(p->send_fd, ebuf) < 0)
767 if (p->send_fd >= 0) {
769 ** XXX - if this fails, just close send_fd and
773 if (dl_dohpuxbind(p->send_fd, ebuf) < 0)
955 if (p->send_fd >= 0)
956 close(p->send_fd);