Searched refs:alloc_type (Results 1 - 5 of 5) sorted by relevance

/illumos-gate/usr/src/cmd/lp/lib/lp/
H A DSys_malloc.c59 typedef void *alloc_type; typedef
61 typedef char *alloc_type; typedef
64 alloc_type
78 alloc_type ret = malloc(size);
88 alloc_type
104 alloc_type ret = realloc(ptr, size);
114 alloc_type
130 alloc_type ret = calloc(nelem, elsize);
/illumos-gate/usr/src/tools/ctf/dwarf/common/
H A Ddwarf_alloc.c78 short alloc_type);
81 short alloc_type);
274 the type given by alloc_type. It first checks
467 Dwarf_Small alloc_type, Dwarf_Unsigned count)
475 unsigned int type = alloc_type;
494 if (alloc_type == DW_DLA_STRING) {
496 } else if (alloc_type == DW_DLA_LIST) {
498 } else if (alloc_type == DW_DLA_FRAME_BLOCK) {
500 } else if (alloc_type == DW_DLA_LOC_BLOCK) {
502 } else if (alloc_type
466 _dwarf_get_alloc(Dwarf_Debug dbg, Dwarf_Small alloc_type, Dwarf_Unsigned count) argument
626 dwarf_dealloc(Dwarf_Debug dbg, Dwarf_Ptr space, Dwarf_Unsigned alloc_type) argument
1167 _dwarf_simple_malloc_add_to_list(Dwarf_Debug dbg, Dwarf_Ptr addr, unsigned long size, short alloc_type) argument
1226 _dwarf_simple_malloc_delete_from_list(Dwarf_Debug dbg, Dwarf_Ptr space, short alloc_type) argument
[all...]
/illumos-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfncs.c929 typedef void *alloc_type; typedef
931 alloc_type
934 alloc_type ret;
945 alloc_type
948 alloc_type ret = realloc(ptr, size);
958 alloc_type
961 alloc_type ret = calloc(nelem, elsize);
/illumos-gate/usr/src/uts/common/fs/ufs/
H A Dufs_bmap.c298 * allocated as needed. If alloc_type is of type BI_ALLOC_ONLY, then bmap
300 * If alloc_type is of BI_FALLOCATE, blocks will be stored as (-1) * block addr
309 enum bi_type alloc_type, daddr_t *allocblk, struct cred *cr)
359 alloc_type = BI_NORMAL; /* make sure */
521 if (alloc_type == BI_NORMAL ||
522 alloc_type == BI_FALLOCATE ||
801 } else if (alloc_type == BI_NORMAL ||
869 if (alloc_type == BI_FALLOCATE && j == NIADDR)
308 bmap_write(struct inode *ip, u_offset_t off, int size, enum bi_type alloc_type, daddr_t *allocblk, struct cred *cr) argument
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_rxdma.c4965 nxge_free_buf(buf_alloc_type_t alloc_type, uint64_t kaddr, uint32_t buf_size) argument
4976 switch (alloc_type) {
5000 alloc_type));

Completed in 107 milliseconds