Searched refs:lwp (Results 1 - 19 of 19) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Arm/machine/
H A Dproc.h43 struct lwp;
50 void (*md_syscall)(struct trapframe *, struct lwp *, u_int32_t);
H A Dframe.h114 void *getframe(struct lwp *, int, int *);
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/probes/
H A Derr.D_PDESC_ZERO.probeqtn.d48 syscall::?lwp?:entry
H A Dtst.probestar.d47 syscall::*lwp*:entry
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/demo/proc/
H A Dlwptime.d27 proc:::lwp-start
33 proc:::lwp-exit
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/cmd/dtrace/test/tst/common/proc/
H A Dtst.startexit.ksh32 # 2. proc:::lwp-start
33 # 3. proc:::lwp-exit
48 proc:::lwp-start
54 proc:::lwp-exit
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/X64/machine/
H A Dfpu.h95 void fpusave(struct lwp *);
96 void fpudiscard(struct lwp *);
98 void fpusave_lwp(struct lwp *, int);
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/Ipf/machine/
H A Dcpu.h96 struct lwp *ci_curlwp; /* current owner of the processor */
107 struct lwp *ci_fpcurlwp; /* current owner of the FPU */
/vbox/src/VBox/Devices/EFI/Firmware/StdLib/Include/sys/
H A Dresource.h128 int dosetrlimit(struct lwp *, struct proc *, int, struct rlimit *);
129 int donice(struct lwp *, struct proc *, int);
/vbox/src/VBox/Devices/EFI/Firmware/StdLibPrivateInternalFiles/Include/
H A Dkfile.h175 //struct lwp;
190 int (*fo_ioctl) (struct file *, u_long, void *, struct lwp *);
191 int (*fo_fcntl) (struct file *, u_int, void *, struct lwp *);
192 int (*fo_poll) (struct file *, int, struct lwp *);
193 int (*fo_stat) (struct file *, struct stat *, struct lwp *);
194 int (*fo_close) (struct file *, struct lwp *);
265 //int dofileread (struct lwp *, int, struct file *, void *, size_t, off_t *, int, register_t *);
266 //int dofilewrite (struct lwp *, int, struct file *, const void *, size_t, off_t *, int, register_t *);
268 //int dofilereadv (struct lwp *, int, struct file *, const struct iovec *, int, off_t *, int, register_t *);
269 //int dofilewritev(struct lwp *, in
[all...]
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/intel/dtrace/
H A Ddtrace_isa.c115 klwp_t *lwp = ttolwp(curthread); local
117 uintptr_t oldcontext = lwp->lwp_oldcontext;
213 klwp_t *lwp = ttolwp(curthread); local
230 if (lwp == NULL || p == NULL || (rp = lwp->lwp_regs) == NULL)
269 klwp_t *lwp = ttolwp(curthread); local
275 if (lwp == NULL || p == NULL || (rp = lwp->lwp_regs) == NULL)
301 klwp_t *lwp = ttolwp(curthread); local
318 if (lwp
[all...]
H A Dfasttrap_isa.c1386 klwp_t *lwp = ttolwp(curthread); local
1396 addr = lwp->lwp_pcb.pcb_fsbase;
1399 addr = lwp->lwp_pcb.pcb_gsbase;
1403 addr = USEGD_GETBASE(&lwp->lwp_pcb.pcb_gsdesc);
/vbox/src/VBox/Runtime/testcase/
H A DtstRTCoreDump.h50 # include <sys/lwp.h>
84 lwpstatus_t *pStatus; /* Proc description of this thread's status (can be NULL, zombie lwp) */
/vbox/src/VBox/Runtime/r3/solaris/
H A Dcoredumper-solaris.h49 # include <sys/lwp.h>
89 lwpstatus_t *pStatus; /**< Proc description of this thread's status (can be NULL, zombie lwp) */
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/md/unix/
H A Dunixware.c246 #include <sys/lwp.h>
525 /* XXX Primordial thread can't be bound to an lwp, hence there is no
526 * way we can assume that we can get the lwp status for primordial
H A Dsolaris.c176 #include <sys/lwp.h>
534 * given lwp.
586 /* XXX Primordial thread can't be bound to an lwp, hence there is no
587 * way we can assume that we can get the lwp status for primordial
695 /* could happen if lwp exited */
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/md/
H A D_solaris.h242 #include <sys/lwp.h>
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/lib/libdtrace/common/
H A Ddt_proc.c81 #include <sys/lwp.h>
/vbox/src/VBox/ExtPacks/VBoxDTrace/onnv/uts/common/dtrace/
H A Ddtrace.c2840 klwp_t *lwp; local
2845 if ((lwp = curthread->t_lwp) == NULL) {
2851 return (dtrace_getreg(lwp->lwp_regs, ndx));
3187 klwp_t *lwp; local
3205 if ((lwp = curthread->t_lwp) == NULL)
3208 return ((uint64_t)lwp->lwp_errno);

Completed in 400 milliseconds