Searched defs:Dblk (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/lib/libbc/libc/gen/common/
H A Dmallint.h56 typedef struct dblk *Dblk; typedef in typeref:struct:dblk
66 Dblk block; /* Ptr to the data block */
110 #define nextblk(p, size) ((Dblk) ((char *) (p) + (size)))
/illumos-gate/usr/src/psm/stand/boot/common/
H A Dheap_kmem.c88 typedef struct dblk *Dblk; typedef in typeref:struct:dblk
97 Dblk block; /* Ptr to the data block */
119 #define nextblk(p, size) ((Dblk) ((char *)(p) + (size)))
126 void insert(Dblk p, size_t len, Freehdr *tree);
210 insert(Dblk p, /* Ptr to the block to insert */
693 insert((Dblk) ptr, nbytes, &kmem_info.free_root);
783 Dblk p;
790 p = (Dblk) resalloc(type, nbytes, (caddr_t)0, 0);

Completed in 58 milliseconds