/illumos-gate/usr/src/uts/common/sys/ |
H A D | sysmacros.h | 246 #define P2ALIGN(x, align) ((x) & -(align)) argument 253 #define P2PHASE(x, align) ((x) & ((align) - 1)) argument 275 #define P2END(x, align) (-(~(x) & -(align))) argument 291 #define P2BOUNDARY(off, len, align) \ argument 312 #define P2ALIGN_TYPED(x, align, type) \ argument 314 #define P2PHASE_TYPED(x, align, type) \ argument 316 #define P2NPHASE_TYPED(x, align, type) \ argument 318 #define P2ROUNDUP_TYPED(x, align, type) \ argument 320 #define P2END_TYPED(x, align, type) \ argument 322 #define P2PHASEUP_TYPED(x, align, phase, type) \ argument [all …]
|
H A D | cpu_uarray.h | 51 #define CUA_ROUNDUP(x, align) (-(-(x) & -(align))) argument
|
/illumos-gate/usr/src/lib/libdtrace/common/ |
H A D | dt_buf.c | 84 const void *buf, size_t len, size_t align) in dt_buf_write() 125 const dt_buf_t *src, size_t align) in dt_buf_concat() 137 dt_buf_offset(const dt_buf_t *bp, size_t align) in dt_buf_offset()
|
/illumos-gate/usr/src/stand/lib/sa/ |
H A D | standalloc.c | 55 kern_resalloc(caddr_t virthint, size_t size, int align) in kern_resalloc() 75 get_progmemory(caddr_t vaddr, size_t size, int align) in get_progmemory()
|
/illumos-gate/usr/src/psm/promif/ieee1275/sun4/ |
H A D | prom_alloc.c | 49 prom_alloc(caddr_t virthint, size_t size, u_int align) in prom_alloc() 109 prom_malloc(caddr_t virt, size_t size, u_int align) in prom_malloc()
|
H A D | prom_retain.c | 38 prom_retain(char *id, size_t size, u_int align, unsigned long long *physaddr) in prom_retain()
|
H A D | prom_mem.c | 64 prom_allocate_phys(size_t size, uint_t align, unsigned long long *physaddr) in prom_allocate_phys()
|
/illumos-gate/usr/src/lib/libc/port/gen/ |
H A D | memalign.c | 61 memalign(size_t align, size_t nbytes) in memalign() 193 aligned_alloc(size_t align, size_t size) in aligned_alloc()
|
/illumos-gate/usr/src/uts/sun4v/vm/ |
H A D | mach_vm_dep.c | 509 span_alloc_downsize(vmem_t *vmp, size_t *sizep, size_t align, int vmflag) in span_alloc_downsize() 543 contig_mem_span_xalloc(vmem_t *vmp, size_t *sizep, size_t align, int vmflag) in contig_mem_span_xalloc() 549 contig_mem_reloc_span_xalloc(vmem_t *vmp, size_t *sizep, size_t align, in contig_mem_reloc_span_xalloc() 606 contig_vmem_xalloc_aligned_wrapper(vmem_t *vmp, size_t *sizep, size_t align, in contig_vmem_xalloc_aligned_wrapper() 647 contig_mem_alloc_align(size_t size, size_t align) in contig_mem_alloc_align()
|
/illumos-gate/usr/src/test/os-tests/tests/stackalign/ |
H A D | stackalign.c | 39 #define ALIGN_ERR_IMPL(align, text) \ argument 41 #define ALIGN_ERR_HELP(align, text) ALIGN_ERR_IMPL(align, text) argument
|
/illumos-gate/usr/src/lib/libmapmalloc/common/ |
H A D | valloc.c | 50 memalign(size_t align, size_t nbytes) in memalign()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_umem.c | 63 mdb_umem_handler(size_t nbytes, size_t align, uint_t flags) in mdb_umem_handler() 167 mdb_alloc_align(size_t nbytes, size_t align, uint_t flags) in mdb_alloc_align()
|
/illumos-gate/usr/src/uts/intel/os/ |
H A D | door_support.c | 57 door_final_sp(uintptr_t resultsp, size_t align, int datamodel) in door_final_sp()
|
/illumos-gate/usr/src/grub/grub-0.97/stage2/ |
H A D | fsys_zfs.h | 103 #define P2ROUNDUP(x, align) (-(-(x) & -(align))) argument 110 #define P2PHASE(x, align) ((x) & ((align) - 1)) argument 121 #define P2ALIGN(x, align) ((x) & -(align)) argument
|
/illumos-gate/usr/src/uts/sparc/os/ |
H A D | door_support.c | 85 door_final_sp(uintptr_t resultsp, size_t align, int datamodel) in door_final_sp()
|
H A D | bootops.c | 218 bop_temp_alloc(size_t size, int align) in bop_temp_alloc() 280 bop_alloc(caddr_t virthint, size_t size, int align) in bop_alloc() 296 bop_alloc_chunk(caddr_t virthint, size_t size, int align) in bop_alloc_chunk()
|
/illumos-gate/usr/src/lib/libmtmalloc/tests/ |
H A D | Makefile | 36 align: align.c target
|
/illumos-gate/usr/src/uts/intel/io/pci/ |
H A D | pci_memlist.c | 224 memlist_find(struct memlist **listp, uint64_t size, int align) in memlist_find() 261 uint64_t size, int align) in memlist_find_with_startaddr()
|
/illumos-gate/usr/src/lib/efcode/packages/ |
H A D | memalloc.c | 44 int align; in claim() local
|
/illumos-gate/usr/src/uts/common/gssapi/mechs/krb5/include/ |
H A D | des_int.h | 108 #define K5ROUNDUP(x, align) (-(-(x) & -(align))) argument
|
/illumos-gate/usr/src/boot/libsa/ |
H A D | zalloc.c | 89 znalloc(MemPool *mp, uintptr_t bytes, size_t align) in znalloc()
|
/illumos-gate/usr/src/cmd/cdrw/ |
H A D | audio.h | 52 uint16_t align; member
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | bootconf.h | 160 #define BOP_ALLOC(bop, virthint, size, align) \ argument 167 #define BOP_EALLOC(bop, virthint, size, align, flags)\ argument
|
/illumos-gate/usr/src/lib/libtnfprobe/ |
H A D | tnf_args.c | 70 size_t align; in tnf_probe_get_arg_indexed() local
|
/illumos-gate/usr/src/cmd/fwflash/plugins/transport/common/ |
H A D | sd.c | 161 libscsi_target_t *targ, uint8_t *align) in sdfw_read_descriptor() 365 uint8_t align; in fw_writefw() local
|