Home
last modified time | relevance | path

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

12

/xnu-8019.80.24/bsd/netinet/
H A Dtcp.h392 …u_int64_t tcpi_cell_rxpackets __attribute((aligned(8))); /* packets received over cellular …
393 u_int64_t tcpi_cell_rxbytes __attribute((aligned(8))); /* bytes received over cellular */
394 …u_int64_t tcpi_cell_txpackets __attribute((aligned(8))); /* packets transmitted over cellul…
395 …u_int64_t tcpi_cell_txbytes __attribute((aligned(8))); /* bytes transmitted over cellular…
396 u_int64_t tcpi_wifi_rxpackets __attribute((aligned(8))); /* packets received over Wi-Fi */
397 u_int64_t tcpi_wifi_rxbytes __attribute((aligned(8))); /* bytes received over Wi-Fi */
398 …u_int64_t tcpi_wifi_txpackets __attribute((aligned(8))); /* packets transmitted over Wi-Fi …
399 u_int64_t tcpi_wifi_txbytes __attribute((aligned(8))); /* bytes transmitted over Wi-Fi */
400 u_int64_t tcpi_wired_rxpackets __attribute((aligned(8))); /* packets received over Wired */
401 u_int64_t tcpi_wired_rxbytes __attribute((aligned(8))); /* bytes received over Wired */
[all …]
/xnu-8019.80.24/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-8019.80.24/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-8019.80.24/bsd/skywalk/channel/
H A Dos_channel_private.h394 __attribute((aligned(sizeof(uint64_t))));
396 __attribute((aligned(sizeof(uint64_t))));
398 __attribute((aligned(sizeof(uint64_t))));
404 __attribute((aligned(sizeof(uint64_t))));
407 __attribute((aligned(sizeof(uint64_t))));
409 __attribute((aligned(sizeof(uint64_t))));
H A Dkern_channel_event.c40 char buf[CHANNEL_EVENT_TX_STATUS_LEN]__attribute((aligned(sizeof(uint64_t)))); in kern_channel_event_transmit_status()
H A Dchannel_var.h677 __attribute((aligned(sizeof (uint64_t)))); \
690 __attribute((aligned(sizeof (uint64_t)))); \
/xnu-8019.80.24/bsd/skywalk/packet/
H A Dos_packet_private.h134 } __attribute((aligned(16)));
208 } __attribute((aligned(sizeof(uint64_t))));
226 } __attribute((aligned(16)));
262 } __attribute((packed));
406 } __attribute((aligned(sizeof(uint64_t))));
438 } __attribute((aligned(sizeof(uint64_t))));
565 } __attribute((aligned(sizeof(uint64_t))));
603 } __attribute((aligned(sizeof(uint64_t))));
682 } __attribute((aligned(sizeof(uint64_t))));
H A Dpacket_var.h63 } __attribute((packed));
81 } __attribute((packed));
209 } __attribute((aligned(sizeof(uint64_t))));
445 } __attribute((aligned(sizeof(uint64_t))));
/xnu-8019.80.24/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.h674 user_addr_t user_stack __attribute((aligned(8))); /* where user stack was allocated */
682 user_addr_t p_wchan __attribute((aligned(8))); /* Sleep address. */
692 user_addr_t p_tracep __attribute((aligned(8))); /* Trace to vnode. */
694 user_addr_t p_textvp __attribute((aligned(8))); /* Vnode of executable. */
703 user_addr_t p_pgrp __attribute((aligned(8))); /* Pointer to process group. */
707 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-8019.80.24/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-8019.80.24/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-8019.80.24/osfmk/kern/
H A Dsocd_client.h109 } __attribute ((packed)) socd_client_trace_entry_t;
/xnu-8019.80.24/bsd/skywalk/namespace/
H A Dnetns.h68 __attribute((aligned(sizeof(uint64_t))));
/xnu-8019.80.24/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)));
528 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.h228 volatile addr64_t cpu_active_cr3 __attribute((aligned(64)));
/xnu-8019.80.24/bsd/skywalk/nexus/flowswitch/
H A Dnx_flowswitch.h201 } __fsw_slladdr __attribute((aligned(sizeof(uint64_t))));
/xnu-8019.80.24/osfmk/mach/
H A Dhost_info.h292 uint64_t ps_runq_count_sum __attribute((aligned(8)));
/xnu-8019.80.24/bsd/nfs/
H A Dnfs.h339 user_addr_t addr __attribute((aligned(8))); /* file server address */
343 user_addr_t fh __attribute((aligned(8))); /* File handle to be mounted */
355 user_addr_t hostname __attribute((aligned(8))); /* server's name */
441 …user_addr_t name __attribute((aligned(8))); /* Client addr for connection based socket…
/xnu-8019.80.24/bsd/skywalk/nexus/
H A Dos_nexus.h228 } nexus_mdata_t __attribute((aligned(8))); typedef

12