Home
last modified time | relevance | path

Searched defs:old (Results 1 – 25 of 76) sorted by relevance

1234

/xnu-11215/libsyscall/wrappers/
H A Drenamex.c30 renameatx_np(int oldfd, const char *old, int newfd, const char *new, unsigned int flags) in renameatx_np()
40 renamex_np(const char *old, const char *new, unsigned int flags) in renamex_np()
47 rename_ext(const char *old, const char *new, unsigned int flags) in rename_ext()
H A Dclonefile.c28 clonefile(const char *old, const char *new, uint32_t flags) in clonefile()
H A Drename.c28 rename(const char *old, const char *new) in rename()
H A Drenameat.c28 renameat(int oldfd, const char *old, int newfd, const char *new) in renameat()
H A Dfs_snapshot.c60 fs_snapshot_rename(int dirfd, const char *old, const char *new, uint32_t flags) in fs_snapshot_rename()
/xnu-11215/tests/
H A Depoch_sync_tests.c46 int64_t old = 0; variable
67 int64_t old = 0; variable
H A Dmach_port_mod_refs.c14 task_exc_guard_behavior_t old, new; variable
H A Dmktimer_kobject.c21 task_exc_guard_behavior_t old, new; variable
/xnu-11215/osfmk/arm64/
H A Dpcb.c146 machine_save_sme_context(thread_t old, arm_sme_saved_state_t *old_sme_ss, const struct arm_matrix_c… in machine_save_sme_context()
196 machine_switch_matrix_context(thread_t old, thread_t new) in machine_switch_matrix_context()
235 machine_thread_switch_cpu_data(thread_t old, thread_t new) in machine_thread_switch_cpu_data()
262 machine_switch_pmap_and_extended_context(thread_t old, thread_t new) in machine_switch_pmap_and_extended_context()
305 machine_switch_context(thread_t old, in machine_switch_context()
777 machine_stack_handoff(thread_t old, in machine_stack_handoff()
/xnu-11215/iokit/Kernel/
H A DIOConditionLock.cpp102 int old = condition; in setCondition() local
/xnu-11215/bsd/skywalk/nexus/flowswitch/
H A Dfsw_qos.c35 fsw_qos_csum_fixup(uint16_t cksum, uint16_t old, uint16_t new) in fsw_qos_csum_fixup()
/xnu-11215/libkern/c++/
H A DOSCollection.cpp81 unsigned old = fOptions; in setOptions() local
H A DOSOrderedSet.cpp446 unsigned old = super::setOptions(options, mask); in setOptions() local
H A DOSSet.cpp414 unsigned old = super::setOptions(options, mask); in setOptions() local
/xnu-11215/osfmk/kern/
H A Depoch_sync.c362 uint64_t old, new; in esync_update_epoch() local
645 uint64_t old = 0; in test_lock() local
690 uint64_t old = os_atomic_xchg(lock, 0, relaxed); in test_unlock() local
/xnu-11215/libsyscall/mach/
H A Dmach_error_string.c96 err_sparse_mapit(int old, const struct error_sparse_map *map_table, int mapcnt) in err_sparse_mapit()
/xnu-11215/bsd/net/classq/
H A Dclassq_util.c164 u_int8_t old; in write_dsfield() local
/xnu-11215/osfmk/i386/
H A Dpcb_native.c467 i386_switch_lbrs(thread_t old, thread_t new) in i386_switch_lbrs()
527 act_machine_switch_pcb(thread_t old, thread_t new) in act_machine_switch_pcb()
H A Dpcb.c461 thread_t old, in machine_switch_context()
2172 machine_stack_handoff(thread_t old, in machine_stack_handoff()
/xnu-11215/bsd/dev/dtrace/
H A Dsdt.c85 sdt_probe_t *sdp, *old; in __sdt_provide_module() local
173 sdt_probe_t *sdp = parg, *old, *last, *hash; in sdt_destroy() local
/xnu-11215/bsd/dev/i386/
H A Dsysctl.c1002 int new = 0, old = 0, changed = 0, error; in misc_nmis() local
1092 int new = 0, old = 0, changed = 0, error; in spin_in_the_kernel() local
/xnu-11215/osfmk/x86_64/
H A Dkpc_x86.c205 uint64_t old = IA32_FIXED_CTRx(ctr); in kpc_reload_fixed() local
217 uint64_t old = IA32_PMCx(ctr); in kpc_reload_configurable() local
/xnu-11215/bsd/skywalk/nexus/netif/
H A Dnx_netif_poll.c38 #define NETIF_POLL_EWMA(old, new, decay) do { \ argument
H A Dnx_netif_mit.c52 #define MIT_EWMA(old, new, gdecay, sdecay) do { \ argument
/xnu-11215/bsd/skywalk/nexus/flowswitch/flow/
H A Dflow_agg.c1283 flow_agg_pkt_fix_sum(uint16_t csum, uint16_t old, uint16_t new) in flow_agg_pkt_fix_sum()
1289 flow_agg_pkt_fix_sum_no_op(uint16_t __unused csum, uint16_t __unused old, in flow_agg_pkt_fix_sum_no_op()
1300 uint32_t old; in flow_agg_pkt_fix_hdr_sum() local
1424 uint16_t old, new; in flow_agg_merge_hdr() local

1234