Home
last modified time | relevance | path

Searched refs:pp_ctlfd (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/sgs/demo_rdb/common/
H A Dbpt.c316 if (writev(ph->pp_ctlfd, piov, 5) == -1) { in continue_to_break()
349 if (writev(ph->pp_ctlfd, piov, 1) == -1) in continue_to_break()
444 if (writev(ph->pp_ctlfd, piov, 2) == -1) in step_n()
450 if (writev(ph->pp_ctlfd, piov, 2) == -1) in step_n()
454 if (writev(ph->pp_ctlfd, piov, 1) == -1) in step_n()
498 if (writev(ph->pp_ctlfd, piov, 1) == -1) in step_n()
H A Dps.c135 procp->pp_ctlfd = pctlfd; in ps_init()
187 if (writev(procp->pp_ctlfd, piov, 2) == -1) in ps_init()
H A Drdb.h153 int pp_ctlfd; /* open ctl proc fd */ member
H A Dmain.c301 pctlfd = proch.pp_ctlfd; in main()