Home
last modified time | relevance | path

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

/titanic_50/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);
/titanic_50/usr/src/lib/libdwarf/common/
H A Ddwarf_alloc.c78 short alloc_type);
81 short alloc_type);
467 Dwarf_Small alloc_type, Dwarf_Unsigned count) in _dwarf_get_alloc() argument
475 unsigned int type = alloc_type; in _dwarf_get_alloc()
494 if (alloc_type == DW_DLA_STRING) { in _dwarf_get_alloc()
496 } else if (alloc_type == DW_DLA_LIST) { in _dwarf_get_alloc()
498 } else if (alloc_type == DW_DLA_FRAME_BLOCK) { in _dwarf_get_alloc()
500 } else if (alloc_type == DW_DLA_LOC_BLOCK) { in _dwarf_get_alloc()
502 } else if (alloc_type == DW_DLA_HASH_TABLE_ENTRY) { in _dwarf_get_alloc()
504 } else if (alloc_type == DW_DLA_ADDR) { in _dwarf_get_alloc()
[all …]
/titanic_50/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()
/titanic_50/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()
/titanic_50/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) in nxge_free_buf() argument
4976 switch (alloc_type) { in nxge_free_buf()
5000 alloc_type)); in nxge_free_buf()