Home
last modified time | relevance | path

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

/onnv-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);
/onnv-gate/usr/src/cmd/lp/cmd/lpsched/
H A Dfncs.c931 typedef void *alloc_type; typedef
933 alloc_type
936 alloc_type ret; in _Malloc()
947 alloc_type
950 alloc_type ret = realloc(ptr, size); in _Realloc()
960 alloc_type
963 alloc_type ret = calloc(nelem, elsize); in _Calloc()
/onnv-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()
/onnv-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) in nxge_free_buf() argument
4976 switch (alloc_type) { in nxge_free_buf()
5000 alloc_type)); in nxge_free_buf()
/onnv-gate/usr/src/tools/ctf/dwarf/i386/
HDlibdwarf.cpio.bz2