• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.5.8/xnu-1228.15.4/bsd/kern/

Lines Matching refs:proc_t

168 static proc_t proc_refinternal_locked(proc_t p);
169 static void pgrp_add(struct pgrp * pgrp, proc_t parent, proc_t child);
170 static void pgrp_remove(proc_t p);
171 static void pgrp_replace(proc_t p, struct pgrp *pgrp);
173 static proc_t proc_find_zombref(int pid);
174 static void proc_drop_zombref(proc_t p);
183 int fixjob_callback(proc_t, void *);
269 inferior(proc_t p)
287 isinferior(proc_t p, proc_t t)
291 proc_t start = p;
314 proc_t p = PROC_NULL;
315 proc_t t = PROC_NULL;
318 if (((p = proc_find(pid1)) != (proc_t)0 ) && ((t = proc_find(pid2)) != (proc_t)0))
329 proc_t
335 proc_t
338 proc_t p = PROC_NULL;
356 proc_rele(proc_t p)
365 proc_t
380 static proc_t
381 proc_refinternal_locked(proc_t p)
383 proc_t p1 = p;
398 proc_rele_locked(proc_t p)
412 static proc_t
415 proc_t p1 = PROC_NULL;
416 proc_t p = PROC_NULL;
441 proc_drop_zombref(proc_t p)
453 proc_refdrain(proc_t p)
471 proc_t
472 proc_parentholdref(proc_t p)
474 proc_t parent = PROC_NULL;
475 proc_t pp;
509 proc_parentdropref(proc_t p, int listlocked)
529 proc_childdrainstart(proc_t p)
545 proc_childdrainend(proc_t p)
559 proc_checkdeadrefs(__unused proc_t p)
574 proc_pid(proc_t p)
580 proc_ppid(proc_t p)
588 proc_t p = current_proc();
595 proc_t p = current_proc();
599 proc_t
600 proc_parent(proc_t p)
602 proc_t parent;
603 proc_t pp;
622 proc_t p;
633 proc_t p = get_bsdtask_info(t);
642 return &((proc_t)p)->p_comm[0];
648 proc_t p;
650 if ((p = current_proc())!= (proc_t)0) {
658 proc_t p;
669 proc_t p;
681 proc_noremotehang(proc_t p)
692 proc_exiting(proc_t p)
702 proc_forcequota(proc_t p)
713 proc_tbe(proc_t p)
724 proc_suser(proc_t p)
739 * XXX use of proc_t's in places that should really be using
744 proc_thread(proc_t proc)
755 proc_ucred(proc_t p)
761 proc_is64bit(proc_t p)
767 proc_pidversion(proc_t p)
773 proc_getcdhash(proc_t p, unsigned char *cdhash)
781 proc_t p = get_bsdtask_info(task);
791 IS_64BIT_PROCESS(proc_t p)
802 proc_t
805 proc_t p;
807 proc_t q;
830 __private_extern__ proc_t
833 proc_t p;
930 pinsertchild(proc_t parent, proc_t child)
962 enterpgrp(proc_t p, pid_t pgid, int mksess)
980 proc_t np = PROC_NULL;
1083 leavepgrp(proc_t p)
1177 fixjob_callback(proc_t p, void * arg)
1213 fixjobc(proc_t p, struct pgrp *pgrp, int entering)
1218 proc_t parent;
1270 proc_t p;
1338 proc_is_classic(proc_t p)
1344 proc_t
1499 enterlctx (proc_t p, struct lctx *l, __unused int create)
1524 leavelctx (proc_t p)
1635 csops(__unused proc_t p, struct csops_args *uap, __unused register_t *retval)
1641 proc_t pt;
1775 int (*callout)(proc_t, void *);
1777 int (*filterfn)(proc_t, void *);
1780 proc_t p;
1881 int (*callout)(proc_t, void *);
1884 proc_t p;
1916 int (*callout)(proc_t, void *);
1918 int (*filterfn)(proc_t, void *);
1921 proc_t p;
1965 int (*callout)(proc_t, void *);
2032 int (*callout)(proc_t, void *);
2034 int (*filterfn)(proc_t, void *);
2037 proc_t p;
2312 proc_pgrp(proc_t p)
2358 proc_session(proc_t p)
2402 proc_transstart(proc_t p, int locked)
2419 proc_transend(proc_t p, int locked)
2435 proc_transwait(proc_t p, int locked)