Home
last modified time | relevance | path

Searched refs:align (Results 1 – 25 of 659) sorted by path

12345678910>>...27

/illumos-gate/usr/src/boot/common/
H A Dmb_header.S33 .align 4
/illumos-gate/usr/src/boot/efi/loader/arch/amd64/
H A Dexc.S31 .align 8
H A Dstart.S40 .align 4
/illumos-gate/usr/src/boot/efi/loader/arch/arm/
H A Dstart.S54 .align 3
185 .align 3
/illumos-gate/usr/src/boot/efi/loader/arch/arm64/
H A Dstart.S52 .align 3
/illumos-gate/usr/src/boot/i386/gptzfsboot/
H A Dgptldr.S145 .align 4
/illumos-gate/usr/src/boot/i386/pmbr/
H A Dpmbr.s165 .align 4
/illumos-gate/usr/src/boot/libsa/
H A Dzalloc.c89 znalloc(MemPool *mp, uintptr_t bytes, size_t align) in znalloc() argument
119 aligned = (char *)(roundup2(dptr, align) - MALLOCALIGN); in znalloc()
H A Dzalloc_protos.h33 Library void *znalloc(struct MemPool *mpool, uintptr_t bytes, size_t align);
/illumos-gate/usr/src/boot/libsa/zfs/
H A Dzfsimpl.c2240 uint64_t align, size; in zio_read() local
2299 align = 1ULL << vdev->v_ashift; in zio_read()
2300 if (P2PHASE(size, align) != 0) in zio_read()
2301 size = P2ROUNDUP(size, align); in zio_read()
/illumos-gate/usr/src/boot/sys/amd64/include/
H A Dasmacros.h217 .align 4 ; \
222 2:.align 4 ; \
224 4:.align 4 ; \
229 .align 4 ; \
234 2:.align 4 ; \
236 4:.align 4 ; \
/illumos-gate/usr/src/boot/sys/cddl/boot/zfs/
H A Dzfsimpl.h88 #define P2ALIGN(x, align) ((x) & -(align)) argument
89 #define P2PHASE(x, align) ((x) & ((align) - 1)) argument
90 #define P2NPHASE(x, align) (-(x) & ((align) - 1)) argument
91 #define P2ROUNDUP(x, align) (-(-(x) & -(align))) argument
92 #define P2END(x, align) (-(~(x) & -(align))) argument
93 #define P2PHASEUP(x, align, phase) ((phase) - (((phase) - (x)) & -(align))) argument
94 #define P2BOUNDARY(off, len, align) \ argument
95 (((off) ^ ((off) + (len) - 1)) > (align) - 1)
/illumos-gate/usr/src/cmd/ast/libast/
H A DMakefile.defs25 align api aso asometh botch ccode dirent eaccess errno \
47 align.h preroot.h sig.h tmx.h tv.h \
/illumos-gate/usr/src/cmd/ast/libast/amd64/FEATURE/
H A Dalign1 /* : : generated from contrib/ast/src/lib/libast/features/align.c by iffe version 2012-07-17 : : */
/illumos-gate/usr/src/cmd/ast/libast/i386/FEATURE/
H A Dalign1 /* : : generated from contrib/ast/src/lib/libast/features/align.c by iffe version 2012-07-17 : : */
/illumos-gate/usr/src/cmd/ast/libast/sparc/FEATURE/
H A Dalign1 /* : : generated from contrib/ast/src/lib/libast/features/align.c by iffe version 2012-07-17 : : */
/illumos-gate/usr/src/cmd/ast/libast/sparcv9/FEATURE/
H A Dalign1 /* : : generated from contrib/ast/src/lib/libast/features/align.c by iffe version 2012-07-17 : : */
/illumos-gate/usr/src/cmd/cdrw/
H A Daudio.h50 uint16_t align; member
/illumos-gate/usr/src/cmd/file/
H A Dfile.c95 #pragma align 16(fbuf)
/illumos-gate/usr/src/cmd/fm/fmd/common/
H A Dfmd_ckpt.c50 #define P2ROUNDUP(x, align) (-(-(x) & -(align))) argument
485 fmd_ckpt_resv(fmd_ckpt_t *ckp, size_t size, size_t align) in fmd_ckpt_resv() argument
488 ckp->ckp_size = P2ROUNDUP(ckp->ckp_size, align) + size; in fmd_ckpt_resv()
/illumos-gate/usr/src/cmd/fs.d/ufs/mkfs/
H A Dmkfs.c441 #pragma align XMIT_2_X_ALIGN(fsun, altfsun, cgun)
/illumos-gate/usr/src/cmd/fs.d/ufs/volcopy/
H A Dvolcopy.c307 char *align(); in main()
735 char *align(); in mem_setup()
813 if ((Buf[0] = align(size)) == (char *)NULL) in mem_setup()
884 align(int size) in align() function
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/
H A Dsd.c161 libscsi_target_t *targ, uint8_t *align) in sdfw_read_descriptor() argument
171 VERIFY3P(align, !=, NULL); in sdfw_read_descriptor()
248 *align = descbuf[0]; in sdfw_read_descriptor()
365 uint8_t align; in fw_writefw() local
399 if (sdfw_read_descriptor(flashdev, handle, target, &align) != in fw_writefw()
417 "alignment is 2^%u\n", flashdev->drvname, maxxfer, align); in fw_writefw()
428 if (ffsll(maxxfer) < align || align == 0xff) { in fw_writefw()
/illumos-gate/usr/src/cmd/look/
H A Dwords644 align
/illumos-gate/usr/src/cmd/lp/lib/oam/
H A Dmsg.source815 …"This is only used when MOUNTING a form,\nto print a pattern to help you align it.\nUnmounting a f…

12345678910>>...27