Searched refs:lblk (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/libmalloc/common/
H A Dmallint.h72 struct lblk { struct
78 struct lblk *nextfree;
101 struct lblk *lfreeq; /* head of free queue within block */
102 struct lblk *unused; /* pointer to 1st little block never used */
104 struct lblk *__Pad; /* pad to a multiple of ALIGNSZ */
148 #define SETSMAL(x) ((struct lblk *)((long)(x) | SMAL))
149 #define CLRSMAL(x) ((struct lblk *)((long)(x) & ~SMAL))
174 #define LGROUND (struct lblk *)0
187 (sizeof (struct holdblk) - sizeof (struct lblk *) + blksz*numlblks)
H A Dmalloc.c333 struct lblk *lblk; /* pointer to a little block */ local
381 lblk = holdblk->lfreeq;
385 * If lblk has been previously allocated and
387 * Otherwise, lblk is at the beginning of
393 if (lblk < holdblk->unused) {
396 CLRSMAL(lblk->header.nextfree)) ==
403 holdblk->unused = (struct lblk *)
407 holdblk->unused = (struct lblk *)
414 lblk
660 struct lblk *lblk; /* pointer to freed block */ local
766 struct lblk *lblk; local
1037 struct lblk *lblk; local
[all...]
/osnet-11/usr/src/grub/grub-0.97/stage2/
H A Dfsys_ufs.c109 grub_daddr32_t lblk, dblk; local
113 lblk = lblkno(SUPERBLOCK, filepos);
119 if ((dblk = sbmap(lblk)) <= 0) {

Completed in 35 milliseconds