HomeSort by: relevance | last modified time | path
    Searched refs:packed (Results 1 - 25 of 48) sorted by relevancy

1 2

  /src/sys/arch/shark/include/
profileio.h 91 __attribute__ ((packed));
127 __attribute__ ((packed));
136 __attribute__ ((packed));
143 __attribute__ ((packed));
151 __attribute__ ((packed));
158 __attribute__ ((packed));
164 __attribute__ ((packed));
  /src/sys/external/bsd/compiler_rt/dist/lib/xray/
xray_fdr_log_records.h 45 } __attribute__((packed));
70 } __attribute__((packed));
  /src/sys/arch/macppc/include/
powerpc.h 39 }__attribute__((packed));
disklabel.h 138 } __attribute__ ((packed));
  /src/tests/usr.bin/xlint/lint1/
gcc_attribute_aligned.c 5 * Test size computations on aligned and packed structs.
23 } __attribute__((packed)) __attribute__((aligned(4)));
32 } __attribute__((packed)) __attribute__((aligned(2)));
35 * Due to the 'packed', the uint64_t does not need to be aligned on an 8-byte
  /src/sys/arch/mvmeppc/include/
bootinfo.h 25 } __attribute__((packed));
  /src/sys/external/bsd/compiler_rt/dist/include/xray/
xray_records.h 64 } __attribute__((packed));
75 // treat this as a discriminant, and so that the first 4 bytes get packed
103 } __attribute__((packed));
109 // too, and so that the first 4 bytes are packed properly.
129 } __attribute__((packed));
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_edid.h 50 } __attribute__((packed));
63 } __attribute__((packed));
89 } __attribute__((packed));
94 } __attribute__((packed));
111 } __attribute__((packed)) gtf2;
120 } __attribute__((packed)) cvt;
122 } __attribute__((packed));
129 } __attribute__((packed));
136 } __attribute__((packed));
140 } __attribute__((packed));
    [all...]
  /src/sys/arch/amiga/amiga/
cfdev.h 44 } __attribute__((packed));
  /src/distrib/utils/x_fsck_ffs/
Makefile 20 COPTS.ffs_appleufs.c+= -Wno-error=address-of-packed-member
  /src/distrib/utils/x_newfs/
Makefile 20 COPTS.ffs_appleufs.c+= -Wno-error=address-of-packed-member
  /src/sys/arch/sun68k/stand/libsa/
saio.h 74 } __attribute__((packed));
126 } __attribute__((packed));
  /src/usr.bin/config/
pack.c 178 packed = ecalloc((size_t)ndevi + 1, sizeof *packed);
199 p = packed[j];
209 packed[n++] = l;
215 packed[n] = NULL;
246 qsort(packed, npacked, sizeof *packed, loclencmp);
247 for (p = packed; (i = *p) != NULL; p++) {
mkioconf.c 89 qsort(packed, npacked, sizeof *packed, cforder);
396 for (p = packed; (i = *p) != NULL; p++) {
470 for (p = packed; (i = *p) != NULL; p++) {
  /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/
smu_v11_0_pptable.h 114 } __attribute__((packed));
138 } __attribute__((packed));
167 } __attribute__((packed));
  /src/sys/arch/amiga/stand/bootblock/boot/
amigatypes.h 78 } __attribute__((packed));
  /src/sys/arch/mac68k/include/
grfioctl.h 60 } __attribute__((packed));
disklabel.h 105 } __attribute__ ((packed));
  /src/sys/arch/mips/adm5120/dev/
ahcireg.h 88 } __attribute__ ((packed));
108 } __attribute__ ((packed));
  /src/sys/arch/sun3/include/
mon.h 78 } __attribute__((packed));
260 } __attribute__((packed));
  /src/sys/arch/sun68k/include/
mon.h 78 } __attribute__((packed));
264 } __attribute__((packed));
  /src/sys/external/bsd/drm2/dist/drm/nouveau/include/nvkm/subdev/bios/
pll.h 18 } __attribute__((packed));
  /src/sbin/efi/
Makefile 11 CFLAGS+= -Wno-address-of-packed-member
  /src/sys/arch/next68k/stand/boot/
machdep.c 104 } __attribute__ ((packed));
  /src/dist/pf/sbin/pfctl/
pfctl_osfp.c 449 fprintf(stderr, "warning: fingerprint packed to 'any'\n");
895 pf_tcpopts_t *packed, int *optcnt, int *mss, int *mss_mod, int *wscale,
900 *packed = 0;
914 *packed = (*packed << PF_OSFP_TCPOPT_BITS) |
932 *packed = (*packed << PF_OSFP_TCPOPT_BITS) |
962 *packed = (*packed << PF_OSFP_TCPOPT_BITS) |

Completed in 24 milliseconds

1 2