Searched refs:uthread (Results 26 - 50 of 57) sorted by relevance

123

/macosx-10.5.8/xnu-1228.15.4/bsd/sys/
H A Dkauth.h206 struct uthread;
207 extern void kauth_cred_uthread_update(struct uthread *, proc_t);
H A Dmount_internal.h389 int throttle_get_io_policy(struct uthread **ut);
H A Dproc_internal.h202 TAILQ_HEAD( , uthread) p_uthlist; /* List of uthreads (PL) */
/macosx-10.5.8/xnu-1228.15.4/bsd/kern/
H A Dtty.c828 struct uthread *ut;
832 ut = (struct uthread *)get_bsdthread_info(current_thread());
1596 struct uthread *ut;
1601 ut = (struct uthread *)get_bsdthread_info(current_thread());
1886 struct uthread *ut;
1888 ut = (struct uthread *)get_bsdthread_info(current_thread());
1918 struct uthread *ut;
1923 ut = (struct uthread *)get_bsdthread_info(current_thread());
2340 uthread_t uthread; local
2404 (uthread
[all...]
H A Dkern_exit.c209 struct uthread *ut;
277 struct uthread *ut;
349 struct uthread * uth;
355 uth = (struct uthread *)get_bsdthread_info(current_thread());
1518 struct uthread *ut;
H A Dubc_subr.c770 struct uthread *uthread = get_bsdthread_info(thread); local
782 if (uthread == NULL || (uthread->uu_flag & UT_SETUID) == 0) {
785 uip->ui_ucred = uthread->uu_ucred;
H A Dmach_process.c116 struct uthread *ut;
H A Dkern_resource.c221 struct uthread *ut;
440 struct uthread *ut;
1067 struct uthread *ut = NULL;
H A Dtty_pty.c273 struct uthread *ut;
280 ut = (struct uthread *)get_bsdthread_info(current_thread());
H A Dkern_aio.c1302 struct uthread *uthreadp = NULL;
1315 uthreadp = (struct uthread *) get_bsdthread_info(current_thread());
2283 return ((struct uthread *)get_bsdthread_info(current_thread()))->uu_aio_task;
H A Dpthread_synch.c1220 struct uthread *uth;
1348 struct uthread *uth;
1732 struct uthread *uth = NULL;
H A Dproc_info.c436 struct uthread * ut = (struct uthread *)uth;
H A Dtty_ptmx.c614 struct uthread *ut;
628 ut = (struct uthread *)get_bsdthread_info(current_thread());
H A Dsys_generic.c949 struct uthread *uth;
1099 struct uthread *uth;
1742 struct uthread * ut = get_bsdthread_info(cur_act);
H A Dkern_lockf.c438 struct uthread *ut;
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/dtrace/
H A Ddtrace_ptss.c240 struct uthread* uth;
H A Ddtrace_glue.c243 struct uthread *uthread = get_bsdthread_info(current_thread()); local
245 if (uthread == NULL)
248 return uthread->uu_ucred; /* May return NOCRED which is defined to be 0 */
/macosx-10.5.8/xnu-1228.15.4/bsd/uxkern/
H A Dux_exception.c238 struct uthread *ut;
/macosx-10.5.8/xnu-1228.15.4/bsd/vm/
H A Dvnode_pager.c356 struct uthread *ut;
/macosx-10.5.8/xnu-1228.15.4/bsd/dev/ppc/
H A Dunix_signal.c200 struct uthread *ut;
724 struct uthread * ut;
731 ut = (struct uthread *)get_bsdthread_info(th_act);
/macosx-10.5.8/xnu-1228.15.4/bsd/miscfs/specfs/
H A Dspec_vnops.c663 struct uthread *ut;
695 int throttle_get_io_policy(struct uthread **ut)
746 struct uthread *ut;
788 * for low priority I/O... we'll mark the uthread and
/macosx-10.5.8/xnu-1228.15.4/bsd/vfs/
H A Dvfs_lookup.c164 uthread_t ut = (struct uthread *)get_bsdthread_info(current_thread());
774 struct uthread *uth = (struct uthread *)get_bsdthread_info(current_thread());
793 * set a uthread flag to let VFS_ROOT() for autofs
803 /* XXX - clear the uthread flag */
H A Dvfs_subr.c1443 struct uthread *ut;
1684 struct uthread *ut;
3922 struct uthread *ut;
6500 struct uthread *uth = (struct uthread *)get_bsdthread_info(current_thread());
6714 struct uthread *ut;
/macosx-10.5.8/xnu-1228.15.4/osfmk/kern/
H A Dthread.h352 void *uthread; member in struct:thread
/macosx-10.5.8/xnu-1228.15.4/bsd/net/
H A Ddlil.c238 struct uthread *uth = get_bsdthread_info(current_thread());
262 struct uthread *uth = get_bsdthread_info(current_thread());
273 struct uthread *uth = get_bsdthread_info(current_thread());
294 struct uthread *uth = get_bsdthread_info(current_thread());

Completed in 298 milliseconds

123