| /xnu-12377.41.6/osfmk/corecrypto/ |
| H A D | ccgcm.c | 43 ccgcm_context_size(const struct ccmode_gcm *mode) in ccgcm_context_size() 51 ccgcm_block_size(const struct ccmode_gcm *mode) in ccgcm_block_size() 59 ccgcm_init(const struct ccmode_gcm *mode, in ccgcm_init() 70 ccgcm_init_with_iv(const struct ccmode_gcm *mode, ccgcm_ctx *ctx, in ccgcm_init_with_iv() 89 ccgcm_set_iv(const struct ccmode_gcm *mode, in ccgcm_set_iv() 100 ccgcm_inc_iv(CC_UNUSED const struct ccmode_gcm *mode, ccgcm_ctx *ctx, void *iv) in ccgcm_inc_iv() 123 ccgcm_aad(const struct ccmode_gcm *mode, in ccgcm_aad() 134 ccgcm_gmac(const struct ccmode_gcm *mode, in ccgcm_gmac() 145 ccgcm_update(const struct ccmode_gcm *mode, in ccgcm_update() 157 ccgcm_finalize(const struct ccmode_gcm *mode, in ccgcm_finalize() [all …]
|
| H A D | cccbc.c | 43 cccbc_context_size(const struct ccmode_cbc *mode) in cccbc_context_size() 51 cccbc_block_size(const struct ccmode_cbc *mode) in cccbc_block_size() 59 cccbc_init(const struct ccmode_cbc *mode, in cccbc_init() 97 cccbc_set_iv(const struct ccmode_cbc *mode, cccbc_iv *iv_ctx, const void *iv) in cccbc_set_iv() 109 cccbc_update(const struct ccmode_cbc *mode, in cccbc_update() 122 cccbc_one_shot(const struct ccmode_cbc *mode, in cccbc_one_shot() 151 cccbc_one_shot_explicit(const struct ccmode_cbc *mode, in cccbc_one_shot_explicit()
|
| /xnu-12377.41.6/bsd/netinet/ |
| H A D | ip_ecn.c | 80 ip_ecn_ingress(int mode, u_int8_t *outer, const u_int8_t *inner) in ip_ecn_ingress() 102 ip_ecn_egress(int mode, const u_int8_t *outer, u_int8_t *inner) in ip_ecn_egress() 127 ip6_ecn_ingress(int mode, u_int32_t *outer, const u_int32_t *inner) in ip6_ecn_ingress() 142 ip6_ecn_egress(int mode, const u_int32_t *outer, u_int32_t *inner) in ip6_ecn_egress() 165 ip46_ecn_ingress(int mode, u_int32_t *outer, const u_int8_t *tos) in ip46_ecn_ingress() 183 ip46_ecn_egress(int mode, const u_int32_t *outer, u_int8_t *tos) in ip46_ecn_egress() 200 ip64_ecn_ingress(int mode, u_int8_t *outer, const u_int32_t *inner) in ip64_ecn_ingress() 217 ip64_ecn_egress(int mode, const u_int8_t *outer, u_int32_t *inner) in ip64_ecn_egress()
|
| /xnu-12377.41.6/osfmk/arm64/sptm/pmap/ |
| H A D | pmap_internal.h | 184 pmap_assert_locked(__unused pmap_t pmap, __unused pmap_lock_mode_t mode) in pmap_assert_locked() 235 pmap_lock(pmap_t pmap, pmap_lock_mode_t mode) in pmap_lock() 276 pmap_try_lock(pmap_t pmap, pmap_lock_mode_t mode) in pmap_try_lock() 328 pmap_unlock(pmap_t pmap, pmap_lock_mode_t mode) in pmap_unlock()
|
| /xnu-12377.41.6/osfmk/arm/pmap/ |
| H A D | pmap_internal.h | 230 pmap_assert_locked(__unused pmap_t pmap, __unused pmap_lock_mode_t mode) in pmap_assert_locked() 268 pmap_lock(pmap_t pmap, pmap_lock_mode_t mode) in pmap_lock() 297 pmap_lock_preempt(pmap_t pmap, pmap_lock_mode_t mode) in pmap_lock_preempt() 349 pmap_try_lock(pmap_t pmap, pmap_lock_mode_t mode) in pmap_try_lock() 408 pmap_unlock(pmap_t pmap, pmap_lock_mode_t mode) in pmap_unlock()
|
| /xnu-12377.41.6/libsyscall/wrappers/ |
| H A D | open_dprotected_np.c | 36 int mode = 0; in open_dprotected_np() local 55 int mode = 0; in openat_dprotected_np() local
|
| H A D | open-base.c | 83 mode_t mode = 0; in open() local 126 mode_t mode = 0; in openat() local
|
| H A D | guarded_open_np.c | 36 int mode = 0; in guarded_open_np() local
|
| H A D | guarded_open_dprotected_np.c | 36 int mode = 0; in guarded_open_dprotected_np() local
|
| /xnu-12377.41.6/libkern/zlib/ |
| H A D | zutil.h | 149 # define F_OPEN(name, mode) \ argument 170 # define fdopen(fd,mode) NULL /* No fdopen() */ argument 190 # define fdopen(fd,mode) NULL /* No fdopen() */ argument 197 # define fdopen(fd,mode) NULL /* No fdopen() */ argument 215 # define F_OPEN(name, mode) fopen((name), (mode)) argument
|
| /xnu-12377.41.6/san/tools/ |
| H A D | ksancov.c | 81 ksancov_set_mode(int fd, ksancov_mode_t mode, int max_entries) in ksancov_set_mode() 107 ksancov_cmps_set_mode(int fd, ksancov_cmps_mode_t mode, int max_entries) in ksancov_cmps_set_mode() 131 ksancov_init_state(int fd, ksancov_mode_t mode, ksancov_cmps_mode_t cmps_mode, int max_entries, ksa… in ksancov_init_state()
|
| /xnu-12377.41.6/bsd/kern/ |
| H A D | bsd_stubs.c | 335 devsw_lock_find_locked(dev_t dev, int mode) in devsw_lock_find_locked() 349 devsw_lock(dev_t dev, int mode) in devsw_lock() 384 devsw_unlock(dev_t dev, int mode) in devsw_unlock()
|
| /xnu-12377.41.6/tools/tests/superpages/ |
| H A D | measure_tlbs.c | 22 testt(boolean_t superpages, int mode, int write, int kb) in testt() 115 int mode; in main() local
|
| /xnu-12377.41.6/libsyscall/wrappers/unix03/ |
| H A D | fchmod.c | 41 fchmod(int fd, mode_t mode) in fchmod()
|
| H A D | chmod.c | 41 chmod(const char *path, mode_t mode) in chmod()
|
| /xnu-12377.41.6/bsd/sys/ |
| H A D | ipc.h | 112 mode_t mode; /* [XSI] Read/write permission */ member 132 mode_t mode; /* Read/Write permission */ member
|
| /xnu-12377.41.6/tests/ |
| H A D | posix_spawnattr_set_crash_behavior_np_child.c | 13 _should_spin(char *mode) in _should_spin()
|
| H A D | poll_select_kevent_paired_fds.c | 91 union mode { union 226 drive_kq(bool reading, union mode mode, enum fd_pair fd_pair, int fd) in drive_kq() 377 union mode mode = { .wr = shared.wr_mode }; in write_to_fd() local 544 read_from_fd(int fd, enum fd_pair fd_pair, enum read_mode mode) in read_from_fd()
|
| H A D | carplay_mode.c | 55 int mode = getpriority(PRIO_DARWIN_CARPLAY_MODE, 0); in check_carplay_mode() local
|
| /xnu-12377.41.6/osfmk/kern/ |
| H A D | lock_mtx.c | 435 lck_ilk_mode_t mode) in lck_mtx_ilk_lock_contended() 523 lck_mtx_ilk_lock_nopreempt(lck_mtx_t *lock, lck_ilk_mode_t mode) in lck_mtx_ilk_lock_nopreempt() 822 lck_mtx_lock_contended(lck_mtx_t *lock, thread_t thread, lck_mtx_mode_t mode) in lck_mtx_lock_contended() 993 lck_mtx_mode_t mode) in lck_mtx_lock_slow() 1029 lck_mtx_lock_fastpath(lck_mtx_t *lock, lck_mtx_mode_t mode) in lck_mtx_lock_fastpath() 1144 lck_mtx_try_lock_fastpath(lck_mtx_t *lock, lck_mtx_mode_t mode) in lck_mtx_try_lock_fastpath()
|
| /xnu-12377.41.6/SETUP/installfile/ |
| H A D | installfile.c | 46 mode_t mode; in main() local
|
| /xnu-12377.41.6/bsd/skywalk/nexus/netif/ |
| H A D | nx_netif_poll.c | 51 nx_netif_rxpoll_set_mode(struct ifnet *ifp, ifnet_model_t mode) in nx_netif_rxpoll_set_mode() 105 ifnet_model_t mode; in netif_rxpoll_compat_update_rxpoll_stats() local
|
| /xnu-12377.41.6/SETUP/config/ |
| H A D | openp.c | 79 openp(const char *fpath, char *file, char *complete, int flags, int mode) in openp()
|
| /xnu-12377.41.6/bsd/dev/i386/ |
| H A D | instr_size.c | 85 uint_t mode = SIZE32; in dtrace_dis_isize() local
|
| /xnu-12377.41.6/tests/vfs/ |
| H A D | statfs_ext.c | 79 statfs_compare(const char *path, struct statfs *sfs_ext, int mode, int flag, int expected_err) in statfs_compare()
|