Searched defs:__packed (Results 1 - 25 of 232) sorted by relevance

12345678910

/freebsd-10-stable/contrib/openbsm/compat/
H A Dcompat.h45 #define __packed __attribute__((__packed__)) macro
/freebsd-10-stable/sys/amd64/include/
H A Dtss.h48 u_int64_t tss_rsp0 __packed; /* kernel stack pointer ring 0 */ member in struct:amd64tss
49 u_int64_t tss_rsp1 __packed; /* kernel stack pointer ring 1 */ member in struct:amd64tss
50 u_int64_t tss_rsp2 __packed; /* kernel stack pointer ring 2 */ member in struct:amd64tss
53 u_int64_t tss_ist1 __packed; /* Interrupt stack table 1 */ member in struct:amd64tss
54 u_int64_t tss_ist2 __packed; /* Interrupt stack table 2 */ member in struct:amd64tss
55 u_int64_t tss_ist3 __packed; /* Interrupt stack table 3 */ member in struct:amd64tss
56 u_int64_t tss_ist4 __packed; /* Interrupt stack table 4 */ member in struct:amd64tss
57 u_int64_t tss_ist5 __packed; /* Interrupt stack table 5 */ member in struct:amd64tss
58 u_int64_t tss_ist6 __packed; /* Interrupt stack table 6 */ member in struct:amd64tss
59 u_int64_t tss_ist7 __packed; /* Interrup member in struct:amd64tss
[all...]
H A Dsegments.h62 } __packed; variable in typeref:struct:system_segment_descriptor
79 } __packed; variable in typeref:struct:soft_segment_descriptor
87 } __packed; variable in typeref:struct:region_descriptor
/freebsd-10-stable/tools/tools/netrate/tcpp/
H A Dtcpp.h42 } __packed; variable in typeref:struct:tcpp_header
/freebsd-10-stable/lib/libusb/
H A Dlibusb_global_linux.h68 #define __packed __attribute__((__packed__)) macro
/freebsd-10-stable/include/
H A Dar.h65 } __packed; variable in typeref:struct:ar_hdr
/freebsd-10-stable/lib/libc/gen/
H A Dutxdb.h56 } __packed; variable in typeref:struct:futx
/freebsd-10-stable/lib/libc/iconv/
H A Dcitrus_db_file.h73 } __packed; variable in typeref:struct:_citrus_db_header_x
82 } __packed; variable in typeref:struct:_citrus_db_entry_x
/freebsd-10-stable/contrib/netbsd-tests/usr.bin/xlint/lint1/
H A Dd_packed_structs.c17 } ipt_ta[1] __packed; member in union:ip_timestamp::ipt_timestamp
18 } ipt_timestamp __packed; member in struct:ip_timestamp
19 } __packed; variable in typeref:struct:ip_timestamp
21 typedef struct __packed { struct
28 } __packed; variable in typeref:struct:x
/freebsd-10-stable/sys/dev/virtio/balloon/
H A Dvirtio_balloon.h60 } __packed; variable in typeref:struct:virtio_balloon_stat
/freebsd-10-stable/tools/tools/ath/common/
H A Dah_osdep.h62 #define __packed __attribute__((__packed__)) macro
/freebsd-10-stable/tools/tools/vt/setfont/
H A Dsetfont.c21 } __packed; variable in typeref:struct:file_header
/freebsd-10-stable/sbin/hastd/
H A Dhast_proto.c56 } __packed; variable in typeref:struct:hast_main_header
/freebsd-10-stable/sys/dev/virtio/console/
H A Dvirtio_console.h53 } __packed; variable in typeref:struct:virtio_console_config
/freebsd-10-stable/sys/i386/bios/
H A Dmca_machdep.c64 } __packed; variable in typeref:struct:sys_config
/freebsd-10-stable/usr.bin/csup/
H A Dmisc.h68 #undef __packed macro
69 #define __packed __attribute__((__packed__)) macro
/freebsd-10-stable/sys/dev/hyperv/include/
H A Dhyperv.h78 } __packed; variable in typeref:struct:hyperv_guid
/freebsd-10-stable/include/arpa/
H A Dtftp.h61 } __packed; variable in typeref:struct:tftphdr
/freebsd-10-stable/lib/libiconv_modules/mapper_std/
H A Dcitrus_mapper_std_file.h50 } __packed; variable in typeref:struct:_citrus_mapper_std_rowcol_info_x
63 } __packed; variable in typeref:struct:_citrus_mapper_std_rowcol_info_compat_x
73 } __packed; variable in typeref:struct:_citrus_mapper_std_rowcol_ext_ilseq_info_x
/freebsd-10-stable/sys/i386/ibcs2/
H A Dibcs2_xenix.c117 unsigned long time __packed; member in struct:ibcs2_timeb
/freebsd-10-stable/sys/i386/include/
H A Dsmapi.h60 } __packed; variable in typeref:struct:smapi_bios_header
81 } __packed; variable in typeref:struct:smapi_bios_parameter
/freebsd-10-stable/sys/net80211/
H A Dieee80211_superg.h54 } __packed; variable in typeref:struct:ieee80211_ath_ie
H A Dieee80211_tdma.h61 } __packed; variable in typeref:struct:ieee80211_tdma_param
/freebsd-10-stable/sys/netatalk/
H A Daarp.h54 } __packed; variable in typeref:struct:ether_aarp
H A Dddp.h67 } __packed; variable in typeref:struct:elaphdr
102 } __packed; variable in typeref:struct:ddpehdr
129 } __packed; variable in typeref:struct:ddpshdr

Completed in 137 milliseconds

12345678910