linux_misc.h (ec2700e01532c9d1096ac4fd0b57174c2850188b) | linux_misc.h (3b57ddb029daf225a8385dade491019269da82e8) |
---|---|
1/*- 2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD 3 * 4 * Copyright (c) 2006 Roman Divacky 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 167 unchanged lines hidden (view full) --- 176 177/* Linux syslog flags */ 178#define LINUX_SYSLOG_ACTION_READ_ALL 3 179 180#if defined(__amd64__) && !defined(COMPAT_LINUX32) 181int linux_ptrace_status(struct thread *td, int pid, int status); 182#endif 183void linux_to_bsd_waitopts(int options, int *bsdopts); | 1/*- 2 * SPDX-License-Identifier: BSD-2-Clause-FreeBSD 3 * 4 * Copyright (c) 2006 Roman Divacky 5 * All rights reserved. 6 * 7 * Redistribution and use in source and binary forms, with or without 8 * modification, are permitted provided that the following conditions --- 167 unchanged lines hidden (view full) --- 176 177/* Linux syslog flags */ 178#define LINUX_SYSLOG_ACTION_READ_ALL 3 179 180#if defined(__amd64__) && !defined(COMPAT_LINUX32) 181int linux_ptrace_status(struct thread *td, int pid, int status); 182#endif 183void linux_to_bsd_waitopts(int options, int *bsdopts); |
184int linux_set_upcall_kse(struct thread *td, register_t stack); | 184int linux_set_upcall(struct thread *td, register_t stack); |
185int linux_set_cloned_tls(struct thread *td, void *desc); 186struct thread *linux_tdfind(struct thread *, lwpid_t, pid_t); 187 188#endif /* _LINUX_MISC_H_ */ | 185int linux_set_cloned_tls(struct thread *td, void *desc); 186struct thread *linux_tdfind(struct thread *, lwpid_t, pid_t); 187 188#endif /* _LINUX_MISC_H_ */ |