Home
last modified time | relevance | path

Searched refs:__attribute (Results 1 – 25 of 30) sorted by relevance

12

/xnu-8796.141.3/bsd/netinet/
H A Dtcp_private.h223 u_int64_t tcpi_cell_rxpackets __attribute((aligned(8)));/* packets received over cellular */
224 u_int64_t tcpi_cell_rxbytes __attribute((aligned(8)));/* bytes received over cellular */
225 …u_int64_t tcpi_cell_txpackets __attribute((aligned(8)));/* packets transmitted over cellular…
226 u_int64_t tcpi_cell_txbytes __attribute((aligned(8)));/* bytes transmitted over cellular */
227 u_int64_t tcpi_wifi_rxpackets __attribute((aligned(8)));/* packets received over Wi-Fi */
228 u_int64_t tcpi_wifi_rxbytes __attribute((aligned(8)));/* bytes received over Wi-Fi */
229 u_int64_t tcpi_wifi_txpackets __attribute((aligned(8)));/* packets transmitted over Wi-Fi */
230 u_int64_t tcpi_wifi_txbytes __attribute((aligned(8)));/* bytes transmitted over Wi-Fi */
231 u_int64_t tcpi_wired_rxpackets __attribute((aligned(8)));/* packets received over Wired */
232 u_int64_t tcpi_wired_rxbytes __attribute((aligned(8)));/* bytes received over Wired */
[all …]
/xnu-8796.141.3/iokit/DriverKit/
H A DIOReportTypes.h92 } __attribute((packed)) IOSimpleReportValues;
97 } __attribute((packed)) IOSimpleArrayReportValues;
105 } __attribute((packed)) IOStateReportValues;
113 } __attribute((packed)) IOHistogramReportValues;
147 } __attribute((packed)) IOReportChannelType;
193 } __attribute((packed)) IOReportElementValues;
201 } __attribute((packed)) IOReportElement;
H A DIOKernelReportStructs.h80 } __attribute((packed)) IOHistogramSegmentConfig;
88 } __attribute((packed)) IONormDistReportValues;
/xnu-8796.141.3/iokit/IOKit/
H A DIOReportTypes.h92 } __attribute((packed)) IOSimpleReportValues;
97 } __attribute((packed)) IOSimpleArrayReportValues;
105 } __attribute((packed)) IOStateReportValues;
113 } __attribute((packed)) IOHistogramReportValues;
147 } __attribute((packed)) IOReportChannelType;
193 } __attribute((packed)) IOReportElementValues;
201 } __attribute((packed)) IOReportElement;
H A DIOKernelReportStructs.h80 } __attribute((packed)) IOHistogramSegmentConfig;
88 } __attribute((packed)) IONormDistReportValues;
/xnu-8796.141.3/bsd/skywalk/channel/
H A Dos_channel_private.h396 __attribute((aligned(sizeof(uint64_t))));
399 __attribute((aligned(sizeof(uint64_t))));
401 __attribute((aligned(sizeof(uint64_t))));
403 __attribute((aligned(sizeof(uint64_t))));
409 __attribute((aligned(sizeof(uint64_t))));
412 __attribute((aligned(sizeof(uint64_t))));
414 __attribute((aligned(sizeof(uint64_t))));
H A Dkern_channel_event.c41 __attribute((aligned(sizeof(uint64_t)))); in kern_channel_event_transmit_status_notify()
H A Dchannel_var.h677 __attribute((aligned(sizeof (uint64_t)))); \
690 __attribute((aligned(sizeof (uint64_t)))); \
/xnu-8796.141.3/bsd/skywalk/packet/
H A Dos_packet_private.h134 } __attribute((aligned(16)));
208 } __attribute((aligned(sizeof(uint64_t))));
226 } __attribute((aligned(16)));
271 } __attribute((packed));
429 } __attribute((aligned(sizeof(uint64_t))));
461 } __attribute((aligned(sizeof(uint64_t))));
588 } __attribute((aligned(sizeof(uint64_t))));
630 } __attribute((aligned(sizeof(uint64_t))));
724 } __attribute((aligned(sizeof(uint64_t))));
H A Dpacket_var.h60 } __attribute((packed));
78 } __attribute((packed));
249 } __attribute((aligned(sizeof(uint64_t))));
501 } __attribute((aligned(sizeof(uint64_t))));
/xnu-8796.141.3/bsd/sys/
H A Dvm.h123 …user_addr_t vm_shm __attribute((aligned(8))); /* SYS5 shared memory priv…
129 user_addr_t vm_taddr __attribute((aligned(8))); /* user virtual address of text XXX */
H A Dproc_internal.h682 user_addr_t user_stack __attribute((aligned(8))); /* where user stack was allocated */
690 user_addr_t p_wchan __attribute((aligned(8))); /* Sleep address. */
700 user_addr_t p_tracep __attribute((aligned(8))); /* Trace to vnode. */
702 user_addr_t p_textvp __attribute((aligned(8))); /* Vnode of executable. */
711 user_addr_t p_pgrp __attribute((aligned(8))); /* Pointer to process group. */
715 user_addr_t p_ru __attribute((aligned(8))); /* Exit information. XXX */
H A Dtermios.h293 user_speed_t c_ispeed __attribute((aligned(8))); /* input speed */
/xnu-8796.141.3/osfmk/vm/
H A Dvm_compressor_algorithms.c49 uint8_t lz4state[lz4_encode_scratch_size]__attribute((aligned(LZ4_SCRATCH_ALIGN)));
50 uint8_t wkscratch[0] __attribute((aligned(WKC_SCRATCH_ALIGN))); // TODO
54 uint8_t lz4decodestate[lz4_encode_scratch_size]__attribute((aligned(64)));
55 uint8_t wkdecompscratch[0] __attribute((aligned(64)));
/xnu-8796.141.3/tests/
H A Dnet_tuntests.c318 struct sadb_msg msg __attribute((aligned(sizeof(uint64_t)))); in create_sa()
319 struct sadb_key key __attribute((aligned(sizeof(uint64_t)))); in create_sa()
320 struct sadb_sa sa __attribute((aligned(sizeof(uint64_t)))); in create_sa()
321 struct sadb_x_sa2 sa2 __attribute((aligned(sizeof(uint64_t)))); in create_sa()
322 struct sadb_x_ipsecif ipsecif __attribute((aligned(sizeof(uint64_t)))); in create_sa()
324 struct sadb_address addr __attribute((aligned(sizeof(uint64_t)))); in create_sa()
325 struct sockaddr_in saddr __attribute((aligned(sizeof(uint64_t)))); in create_sa()
328 struct sadb_address addr __attribute((aligned(sizeof(uint64_t)))); in create_sa()
329 struct sockaddr_in saddr __attribute((aligned(sizeof(uint64_t)))); in create_sa()
H A Davx.c53 #define VEC256ALIGN __attribute ((aligned(32)))
79 #define VEC512ALIGN __attribute ((aligned(64)))
/xnu-8796.141.3/osfmk/kern/
H A Dsocd_client.h141 } __attribute ((packed)) socd_client_trace_entry_t;
/xnu-8796.141.3/bsd/nfs/
H A Dnfs.h340 user_addr_t addr __attribute((aligned(8))); /* file server address */
344 user_addr_t fh __attribute((aligned(8))); /* File handle to be mounted */
356 user_addr_t hostname __attribute((aligned(8))); /* server's name */
442 …user_addr_t name __attribute((aligned(8))); /* Client addr for connection based socket…
/xnu-8796.141.3/bsd/skywalk/namespace/
H A Dnetns.h68 __attribute((aligned(sizeof(uint64_t))));
/xnu-8796.141.3/osfmk/i386/
H A Dfpu.c98 x86_ext_thread_state_t initial_fp_state __attribute((aligned(64)));
99 x86_ext_thread_state_t default_avx512_state __attribute((aligned(64)));
100 x86_ext_thread_state_t default_avx_state __attribute((aligned(64)));
101 x86_ext_thread_state_t default_fx_state __attribute((aligned(64)));
529 fpu_allzeroes(uint64_t * __attribute((aligned(8)))ptr, uint32_t size) in fpu_allzeroes()
H A Dpmap.h584 lck_rw_t pmap_rwl __attribute((aligned(64)));
585 pmap_paddr_t pm_cr3 __attribute((aligned(64))); /* Kernel+user shared PML4 physical*/
H A Dcpu_data.h202 volatile addr64_t cpu_active_cr3 __attribute((aligned(64)));
/xnu-8796.141.3/osfmk/mach/
H A Dhost_info.h292 uint64_t ps_runq_count_sum __attribute((aligned(8)));
/xnu-8796.141.3/bsd/skywalk/nexus/flowswitch/
H A Dnx_flowswitch.h232 } __fsw_slladdr __attribute((aligned(sizeof(uint64_t))));
/xnu-8796.141.3/bsd/skywalk/nexus/
H A Dos_nexus.h232 } nexus_mdata_t __attribute((aligned(8))); typedef

12