Lines Matching refs:f_pipe
2431 TypeInfo[f->f_type].name, f->f_un.f_pipe.f_pname);
2432 if (f->f_un.f_pipe.f_pid == 0) {
2434 if ((f->f_file = p_open(f->f_un.f_pipe.f_pname,
2435 &f->f_un.f_pipe.f_pid)) < 0) {
2437 logerror("%s", f->f_un.f_pipe.f_pname);
2445 if (f->f_un.f_pipe.f_pid > 0) {
2447 deadq_enter(f->f_un.f_pipe.f_pid,
2448 f->f_un.f_pipe.f_pname);
2450 f->f_un.f_pipe.f_pid = 0;
2464 if ((f->f_file = p_open(f->f_un.f_pipe.f_pname,
2465 &f->f_un.f_pipe.f_pid)) < 0) {
2467 logerror("%s", f->f_un.f_pipe.f_pname);
2473 if (f->f_un.f_pipe.f_pid > 0) {
2475 deadq_enter(f->f_un.f_pipe.f_pid,
2476 f->f_un.f_pipe.f_pname);
2478 f->f_un.f_pipe.f_pid = 0;
2485 logerror("%s", f->f_un.f_pipe.f_pname);
2762 f->f_un.f_pipe.f_pid == pid) {
2764 f->f_un.f_pipe.f_pid = 0;
2766 f->f_un.f_pipe.f_pname);
3038 if (f->f_un.f_pipe.f_pid > 0) {
3041 f->f_un.f_pipe.f_pid = 0;
3482 if (f->f_un.f_pipe.f_pid > 0) {
3484 deadq_enter(f->f_un.f_pipe.f_pid,
3485 f->f_un.f_pipe.f_pname);
3487 f->f_un.f_pipe.f_pid = 0;
3584 && !strcmp(f->f_un.f_pipe.f_pname,
3585 f2->f_un.f_pipe.f_pname))
3643 printf("%s", f->f_un.f_pipe.f_pname);
4019 f->f_un.f_pipe.f_pid = 0;
4020 (void) strlcpy(f->f_un.f_pipe.f_pname, p + 1,
4021 sizeof(f->f_un.f_pipe.f_pname));