HomeSort by relevance Sort by last modified time
    Searched defs:pip (Results 1 - 6 of 6) sorted by null

  /external/blktrace/btt/
proc.c 27 struct p_info *pip; member in struct:pn_info
41 f(rb_entry(n, struct pn_info, rb_node)->pip, arg);
57 free(pnp->pip->name);
58 region_exit(&pnp->pip->regions);
59 free(pnp->pip);
77 return this->pip;
97 return this->pip;
123 this->pip = that;
151 this->pip = that;
157 static void insert(struct p_info *pip)
170 struct p_info *pip; local
209 struct p_info *pip = find_process(pid, name); local
240 struct p_info *pip; local
    [all...]
globals.h 155 struct p_info *pip; member in struct:io
  /system/core/sh/
cd.c 402 int pip[2]; local
406 if (pipe(pip) < 0)
410 (void) close(pip[0]);
411 if (pip[1] != 1) {
413 copyfd(pip[1], 1);
414 close(pip[1]);
420 (void) close(pip[1]);
421 pip[1] = -1;
423 while ((i = read(pip[0], p, pwd + MAXPWD - p)) > 0
428 (void) close(pip[0])
    [all...]
redir.c 260 int pip[2]; local
263 if (pipe(pip) < 0)
268 xwrite(pip[1], redir->nhere.doc->narg.text, len);
273 close(pip[0]);
282 xwrite(pip[1], redir->nhere.doc->narg.text, len);
284 expandhere(redir->nhere.doc, pip[1]);
288 close(pip[1]);
289 return pip[0];
eval.c 495 int pip[2]; local
506 pip[1] = -1;
508 if (sh_pipe(pip) < 0) {
520 if (pip[1] >= 0) {
521 close(pip[0]);
522 if (pip[1] != 1) {
524 copyfd(pip[1], 1);
525 close(pip[1]);
532 prevfd = pip[0];
533 close(pip[1])
554 int pip[2]; local
686 int pip[2]; local
    [all...]
  /external/libvpx/vp8/encoder/
block.h 72 PARTITION_INFO *pip; /* Base of allocated array */ member in struct:__anon5118

Completed in 180 milliseconds