Searched refs:proc (Results 276 - 300 of 323) sorted by relevance

<<111213

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_Packet.c42 #include <sys/proc.h>
H A Daurp_ri.c45 #include <sys/proc.h>
H A Dddp_aarp.c46 #include <sys/proc.h>
H A Dddp.c42 #include <sys/proc.h>
H A Dddp_rtmptable.c59 #include <sys/proc.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/nfs/
H A Dnfs_boot.c100 #include <sys/proc.h>
H A Dnfs_subs.c74 #include <sys/proc.h>
951 int proc = ((nfsvers == NFS_VER2) ? nfsv2_procid[req->r_procnum] : (int)req->r_procnum); local
954 return nfsm_rpchead2(nmp->nm_sotype, NFS_PROG, nfsvers, proc,
959 nfsm_rpchead2(int sotype, int prog, int vers, int proc, int auth_type, int auth_len, argument
1033 nfsm_chain_add_32(error, &nmreq, proc);
H A Dnfs4_subs.c33 #include <sys/proc.h>
H A Dnfs_node.c71 #include <sys/proc.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/ufs/ffs/
H A Dffs_balloc.c68 #include <sys/proc.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace_glue.c46 #include <sys/proc.h>
68 * pid/proc
70 #define proc_t struct proc
130 * paths leading here, it is possible for the proc to have
160 * paths leading here, it is possible for the proc to have
H A Ddtrace.c129 #define proc_t struct proc
987 proc_t *proc;
989 if ((proc = ttoproc(curthread)) != NULL &&
990 !(proc->p_flag & SNOCD))
2725 * it always points to a valid, allocated proc structure.
2727 * of one's own proc structure. (These are truisms becuase
2809 * it always points to a valid, allocated proc structure.
2848 * it always points to a valid, allocated proc structure.
3244 struct proc *p = current_proc();
3262 p = (struct proc *)dtrace_loadpt
[all...]
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dkern_exit.c84 #include <sys/proc.h>
159 void workqueue_exit(struct proc *);
200 * Exit: deallocate address space and other resources, change proc state
201 * to zombie, and unlink proc from allproc and parent's lists. Save exit
309 * Remove proc from allproc queue and from pidhash chain.
538 * and the proc struct cannot be used for wakeups as well.
697 * no need to hold proc lock in uthread_free
746 /* No need to take proc lock as all refs are drained and
764 /* should be fine as parent proc would be initproc */
766 /* No need to take proc loc
[all...]
H A Dkern_fork.c202 tablefull("proc");
301 * proc (in case of exit).
424 /* Set child task proc to child proc */
563 tablefull("proc");
602 /* child = newth->task->proc; */
852 struct proc * child; /* Our new process */
933 panic("proc in the list already\n");
950 * The zero'ing of the proc was at the allocation time due to need for insertion
H A Dkpi_socket.c36 #include <sys/proc.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/union/
H A Dunion_subr.c921 struct proc * p = vfs_context_proc(context);
1234 struct proc * p = vfs_context_proc(context);
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet/
H A Dip_compat.h314 # include <sys/proc.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/netinet6/
H A Dip6_output.c83 #include <sys/proc.h>
1369 struct proc *p = NULL;
1801 struct proc *p = sopt->sopt_p;
H A Dicmp6.c2856 struct mbuf *control, __unused struct proc *p)
2924 icmp6_dgram_attach(struct socket *so, int proto, struct proc *p)
/macosx-10.5.8/xnu-1228.15.4/bsd/hfs/
H A Dhfs_link.c133 struct proc *p = vfs_context_proc(ctx);
/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Ddtrace.h127 #define proc_t struct proc
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_vnops.c93 int ubc_setcred(struct vnode *, struct proc *);
849 * When called from aio subsystem, we only have the proc from
/macosx-10.5.8/xnu-1228.15.4/osfmk/ppc/
H A Dstart.s233 beq patch_apply ; proc feature matches, so patch memory
434 mfsprg r30,0 ; Phys per proc
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/vn/
H A Dvn.c100 #include <sys/proc.h>
/macosx-10.5.8/xnu-1228.15.4/bsd/isofs/cd9660/
H A Dcd9660_vfsops.c75 #include <sys/proc.h>

Completed in 214 milliseconds

<<111213