Home
last modified time | relevance | path

Searched defs:stat (Results 1 – 25 of 37) sorted by relevance

12

/xnu-12377.61.12/bsd/sys/
H A Dstat.h194 struct stat { struct
205 struct timespec st_ctimespec; /* time of last status change */ argument
211 time_t st_ctime; /* [XSI] Time of last status change */ argument
212 long st_ctimensec; /* nsec of last status change */ argument
229 struct stat64 __DARWIN_STRUCT_STAT64; argument
238 /* LP64 version of struct stat. time_t (see timespec) is a long and must argument
/xnu-12377.61.12/tests/
H A Dprioritize_process_launch.c318 int stat; in workloop_cb_test_intransit() local
355 int stat; in workloop_cb_test_knote_kill() local
389 int stat; in workloop_cb_test_sync_bootstrap() local
478 int stat; variable
501 int stat; variable
524 int stat; variable
547 int stat; variable
602 int stat; variable
633 int stat; variable
660 int stat; variable
[all …]
H A Dioperf.c163 perform_io(dt_stat_time_t stat) in perform_io()
H A Dproc_core_name_mte.c146 int stat; in fork_and_wait_for_segfault() local
/xnu-12377.61.12/osfmk/kern/
H A Dlock_group.c471 lck_grp_stat_enable(lck_grp_stat_t *stat) in lck_grp_stat_enable()
478 lck_grp_stat_disable(lck_grp_stat_t *stat) in lck_grp_stat_disable()
484 lck_grp_stat_enabled(lck_grp_stat_t *stat) in lck_grp_stat_enabled()
492 lck_grp_stat_inc(lck_grp_t *grp, lck_grp_stat_t *stat, bool always) in lck_grp_stat_inc()
506 lck_grp_inc_time_stats(lck_grp_t *grp, lck_grp_stat_t *stat, uint64_t time) in lck_grp_inc_time_stats()
542 lck_grp_stat_t *stat = &grp->lck_grp_stats.lgss_spin_spin; in __lck_grp_spin_update_spin() local
567 lck_grp_stat_t *stat = &grp->lck_grp_stats.lgss_ticket_spin; in __lck_grp_ticket_update_spin() local
H A Dlock_stat.h128 lockprof_probe(lck_grp_t *grp, lck_grp_stat_t *stat, uint64_t val) in lockprof_probe()
H A Dhost.c818 vm_statistics64_t stat = (vm_statistics64_t)info; in vm_stats() local
/xnu-12377.61.12/tests/vm/
H A Dcorpse_footprint.c114 dt_stat_time_t stat = dt_stat_time_create("duration"); variable
118 T_STAT_MEASURE(stat) { in T_STAT_MEASURE() argument
H A Dapp_swap.c70 int ret, stat; in continue_child_and_wait_for_exit() local
/xnu-12377.61.12/bsd/kern/
H A Dsys_socket.c117 int stat; in soo_read() local
140 int stat; in soo_write() local
/xnu-12377.61.12/tests/rm/
H A Dcoalition_info_resource_usage.c169 int stat; variable
/xnu-12377.61.12/bsd/dev/dtrace/
H A Dlockprof.c271 lck_grp_stat_t *stat; in lockprof_enable() local
303 lck_grp_stat_t *stat; in lockprof_disable() local
/xnu-12377.61.12/bsd/netinet6/
H A Desp_output.c264 struct ipsecstat *stat; in esp_output() local
977 struct ipsecstat *stat = NULL; in esp_kpipe_output() local
H A Desp_input.c1734 struct ipsecstat *stat = NULL; in esp_kpipe_input() local
H A Dicmp6.c203 icmp6_errcount(struct icmp6errstat *stat, int type, int code) in icmp6_errcount()
/xnu-12377.61.12/osfmk/arm64/
H A Ddbgwrap.c152 dbgwrap_status_t stat = ml_dbgwrap_wait_cpu_halted(cpu_index, timeout_ns); in ml_dbgwrap_halt_cpu() local
/xnu-12377.61.12/bsd/net/
H A Dif_gif.c235 errno_t stat; in gif_attach_proto_family() local
H A Dif_stf.c254 errno_t stat; in stf_attach_inet6() local
/xnu-12377.61.12/libkern/os/
H A Dlog.c1179 #define LOG_STAT_CMP(cmp, b, a, e, stat, msg, test) \ argument
1185 #define LOG_STAT_EQ(b, a, e, stat, msg, test) \ argument
1187 #define LOG_STAT_GE(b, a, e, stat, msg, test) \ argument
/xnu-12377.61.12/tools/tests/MPMMTest/
H A DKQMPMMtest.c750 int stat; in thread_join() local
H A DMPMMtest.c859 int stat; in thread_join() local
/xnu-12377.61.12/bsd/skywalk/nexus/netif/
H A Dnx_netif_netagent.c216 uint32_t stat; in nx_netif_netagent_fill_port_info() local
/xnu-12377.61.12/osfmk/vm/
H A Dvm_purgeable.c1140 vm_purgeable_stats_helper(vm_purgeable_stat_t *stat, purgeable_q_t queue, int group, task_t target_… in vm_purgeable_stats_helper()
/xnu-12377.61.12/bsd/netinet/
H A Dtcp_input.c2807 #define TCP_INC_VAR(stat, npkts) do { \ in tcp_input() argument
7731 struct tcpstat *stat; variable
/xnu-12377.61.12/bsd/net/pktsched/
H A Dpktsched_fq_codel.c1769 fq_if_grp_stat_sc(fq_if_t *fqs, fq_if_group_t *grp, cqrq_stat_sc_t *stat, uint64_t now) in fq_if_grp_stat_sc()
1839 fq_if_stat_sc(fq_if_t *fqs, cqrq_stat_sc_t *stat) in fq_if_stat_sc()

12