Searched refs:alloc_type (Results 1 – 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/lp/lib/lp/ |
H A D | Sys_malloc.c | 57 typedef void *alloc_type; typedef 59 typedef char *alloc_type; typedef 62 alloc_type 76 alloc_type ret = malloc(size); 86 alloc_type 102 alloc_type ret = realloc(ptr, size); 112 alloc_type 128 alloc_type ret = calloc(nelem, elsize);
|
/illumos-gate/usr/src/lib/libdwarf/common/ |
H A D | dwarf_alloc.c | 504 Dwarf_Small alloc_type, Dwarf_Unsigned count) in _dwarf_get_alloc() argument 509 unsigned int type = alloc_type; in _dwarf_get_alloc() 519 basesize = alloc_instance_basics[alloc_type].ia_struct_size; in _dwarf_get_alloc() 520 action = alloc_instance_basics[alloc_type].ia_multiply_count; in _dwarf_get_alloc() 547 r->rd_type = alloc_type; in _dwarf_get_alloc() 586 …x%lx type 0x%x size %lu line %d %s\n",(unsigned long)ret_mem,(unsigned)alloc_type,(unsigned long)s… in _dwarf_get_alloc() 708 Dwarf_Ptr space, Dwarf_Unsigned alloc_type) in dwarf_dealloc() argument 736 if (alloc_type == DW_DLA_STRING && in dwarf_dealloc() 771 if(alloc_type != r->rd_type) { in dwarf_dealloc() 775 (unsigned long)alloc_type, in dwarf_dealloc() [all …]
|
H A D | generated_libdwarf.h.in | 795 Dwarf_dealloc() alloc_type arguments.
|
H A D | libdwarf.h.in | 795 Dwarf_dealloc() alloc_type arguments.
|
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/ |
H A D | fncs.c | 929 typedef void *alloc_type; typedef 931 alloc_type 934 alloc_type ret; in _Malloc() 945 alloc_type 948 alloc_type ret = realloc(ptr, size); in _Realloc() 958 alloc_type 961 alloc_type ret = calloc(nelem, elsize); in _Calloc()
|
/illumos-gate/usr/src/uts/common/fs/ufs/ |
H A D | ufs_bmap.c | 309 enum bi_type alloc_type, daddr_t *allocblk, struct cred *cr) in bmap_write() argument 359 alloc_type = BI_NORMAL; /* make sure */ in bmap_write() 521 if (alloc_type == BI_NORMAL || in bmap_write() 522 alloc_type == BI_FALLOCATE || in bmap_write() 801 } else if (alloc_type == BI_NORMAL || in bmap_write() 869 if (alloc_type == BI_FALLOCATE && j == NIADDR) in bmap_write()
|
/illumos-gate/usr/src/uts/common/io/nxge/ |
H A D | nxge_rxdma.c | 4911 nxge_free_buf(buf_alloc_type_t alloc_type, uint64_t kaddr, uint32_t buf_size) in nxge_free_buf() argument 4922 switch (alloc_type) { in nxge_free_buf() 4942 alloc_type)); in nxge_free_buf()
|