Home
last modified time | relevance | path

Searched refs:nstat_msg_sysinfo_counts (Results 1 – 2 of 2) sorted by relevance

/xnu-12377.41.6/bsd/net/
H A Dntstat.h1280 typedef struct nstat_msg_sysinfo_counts { struct
1284 } nstat_msg_sysinfo_counts; typedef
1286 DEFINE_NTSTAT_DATA_ACCESSOR(struct nstat_msg_sysinfo_counts) in DEFINE_NTSTAT_DATA_ACCESSOR() argument
1291 nstat_sysinfo_get_keyvals(struct nstat_msg_sysinfo_counts *__header_indexable counts) in DEFINE_NTSTAT_DATA_ACCESSOR()
H A Dntstat.c4929 nstat_msg_sysinfo_counts *syscnt = NULL; in nstat_sysinfo_send_data_internal()
4935 allocsize = offsetof(nstat_msg_sysinfo_counts, counts); in nstat_sysinfo_send_data_internal()
4956 syscnt = (nstat_msg_sysinfo_counts *) kalloc_data(allocsize, in nstat_sysinfo_send_data_internal()