Searched refs:rpid (Results 1 – 9 of 9) sorted by relevance
/titanic_41/usr/src/cmd/vi/port/ |
H A D | ex_unix.c | 432 rpid = waitpid(pid2, &status2, 0); in vi_filter() 433 while (rpid == (pid_t)-1 && errno == EINTR); in vi_filter() 486 rpid = waitpid(pid, &status, 0); in waitfor() 487 while (rpid == (pid_t)-1 && errno != ECHILD); in waitfor() 515 if (pid == rpid && status != 0) in revocer()
|
H A D | ex.h | 257 var pid_t rpid; /* Pid returned from wait() */ variable
|
H A D | ex_subr.c | 1074 if (rpid == pid && status == 0) in preserve()
|
/titanic_41/usr/src/lib/libnsl/saf/ |
H A D | doconfig.c | 380 pid_t rpid; /* returned pid from wait */ in dorun() local 453 rpid = -1; in dorun() 454 while (rpid != pid) in dorun() 455 rpid = wait(&status); in dorun()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/plugins/ |
H A D | pppoe.c | 316 pid_t rpid; in handle_pppoe_input() local 369 rpid = run_program(argv[0], argv, 0, NULL, NULL); in handle_pppoe_input() 370 if (rpid == (pid_t)0) in handle_pppoe_input() 373 else if (rpid != (pid_t)-1) in handle_pppoe_input() 374 dbglog("PPPoE %s: started PID %d", mname, rpid); in handle_pppoe_input()
|
/titanic_41/usr/src/lib/libsmbfs/smb/ |
H A D | nbns_rq.c | 585 uint16_t ofr, rpid; in nbns_rq() local 659 md_get_uint16be(mbp, &rpid); in nbns_rq() 660 if (rpid != rqp->nr_trnid) in nbns_rq() 672 md_get_uint16be(mbp, &rpid); /* QDCOUNT */ in nbns_rq()
|
/titanic_41/usr/src/cmd/ed/ |
H A D | ed.c | 1507 pid_t pid, rpid; in unixcom() local 1587 while ((rpid = wait(&retcode)) != pid && rpid != (pid_t)-1); in unixcom()
|
/titanic_41/usr/src/cmd/dc/ |
H A D | dc.c | 1983 pid_t pid, rpid; in command() local 2004 while ((rpid = wait(&retcode)) != pid && rpid != (pid_t)-1); in command()
|
/titanic_41/usr/src/cmd/fs.d/ufs/fsdb/ |
H A D | fsdb.c | 1905 short pid, rpid; in getnextinput() local 1929 while ((rpid = wait(&retcode)) != pid && rpid != -1) in getnextinput()
|