Home
last modified time | relevance | path

Searched refs:alloc_type (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/lp/
H A DSys_malloc.c57 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 Ddwarf_alloc.c504 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()
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()
783 if (alloc_type == DW_DLA_ERROR) { in dwarf_dealloc()
[all …]
H A Dgenerated_libdwarf.h.in795 Dwarf_dealloc() alloc_type arguments.
H A Dlibdwarf.h.in795 Dwarf_dealloc() alloc_type arguments.
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfncs.c929 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 Dufs_bmap.c309 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 Dnxge_rxdma.c4911 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()