Searched refs:guardid_t (Results 1 – 13 of 13) sorted by relevance
| /xnu-8020.101.4/bsd/sys/ |
| H A D | guarded.h | 44 typedef __uint64_t guardid_t; typedef 49 const guardid_t *guard, u_int guardflags, int flags, ...); 51 const guardid_t *guard, u_int guardflags, int flags, 53 extern int guarded_kqueue_np(const guardid_t *guard, u_int guardflags); 54 extern int guarded_close_np(int fd, const guardid_t *guard); 55 extern int change_fdguard_np(int fd, const guardid_t *guard, u_int guardflags, 56 const guardid_t *nguard, u_int nguardflags, int *fdflagsp); 57 extern ssize_t guarded_write_np(int fd, const guardid_t *guard, const void *buf, size_t nbyte); 58 extern ssize_t guarded_pwrite_np(int fd, const guardid_t *guard, const void *buf, size_t nbyte, off… 59 extern ssize_t guarded_writev_np(int fd, const guardid_t *guard, const struct iovec *iovp, int iovc… [all …]
|
| H A D | file_internal.h | 112 guardid_t fpg_guard; 534 vfs_context_t ctx, const guardid_t *guard, u_int attrs);
|
| /xnu-8020.101.4/libsyscall/wrappers/ |
| H A D | guarded_open_np.c | 30 const guardid_t *guard, u_int guardflags, int flags, int mode); 34 const guardid_t *guard, u_int guardflags, int flags, ...) in guarded_open_np()
|
| H A D | guarded_open_dprotected_np.c | 30 const guardid_t *guard, u_int guardflags, int flags, int dpclass, int dpflags, int mode); 34 const guardid_t *guard, u_int guardflags, int flags, int dpclass, int dpflags, ...) in guarded_open_dprotected_np()
|
| /xnu-8020.101.4/bsd/kern/ |
| H A D | kern_guarded.c | 83 guardid_t gca_guard; 88 guarded_fileproc_alloc(guardid_t guard) in guarded_fileproc_alloc() 124 fp_lookup_guarded_locked(proc_t p, int fd, guardid_t guard, in fp_lookup_guarded_locked() 149 fp_lookup_guarded(proc_t p, int fd, guardid_t guard, in fp_lookup_guarded() 415 guardid_t uguard; in guarded_close_np() 497 guardid_t oldg = 0, newg = 0; in change_fdguard_np() 677 guardid_t uguard; in guarded_write_np() 719 guardid_t uguard; in guarded_pwrite_np() 782 guardid_t uguard; in guarded_writev_np() 850 vfs_context_t ctx, const guardid_t *guard, u_int attrs) in falloc_guarded() [all …]
|
| /xnu-8020.101.4/tests/ |
| H A D | fd_guarded.c | 18 guardid_t guard = (uintptr_t)&pfd;
|
| H A D | monotonic_uncore.c | 68 guardid_t guard; in open_uncore_error()
|
| /xnu-8020.101.4/bsd/skywalk/channel/ |
| H A D | os_channel_private.h | 496 guardid_t ci_guard; /* out: guard ID */ 567 guardid_t chd_guard;
|
| H A D | channel_syscalls.c | 131 guardid_t guard; in __channel_open()
|
| /xnu-8020.101.4/bsd/skywalk/nexus/ |
| H A D | os_nexus_private.h | 54 guardid_t ni_guard; /* out: guard ID */ 553 guardid_t ncd_guard;
|
| H A D | nexus_syscalls.c | 76 guardid_t guard; in __nexus_open()
|
| /xnu-8020.101.4/bsd/skywalk/core/ |
| H A D | skywalk_var.h | 500 extern void sk_gen_guard_id(boolean_t, const uuid_t, guardid_t *);
|
| H A D | skywalk.c | 694 sk_gen_guard_id(boolean_t isch, const uuid_t uuid, guardid_t *guard) in sk_gen_guard_id()
|